Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_cml.c61 struct enc_xform enc_xform_camellia = { variable
H A Dxform_enc.h82 extern struct enc_xform enc_xform_camellia;
H A Dcrypto.c598 return (&enc_xform_camellia); in crypto_cipher()
H A Dcryptodev.c417 txform = &enc_xform_camellia; in cse_create()