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

/freebsd-13-stable/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c253 armv8_aes_encrypt_gcm(AES_key_t *aes_key, size_t len, const uint8_t *from, uint8_t *to, size_t authdatalen, const uint8_t *authdata, uint8_t tag[static GMAC_DIGEST_LEN], const uint8_t iv[static AES_GCM_IV_LEN], const __uint128_val_t *Htable) argument
333 armv8_aes_decrypt_gcm(AES_key_t *aes_key, size_t len, const uint8_t *from, uint8_t *to, size_t authdatalen, const uint8_t *authdata, const uint8_t tag[static GMAC_DIGEST_LEN], const uint8_t iv[static AES_GCM_IV_LEN], const __uint128_val_t *Htable) argument
/freebsd-13-stable/sys/opencrypto/
H A Dcryptodev.h123 #define AES_GCM_IV_LEN 12 macro

Completed in 112 milliseconds