Searched defs:noncelen (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_add_nonce.c | 15 const unsigned char *nonce, unsigned long noncelen) in ccm_add_nonce()
|
A D | ccm_memory.c | 36 const unsigned char *nonce, unsigned long noncelen, in ccm_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_init.c | 12 …nt_calc_offset_zero(ocb3_state *ocb, const unsigned char *nonce, unsigned long noncelen, unsigned … in s_ocb3_int_calc_offset_zero() 84 const unsigned char *nonce, unsigned long noncelen, in ocb3_init()
|
A D | ocb3_encrypt_authenticate_memory.c | 30 const unsigned char *nonce, unsigned long noncelen, in ocb3_encrypt_authenticate_memory()
|
A D | ocb3_decrypt_verify_memory.c | 31 const unsigned char *nonce, unsigned long noncelen, in ocb3_decrypt_verify_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/salsa20/ |
A D | xsalsa20_memory.c | 21 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_memory()
|
A D | xsalsa20_setup.c | 55 const unsigned char *nonce, unsigned long noncelen, in xsalsa20_setup()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_init.c | 26 const unsigned char *nonce, unsigned long noncelen, in eax_init()
|
A D | eax_encrypt_authenticate_memory.c | 30 const unsigned char *nonce, unsigned long noncelen, in eax_encrypt_authenticate_memory()
|
A D | eax_decrypt_verify_memory.c | 31 const unsigned char *nonce, unsigned long noncelen, in eax_decrypt_verify_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 420 noncelen; /* length of the nonce */ member
|
Completed in 9 milliseconds