Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h627 CC_INLINE int ccgcm_aad(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *c… in ccgcm_aad() function