Home
last modified time | relevance | path

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

/openbsd/src/sys/crypto/
Dxform.h92 extern const struct enc_xform enc_xform_aes_gcm;
Dxform.c174 const struct enc_xform enc_xform_aes_gcm = { variable
Dcryptosoft.c815 txf = &enc_xform_aes_gcm; in swcr_newsession()
/openbsd/src/sys/netinet/
Dip_esp.c128 txform = &enc_xform_aes_gcm; in esp_init()