Home
last modified time | relevance | path

Searched refs:gcm_add_aad (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_done.c39 if ((err = gcm_add_aad(gcm, NULL, 0)) != CRYPT_OK) return err; in gcm_done()
H A Dgcm_memory.c82 if ((err = gcm_add_aad(gcm, adata, adatalen)) != CRYPT_OK) { in gcm_memory()
H A Dgcm_add_aad.c19 int gcm_add_aad(gcm_state *gcm, in gcm_add_aad() function
H A Dgcm_process.c51 if ((err = gcm_add_aad(gcm, NULL, 0)) != CRYPT_OK) return err; in gcm_process()
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c98 ltc_res = gcm_add_aad(&gcm->ctx, data, len); in crypto_aes_gcm_update_aad()
H A Dsub.mk77 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_add_aad.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h514 int gcm_add_aad(gcm_state *gcm,