Home
last modified time | relevance | path

Searched refs:gcm_add_iv (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_add_iv.c19 int gcm_add_iv(gcm_state *gcm, in gcm_add_iv() function
H A Dgcm_memory.c79 if ((err = gcm_add_iv(gcm, IV, IVlen)) != CRYPT_OK) { in gcm_memory()
H A Dgcm_test.c336 if ((err = gcm_add_iv(&gcm, tests[0].IV, tests[0].IVlen)) != CRYPT_OK) return err; in gcm_test()
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c84 ltc_res = gcm_add_iv(&gcm->ctx, nonce, nonce_len); in crypto_aes_gcm_init()
H A Dsub.mk78 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_add_iv.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h511 int gcm_add_iv(gcm_state *gcm,