Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_decrypt_last.c73 ocb->tag_part[x] = (ocb->checksum[x] ^ iOffset_star[x]) ^ ocb->L_dollar[x]; in ocb3_decrypt_last()
83 ocb->tag_part[x] = (ocb->checksum[x] ^ ocb->Offset_current[x]) ^ ocb->L_dollar[x]; in ocb3_decrypt_last()
A Docb3_encrypt_last.c75 ocb->tag_part[x] = (ocb->checksum[x] ^ iOffset_star[x]) ^ ocb->L_dollar[x]; in ocb3_encrypt_last()
84 ocb->tag_part[x] = (ocb->checksum[x] ^ ocb->Offset_current[x]) ^ ocb->L_dollar[x]; in ocb3_encrypt_last()
A Docb3_init.c146 current = ocb->L_dollar; in ocb3_init()
151 previous = ocb->L_dollar; in ocb3_init()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h351 L_dollar[MAXBLOCKSIZE], /* L_$ value */ member

Completed in 5 milliseconds