Searched refs:ccgcm_aad (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/osfmk/corecrypto/ ! |
| H A D | ccgcm.c | 123 ccgcm_aad(const struct ccmode_gcm *mode, in ccgcm_aad() function 192 rc = ccgcm_aad(mode, ctx, adata_nbytes, adata); cc_require(rc == 0, errOut); in ccgcm_one_shot() 248 rc = ccgcm_aad(mode, ctx, adata_nbytes, adata); cc_require(rc == 0, errOut); in ccgcm_one_shot_legacy()
|
| /xnu-12377.81.4/libkern/crypto/ ! |
| H A D | corecrypto_aes.c | 197 return ccgcm_aad(gcm, ctx, aad_bytes, aad); in aes_encrypt_aad_gcm() 296 return ccgcm_aad(gcm, ctx, aad_bytes, aad); in aes_decrypt_aad_gcm()
|
| /xnu-12377.81.4/EXTERNAL_HEADERS/corecrypto/ ! |
| H A D | ccmode.h | 486 int ccgcm_aad(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *cc_sized_by…
|