Home
last modified time | relevance | path

Searched refs:auth_hash_gmac_aes_192 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/opencrypto/
Dxform.h89 extern const struct auth_hash auth_hash_gmac_aes_192;
Dxform.c346 const struct auth_hash auth_hash_gmac_aes_192 = { variable
Dcryptosoft_xform.c350 &auth_hash_gmac_aes_192, sizeof(AES_GMAC_CTX),
Dcryptodev.c1582 thash = &auth_hash_gmac_aes_192; in cryptodev_session()
/netbsd/src/sys/netipsec/
Dxform_esp.c235 sav->tdb_authalgxform = &auth_hash_gmac_aes_192; in esp_init()