Home
last modified time | relevance | path

Searched refs:cryptkop (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
HDcryptodev.h449 struct cryptkop { struct
450 TAILQ_ENTRY(cryptkop) krp_next;
459 int (*krp_callback)(struct cryptkop *); argument
490 extern int crypto_kdispatch(struct cryptkop *);
495 extern void crypto_kdone(struct cryptkop *);
HDcrypto.c140 static TAILQ_HEAD(,cryptkop) crp_kq;
154 static TAILQ_HEAD(,cryptkop) crp_ret_kq;
180 static int crypto_kinvoke(struct cryptkop *krp, int flags);
866 crypto_kdispatch(struct cryptkop *krp) in crypto_kdispatch()
888 kdriver_suitable(const struct cryptocap *cap, const struct cryptkop *krp) in kdriver_suitable()
904 crypto_select_kdriver(const struct cryptkop *krp, int flags) in crypto_select_kdriver()
954 crypto_kinvoke(struct cryptkop *krp, int crid) in crypto_kinvoke()
1211 crypto_kdone(struct cryptkop *krp) in crypto_kdone()
1281 struct cryptkop *krp; in crypto_proc()
1434 struct cryptkop *krpt; in crypto_ret_proc()
[all …]
HDcryptodev_if.m53 struct cryptkop *op;
HDcryptodev.c1155 struct cryptkop *krp = (struct cryptkop *) op; in cryptodevkey_cb()
1164 struct cryptkop *krp = NULL; in cryptodev_key()
1206 krp = (struct cryptkop *)malloc(sizeof *krp, M_XDATA, M_WAITOK|M_ZERO); in cryptodev_key()
1217 krp->krp_callback = (int (*) (struct cryptkop *)) cryptodevkey_cb; in cryptodev_key()
/freebsd-11-stable/sys/mips/nlm/dev/sec/
HDnlmrsa.c73 static void print_krp_params(struct cryptkop *krp);
79 static int xlp_rsa_kprocess(device_t , struct cryptkop *, int);
119 print_krp_params(struct cryptkop *krp) in print_krp_params()
493 xlp_rsa_kprocess(device_t dev, struct cryptkop *krp, int hint) in xlp_rsa_kprocess()
HDnlmrsalib.h46 struct cryptkop *krp;
/freebsd-11-stable/sys/dev/ubsec/
HDubsecvar.h88 struct cryptkop * me_krp;
107 struct cryptkop * rpr_krp;
HDubsec.c115 static int ubsec_kprocess(device_t, struct cryptkop *, int);
168 static int ubsec_kprocess_modexp_hw(struct ubsec_softc *, struct cryptkop *, int);
169 static int ubsec_kprocess_modexp_sw(struct ubsec_softc *, struct cryptkop *, int);
170 static int ubsec_kprocess_rsapriv(struct ubsec_softc *, struct cryptkop *, int);
1682 struct cryptkop *krp; in ubsec_callback2()
2096 ubsec_kprocess(device_t dev, struct cryptkop *krp, int hint) in ubsec_kprocess()
2135 ubsec_kprocess_modexp_sw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_modexp_sw()
2337 ubsec_kprocess_modexp_hw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_modexp_hw()
2535 ubsec_kprocess_rsapriv(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_rsapriv()