Searched refs:txf (Results 1 – 1 of 1) sorted by relevance
980 struct enc_xform *txf; in swcr_setup_cipher() local984 txf = crypto_cipher(csp); in swcr_setup_cipher()985 MPASS(txf->ivsize == csp->csp_ivlen); in swcr_setup_cipher()986 if (txf->ctxsize != 0) { in swcr_setup_cipher()987 swe->sw_kschedule = malloc(txf->ctxsize, M_CRYPTO_DATA, in swcr_setup_cipher()993 error = txf->setkey(swe->sw_kschedule, in swcr_setup_cipher()998 swe->sw_exf = txf; in swcr_setup_cipher()1230 struct enc_xform *txf; in swcr_cipher_supported() local1232 txf = crypto_cipher(csp); in swcr_cipher_supported()1233 if (txf == NULL) in swcr_cipher_supported()[all …]