Home
last modified time | relevance | path

Searched defs:GCM_AES_IV_SIZE (Results 1 – 2 of 2) sorted by last modified time

/linux/lib/crypto/
H A Daesgcm.c150 const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) in aesgcm_encrypt()
180 int assoc_len, const u8 iv[GCM_AES_IV_SIZE], in aesgcm_decrypt()
/linux/include/crypto/
H A Dgcm.h9 #define GCM_AES_IV_SIZE 12 macro