Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_shift_xor.c22 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 Docb_init.c119 zeromem(ocb->Li, ocb->block_len); in ocb_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_shift_xor.c22 *(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 Dpmac_process.c43 …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 Dpmac_init.c125 zeromem(pmac->Li, sizeof(pmac->Li)); in pmac_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h64Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */ member
295Li[MAXBLOCKSIZE], /* value of Li [current value, we calc from previous recall] */ member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2344 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