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