Home
last modified time | relevance | path

Searched refs:iKtop (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_init.c17 unsigned char iKtop[MAXBLOCKSIZE]; in s_ocb3_int_calc_offset_zero() local
33 if ((cipher_descriptor[ocb->cipher]->ecb_encrypt(iNonce, iKtop, &ocb->key)) != CRYPT_OK) { in s_ocb3_int_calc_offset_zero()
40 iStretch[x] = iKtop[x]; in s_ocb3_int_calc_offset_zero()
43 iStretch[x+y] = iKtop[y] ^ iKtop[y+1]; in s_ocb3_int_calc_offset_zero()