Searched defs:ciphertext (Results 1 – 3 of 3) sorted by relevance
51 const unsigned char *ciphertext = params[0].memref.buffer; in ta_entry_aes256ecb_encrypt() local92 const unsigned char *ciphertext = params[0].memref.buffer; in ta_entry_aes256ecb_decrypt() local
696 #define PUTU32(ciphertext, st) { (ciphertext)[0] = (u8)((st) >> 24); \ argument
7188 uint8_t ciphertext[512] = { 0 }; in test_rsa_oaep_operations() local
Completed in 20 milliseconds