Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_enc.h81 extern struct enc_xform enc_xform_aes_xts;
H A Dxform_aes_xts.c62 struct enc_xform enc_xform_aes_xts = { variable
H A Dcrypto.c592 return (&enc_xform_aes_xts); in crypto_cipher()
H A Dcryptodev.c411 txform = &enc_xform_aes_xts; in cse_create()