Home
last modified time | relevance | path

Searched refs:ccgcm_aad (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/libkern/crypto/
H A Dcorecrypto_aes.c197 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-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h615 CC_INLINE int ccgcm_aad(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *a… in ccgcm_aad() function