Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_enc.h100 extern const struct enc_xform enc_xform_camellia;
H A Dxform_cml.c67 const struct enc_xform enc_xform_camellia = { variable
H A Dcrypto.c577 return (&enc_xform_camellia); in crypto_cipher()