Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/corecrypto/
H A Dccgcm.c80 rc = ccgcm_set_iv(mode, ctx, CCGCM_IV_NBYTES, iv); in ccgcm_init_with_iv()
89 ccgcm_set_iv(const struct ccmode_gcm *mode, in ccgcm_set_iv() function
191 rc = ccgcm_set_iv(mode, ctx, iv_nbytes, iv); cc_require(rc == 0, errOut); in ccgcm_one_shot()
226 rc = ccgcm_set_iv(mode, key, iv_nbytes, iv); in ccgcm_set_iv_legacy()
/xnu-12377.81.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-12377.81.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h428 int ccgcm_set_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t iv_nbytes, const void *cc_si…