Searched refs:gcm_add_aad (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_done.c | 39 if ((err = gcm_add_aad(gcm, NULL, 0)) != CRYPT_OK) return err; in gcm_done()
|
| H A D | gcm_memory.c | 82 if ((err = gcm_add_aad(gcm, adata, adatalen)) != CRYPT_OK) { in gcm_memory()
|
| H A D | gcm_add_aad.c | 19 int gcm_add_aad(gcm_state *gcm, in gcm_add_aad() function
|
| H A D | gcm_process.c | 51 if ((err = gcm_add_aad(gcm, NULL, 0)) != CRYPT_OK) return err; in gcm_process()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 98 ltc_res = gcm_add_aad(&gcm->ctx, data, len); in crypto_aes_gcm_update_aad()
|
| H A D | sub.mk | 77 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_add_aad.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 514 int gcm_add_aad(gcm_state *gcm,
|