Searched refs:Li (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_shift_xor.c | 22 ocb->Li[x] ^= ocb->Ls[y][x]; in ocb_shift_xor() 23 Z[x] = ocb->Li[x] ^ ocb->R[x]; in ocb_shift_xor()
|
A D | ocb_init.c | 119 zeromem(ocb->Li, ocb->block_len); in ocb_init()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_shift_xor.c | 22 *(LTC_FAST_TYPE_PTR_CAST((unsigned char *)pmac->Li + x)) ^= in pmac_shift_xor() 27 pmac->Li[x] ^= pmac->Ls[y][x]; in pmac_shift_xor()
|
A D | pmac_process.c | 43 …YPE_PTR_CAST(&Z[y])) = *(LTC_FAST_TYPE_PTR_CAST(&in[y])) ^ *(LTC_FAST_TYPE_PTR_CAST(&pmac->Li[y])); in pmac_process() 62 Z[x] = pmac->Li[x] ^ pmac->block[x]; in pmac_process()
|
A D | pmac_init.c | 125 zeromem(pmac->Li, sizeof(pmac->Li)); in pmac_init()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 64 … Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */ member 295 … Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */ member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 2344 to bypass the version verification check. Found by Peng Li/Yueh-Hsun Lin, 2348 to bypass the version verification check. Found by Peng Li/Yueh-Hsun Lin, 2511 Li/Yueh-Hsun Lin, KNOX Security, Samsung Research America.
|
Completed in 13 milliseconds