Home
last modified time | relevance | path

Searched refs:GCM_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_process.c82 if (direction == GCM_ENCRYPT) { in gcm_process()
138 if (direction == GCM_ENCRYPT) { in gcm_process()
H A Dgcm_memory.c88 if (direction == GCM_ENCRYPT) { in gcm_memory()
H A Dgcm_test.c347 out[0], T[0], &y, GCM_ENCRYPT)) != CRYPT_OK) { in gcm_test()
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c120 dir = GCM_ENCRYPT; in crypto_aes_gcm_update_payload()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h475 #define GCM_ENCRYPT LTC_ENCRYPT macro