Home
last modified time | relevance | path

Searched defs:AES_GCM_IV_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c331 const uint8_t iv[static AES_GCM_IV_LEN], const __uint128_val_t *Htable) in armv8_aes_gmac_setup()
397 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_encrypt_gcm()
460 const uint8_t iv[static AES_GCM_IV_LEN], in armv8_aes_decrypt_gcm()
/freebsd/sys/opencrypto/
H A Dcryptodev.h128 #define AES_GCM_IV_LEN 12 macro