Searched refs:gcm_init (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_memory.c | 76 if ((err = gcm_init(gcm, cipher, key, keylen)) != CRYPT_OK) { in gcm_memory()
|
| H A D | gcm_init.c | 20 int gcm_init(gcm_state *gcm, int cipher, in gcm_init() function
|
| H A D | gcm_test.c | 335 if ((err = gcm_init(&gcm, idx, tests[0].K, tests[0].keylen)) != CRYPT_OK) return err; in gcm_test()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 79 ltc_res = gcm_init(&gcm->ctx, ltc_cipherindex, key, key_len); in crypto_aes_gcm_init()
|
| H A D | sub.mk | 81 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_init.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_mac.h | 506 int gcm_init(gcm_state *gcm, int cipher,
|