Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_decrypt.c24 if (st->aadflg) { in chacha20poly1305_decrypt()
29 st->aadflg = 0; /* no more AAD */ in chacha20poly1305_decrypt()
31 if (st->aadflg) st->aadflg = 0; /* no more AAD */ in chacha20poly1305_decrypt()
A Dchacha20poly1305_encrypt.c25 if (st->aadflg) { in chacha20poly1305_encrypt()
30 st->aadflg = 0; /* no more AAD */ in chacha20poly1305_encrypt()
A Dchacha20poly1305_add_aad.c22 if (st->aadflg == 0) return CRYPT_ERROR; in chacha20poly1305_add_aad()
A Dchacha20poly1305_setiv.c53 st->aadflg = 1; in chacha20poly1305_setiv()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_mac.h545 int aadflg; member

Completed in 5 milliseconds