Searched refs:ccgcm_set_iv (Results 1 – 2 of 2) sorted by relevance
164 return ccgcm_set_iv(gcm, ctx, len, in_iv); in aes_encrypt_set_iv_gcm()263 return ccgcm_set_iv(gcm, ctx, len, in_iv); in aes_decrypt_set_iv_gcm()
554 CC_INLINE int ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t iv_nbytes, const v… in ccgcm_set_iv() function