Home
last modified time | relevance | path

Searched refs:ccgcm_set_iv (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/libkern/crypto/
H A Dcorecrypto_aes.c164 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()
/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h554 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