Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_done.c44 if ((err = gcm_process(gcm, NULL, 0, NULL, 0)) != CRYPT_OK) return err; in gcm_done()
H A Dgcm_memory.c85 if ((err = gcm_process(gcm, pt, ptlen, ct, direction)) != CRYPT_OK) { in gcm_memory()
H A Dgcm_process.c21 int gcm_process(gcm_state *gcm, in gcm_process() function
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c135 ltc_res = gcm_process(&gcm->ctx, pt, len, ct, dir); in crypto_aes_gcm_update_payload()
H A Dsub.mk88 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_process.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h517 int gcm_process(gcm_state *gcm,