Searched refs:ccgcm_update (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/osfmk/corecrypto/ |
| H A D | ccgcm.c | 145 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 D | corecrypto_aes.c | 209 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 D | ccmode.h | 512 int ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *cc_sized…
|