Searched refs:ccgcm_update (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.81.2/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-8792.81.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 659 CC_INLINE int ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void… in ccgcm_update() function
|