cryptkop 40 crypto/crypto.c struct cryptkop *krp_req_queue = NULL;
cryptkop 41 crypto/crypto.c struct cryptkop **krp_req_queue_tail = NULL;
cryptkop 289 crypto/crypto.c int (*kprocess)(struct cryptkop *))
cryptkop 436 crypto/crypto.c crypto_kdispatch(struct cryptkop *krp)
cryptkop 460 crypto/crypto.c crypto_kinvoke(struct cryptkop *krp)
cryptkop 639 crypto/crypto.c struct cryptkop *krp;
cryptkop 679 crypto/crypto.c crypto_kdone(struct cryptkop *krp)
cryptkop 117 crypto/cryptodev.c int cryptodevkey_cb(struct cryptkop *);
cryptkop 486 crypto/cryptodev.c cryptodevkey_cb(struct cryptkop *krp)
cryptkop 496 crypto/cryptodev.c struct cryptkop *krp = NULL;
cryptkop 213 crypto/cryptodev.h struct cryptkop {
cryptkop 220 crypto/cryptodev.h int (*krp_callback)(struct cryptkop *);
cryptkop 221 crypto/cryptodev.h struct cryptkop *krp_next;
cryptkop 249 crypto/cryptodev.h int (*cc_kprocess) (struct cryptkop *);
cryptkop 303 crypto/cryptodev.h int crypto_kdispatch(struct cryptkop *);
cryptkop 307 crypto/cryptodev.h int crypto_kregister(u_int32_t, int *, int (*)(struct cryptkop *));
cryptkop 312 crypto/cryptodev.h int crypto_kinvoke(struct cryptkop *);
cryptkop 314 crypto/cryptodev.h void crypto_kdone(struct cryptkop *);
cryptkop 77 dev/pci/lofn.c int lofn_kprocess(struct cryptkop *);
cryptkop 78 dev/pci/lofn.c struct lofn_softc *lofn_kfind(struct cryptkop *);
cryptkop 268 dev/pci/lofn.c struct cryptkop *krp;
cryptkop 285 dev/pci/lofn.c struct cryptkop *krp;
cryptkop 331 dev/pci/lofn.c struct cryptkop *krp = q->q_krp;
cryptkop 466 dev/pci/lofn.c struct cryptkop *krp = q->q_krp;
cryptkop 54 dev/pci/lofnvar.h struct cryptkop *q_krp;
cryptkop 104 dev/pci/noct.c struct noct_softc *noct_kfind(struct cryptkop *);
cryptkop 106 dev/pci/noct.c int noct_kprocess(struct cryptkop *);
cryptkop 107 dev/pci/noct.c int noct_kprocess_modexp(struct noct_softc *, struct cryptkop *);
cryptkop 1387 dev/pci/noct.c struct cryptkop *krp;
cryptkop 1404 dev/pci/noct.c struct cryptkop *krp;
cryptkop 1444 dev/pci/noct.c struct cryptkop *krp;
cryptkop 1742 dev/pci/noct.c struct cryptkop *krp = sw->bn_krp;
cryptkop 63 dev/pci/noctvar.h struct cryptkop *bn_krp;
cryptkop 71 dev/pci/nofn.c int nofn_pk_process(struct cryptkop *);
cryptkop 74 dev/pci/nofn.c struct nofn_softc *nofn_pk_find(struct cryptkop *);
cryptkop 420 dev/pci/nofn.c struct cryptkop *krp;
cryptkop 463 dev/pci/nofn.c struct cryptkop *krp;
cryptkop 521 dev/pci/nofn.c struct cryptkop *krp = q->q_krp;
cryptkop 656 dev/pci/nofn.c struct cryptkop *krp = q->q_krp;
cryptkop 56 dev/pci/nofnvar.h struct cryptkop *q_krp;
cryptkop 86 dev/pci/safe.c int safe_kprocess(struct cryptkop *);
cryptkop 90 dev/pci/safe.c struct safe_softc *safe_kfind(struct cryptkop *);
cryptkop 1782 dev/pci/safe.c safe_kfind(struct cryptkop *krp)
cryptkop 1798 dev/pci/safe.c safe_kprocess(struct cryptkop *krp)
cryptkop 1839 dev/pci/safe.c struct cryptkop *krp = sc->sc_pkq_cur->pkq_krp;
cryptkop 147 dev/pci/safevar.h struct cryptkop *pkq_krp;
cryptkop 99 dev/pci/ubsec.c int ubsec_kprocess(struct cryptkop *);
cryptkop 100 dev/pci/ubsec.c struct ubsec_softc *ubsec_kfind(struct cryptkop *);
cryptkop 101 dev/pci/ubsec.c int ubsec_kprocess_modexp_sw(struct ubsec_softc *, struct cryptkop *);
cryptkop 102 dev/pci/ubsec.c int ubsec_kprocess_modexp_hw(struct ubsec_softc *, struct cryptkop *);
cryptkop 103 dev/pci/ubsec.c int ubsec_kprocess_rsapriv(struct ubsec_softc *, struct cryptkop *);
cryptkop 1351 dev/pci/ubsec.c struct cryptkop *krp;
cryptkop 1708 dev/pci/ubsec.c ubsec_kfind(struct cryptkop *krp)
cryptkop 1757 dev/pci/ubsec.c ubsec_kprocess(struct cryptkop *krp)
cryptkop 1799 dev/pci/ubsec.c ubsec_kprocess_modexp_sw(struct ubsec_softc *sc, struct cryptkop *krp)
cryptkop 1998 dev/pci/ubsec.c ubsec_kprocess_modexp_hw(struct ubsec_softc *sc, struct cryptkop *krp)
cryptkop 2194 dev/pci/ubsec.c ubsec_kprocess_rsapriv(struct ubsec_softc *sc, struct cryptkop *krp)
cryptkop 81 dev/pci/ubsecvar.h struct cryptkop * me_krp;
cryptkop 100 dev/pci/ubsecvar.h struct cryptkop * rpr_krp;