Home
last modified time | relevance | path

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

/openbsd/src/sys/crypto/
Dxform.h91 extern const struct enc_xform enc_xform_aes_ctr;
Dxform.c164 const struct enc_xform enc_xform_aes_ctr = { variable
Dcryptosoft.c809 txf = &enc_xform_aes_ctr; in swcr_newsession()
/openbsd/src/sys/netinet/
Dip_esp.c124 txform = &enc_xform_aes_ctr; in esp_init()