Home
last modified time | relevance | path

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

/mirbsd/src/sys/crypto/
Dxform.h80 extern struct enc_xform enc_xform_aes_ctr;
Dxform.c170 struct enc_xform enc_xform_aes_ctr = { variable
Dcryptodev.c191 txform = &enc_xform_aes_ctr; in cryptof_ioctl()
Dcryptosoft.c611 txf = &enc_xform_aes_ctr; in swcr_newsession()