Lines Matching defs:txf
764 const struct swcr_enc_xform *txf;
817 txf = &swcr_enc_xform_des;
820 txf = &swcr_enc_xform_3des;
823 txf = &swcr_enc_xform_blf;
826 txf = &swcr_enc_xform_cast5;
829 txf = &swcr_enc_xform_skipjack;
832 txf = &swcr_enc_xform_aes;
835 txf = &swcr_enc_xform_camellia;
838 txf = &swcr_enc_xform_aes_ctr;
841 txf = &swcr_enc_xform_aes_gcm;
844 txf = &swcr_enc_xform_aes_gmac;
847 txf = &swcr_enc_xform_null;
850 error = txf->setkey(&((*swd)->sw_kschedule),
856 (*swd)->sw_exf = txf;
1031 const struct swcr_enc_xform *txf;
1053 txf = swd->sw_exf;
1056 txf->zerokey(&(swd->sw_kschedule));