Home
last modified time | relevance | path

Searched refs:enc_xform_aes_gmac (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/crypto/
Dxform.h93 extern const struct enc_xform enc_xform_aes_gmac;
Dxform.c184 const struct enc_xform enc_xform_aes_gmac = { variable
Dcryptosoft.c818 txf = &enc_xform_aes_gmac; in swcr_newsession()
/openbsd/src/sys/netinet/
Dip_esp.c132 txform = &enc_xform_aes_gmac; in esp_init()