Home
last modified time | relevance | path

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

/openbsd/sys/crypto/
H A Dxform.h94 extern const struct enc_xform enc_xform_aes_xts;
H A Dxform.c193 const struct enc_xform enc_xform_aes_xts = { variable
H A Dcryptosoft.c812 txf = &enc_xform_aes_xts; in swcr_newsession()