Searched refs:gcm_add_iv (Results 1 – 6 of 6) sorted by relevance
19 int gcm_add_iv(gcm_state *gcm, in gcm_add_iv() function
79 if ((err = gcm_add_iv(gcm, IV, IVlen)) != CRYPT_OK) { in gcm_memory()
336 if ((err = gcm_add_iv(&gcm, tests[0].IV, tests[0].IVlen)) != CRYPT_OK) return err; in gcm_test()
84 ltc_res = gcm_add_iv(&gcm->ctx, nonce, nonce_len); in crypto_aes_gcm_init()
78 srcs-$(_CFG_CORE_LTC_GCM) += src/encauth/gcm/gcm_add_iv.c
511 int gcm_add_iv(gcm_state *gcm,