Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/corecrypto/
H A Dccgcm.c145 ccgcm_update(const struct ccmode_gcm *mode, in ccgcm_update() function
193 rc = ccgcm_update(mode, ctx, nbytes, in, out); cc_require(rc == 0, errOut); in ccgcm_one_shot()
249 rc = ccgcm_update(mode, ctx, nbytes, in, out); cc_require(rc == 0, errOut); in ccgcm_one_shot_legacy()
/xnu-11215.81.4/libkern/crypto/
H A Dcorecrypto_aes.c209 return ccgcm_update(gcm, ctx, num_bytes, in_blk, out_blk); //Actually gcm encrypt. in aes_encrypt_gcm()
308 return ccgcm_update(gcm, ctx, num_bytes, in_blk, out_blk); //Actually gcm decrypt. in aes_decrypt_gcm()
/xnu-11215.81.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h512 int ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *cc_sized…