Home | History | Annotate | Download | only in opencrypto

Lines Matching refs:enc_xform

92 const struct enc_xform enc_xform_null = {
102 const struct enc_xform enc_xform_des = {
111 const struct enc_xform enc_xform_3des = {
120 const struct enc_xform enc_xform_blf = {
129 const struct enc_xform enc_xform_cast5 = {
138 const struct enc_xform enc_xform_skipjack = {
147 const struct enc_xform enc_xform_aes = {
156 const struct enc_xform enc_xform_arc4 = {
165 const struct enc_xform enc_xform_camellia = {
174 const struct enc_xform enc_xform_aes_ctr = {
183 const struct enc_xform enc_xform_aes_gcm = {
192 const struct enc_xform enc_xform_aes_gmac = {