txf 535 crypto/cryptosoft.c struct enc_xform *txf; txf 593 crypto/cryptosoft.c txf = &enc_xform_des; txf 596 crypto/cryptosoft.c txf = &enc_xform_3des; txf 599 crypto/cryptosoft.c txf = &enc_xform_blf; txf 602 crypto/cryptosoft.c txf = &enc_xform_cast5; txf 605 crypto/cryptosoft.c txf = &enc_xform_skipjack; txf 608 crypto/cryptosoft.c txf = &enc_xform_rijndael128; txf 611 crypto/cryptosoft.c txf = &enc_xform_aes_ctr; txf 614 crypto/cryptosoft.c txf = &enc_xform_null; txf 617 crypto/cryptosoft.c if (txf->setkey(&((*swd)->sw_kschedule), cri->cri_key, txf 622 crypto/cryptosoft.c (*swd)->sw_exf = txf; txf 752 crypto/cryptosoft.c struct enc_xform *txf; txf 776 crypto/cryptosoft.c txf = swd->sw_exf; txf 779 crypto/cryptosoft.c txf->zerokey(&(swd->sw_kschedule)); txf 1232 dev/pci/if_tht.c struct tht_tx_free txf; txf 1235 dev/pci/if_tht.c if (tht_fifo_readable(sc, &sc->sc_txf) < sizeof(txf)) txf 1241 dev/pci/if_tht.c tht_fifo_read(sc, &sc->sc_txf, &txf, sizeof(txf)); txf 1243 dev/pci/if_tht.c DPRINTF(THT_D_TX, "%s: txf uid 0x%llx\n", DEVNAME(sc), txf.uid); txf 1245 dev/pci/if_tht.c pkt = &sc->sc_tx_list.tpl_pkts[txf.uid]; txf 1256 dev/pci/if_tht.c } while (sc->sc_txf.tf_ready >= sizeof(txf));