Searched refs:krp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c73 static void print_krp_params(struct cryptkop *krp);
119 print_krp_params(struct cryptkop *krp) argument
123 printf("krp->krp_op :%d\n", krp->krp_op);
124 printf("krp->krp_status :%d\n", krp->krp_status);
125 printf("krp->krp_iparams:%d\n", krp->krp_iparams);
126 printf("krp->krp_oparams:%d\n", krp
493 xlp_rsa_kprocess(device_t dev, struct cryptkop *krp, int hint) argument
[all...]
H A Dnlmrsalib.h46 struct cryptkop *krp; member in struct:xlp_rsa_command
/freebsd-11.0-release/sys/opencrypto/
H A Dcrypto.c177 static int crypto_kinvoke(struct cryptkop *krp, int flags);
829 crypto_kdispatch(struct cryptkop *krp) argument
835 error = crypto_kinvoke(krp, krp->krp_crid);
838 TAILQ_INSERT_TAIL(&crp_kq, krp, krp_next);
851 kdriver_suitable(const struct cryptocap *cap, const struct cryptkop *krp) argument
853 return (cap->cc_kalg[krp->krp_op] & CRYPTO_ALG_FLAG_SUPPORTED) != 0;
867 crypto_select_kdriver(const struct cryptkop *krp, int flags) argument
897 if (kdriver_suitable(cap, krp)) {
917 crypto_kinvoke(struct cryptkop *krp, in argument
1174 crypto_kdone(struct cryptkop *krp) argument
1244 struct cryptkop *krp; local
1517 struct cryptkop *krp; local
[all...]
H A Dcryptodev.c1039 struct cryptkop *krp = (struct cryptkop *) op; local
1041 wakeup_one(krp);
1048 struct cryptkop *krp = NULL; local
1083 krp = (struct cryptkop *)malloc(sizeof *krp, M_XDATA, M_WAITOK|M_ZERO);
1084 if (!krp)
1086 krp->krp_op = kop->crk_op;
1087 krp->krp_status = kop->crk_status;
1088 krp->krp_iparams = kop->crk_iparams;
1089 krp
[all...]
/freebsd-11.0-release/sys/dev/ubsec/
H A Dubsec.c1681 struct cryptkop *krp; local
1705 krp = me->me_krp;
1707 clen = (krp->krp_param[krp->krp_iparams].crp_nbits + 7) / 8;
1715 krp->krp_status = E2BIG;
1718 bzero(krp->krp_param[krp->krp_iparams].crp_p,
1719 (krp->krp_param[krp->krp_iparams].crp_nbits
1722 krp
2095 ubsec_kprocess(device_t dev, struct cryptkop *krp, int hint) argument
2134 ubsec_kprocess_modexp_sw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
2336 ubsec_kprocess_modexp_hw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
2534 ubsec_kprocess_rsapriv(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c403 dof_relodesc_t *krp = dp->dtdo_kreltab; local
433 rp = krp++;
458 assert(krp == dp->dtdo_kreltab + dp->dtdo_krelen);

Completed in 46 milliseconds