Searched refs:ocb_init (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_encrypt_authenticate_memory.c | 55 if ((err = ocb_init(ocb, cipher, key, keylen, nonce)) != CRYPT_OK) { in ocb_encrypt_authenticate_memory()
|
A D | ocb_decrypt_verify_memory.c | 57 if ((err = ocb_init(ocb, cipher, key, keylen, nonce)) != CRYPT_OK) { in ocb_decrypt_verify_memory()
|
A D | ocb_init.c | 46 int ocb_init(ocb_state *ocb, int cipher, in ocb_init() function
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 300 int ocb_init(ocb_state *ocb, int cipher,
|
Completed in 7 milliseconds