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

/freebsd-9.3-release/sys/opencrypto/
H A Dcrypto.c178 static int crypto_kinvoke(struct cryptkop *krp, int flags);
828 crypto_kdispatch(struct cryptkop *krp) argument
834 error = crypto_kinvoke(krp, krp->krp_crid);
837 TAILQ_INSERT_TAIL(&crp_kq, krp, krp_next);
850 kdriver_suitable(const struct cryptocap *cap, const struct cryptkop *krp) argument
852 return (cap->cc_kalg[krp->krp_op] & CRYPTO_ALG_FLAG_SUPPORTED) != 0;
866 crypto_select_kdriver(const struct cryptkop *krp, int flags) argument
896 if (kdriver_suitable(cap, krp)) {
916 crypto_kinvoke(struct cryptkop *krp, in argument
1173 crypto_kdone(struct cryptkop *krp) argument
1243 struct cryptkop *krp; local
1516 struct cryptkop *krp; local
[all...]
H A Dcryptodev.c830 struct cryptkop *krp = (struct cryptkop *) op; local
832 wakeup_one(krp);
839 struct cryptkop *krp = NULL; local
874 krp = (struct cryptkop *)malloc(sizeof *krp, M_XDATA, M_WAITOK|M_ZERO);
875 if (!krp)
877 krp->krp_op = kop->crk_op;
878 krp->krp_status = kop->crk_status;
879 krp->krp_iparams = kop->crk_iparams;
880 krp
[all...]
/freebsd-9.3-release/sys/dev/ubsec/
H A Dubsec.c1680 struct cryptkop *krp; local
1704 krp = me->me_krp;
1706 clen = (krp->krp_param[krp->krp_iparams].crp_nbits + 7) / 8;
1714 krp->krp_status = E2BIG;
1717 bzero(krp->krp_param[krp->krp_iparams].crp_p,
1718 (krp->krp_param[krp->krp_iparams].crp_nbits
1721 krp
2105 ubsec_kprocess(device_t dev, struct cryptkop *krp, int hint) argument
2144 ubsec_kprocess_modexp_sw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
2346 ubsec_kprocess_modexp_hw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
2544 ubsec_kprocess_rsapriv(struct ubsec_softc *sc, struct cryptkop *krp, int hint) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c401 dof_relodesc_t *krp = dp->dtdo_kreltab; local
431 rp = krp++;
456 assert(krp == dp->dtdo_kreltab + dp->dtdo_krelen);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc_btree.c1063 xfs_alloc_rec_t *krp; local
1065 krp = krbase + keyno - 1;
1066 startblock = be32_to_cpu(krp->ar_startblock);
1067 blockcount = be32_to_cpu(krp->ar_blockcount);
H A Dxfs_ialloc_btree.c957 xfs_inobt_rec_t *krp; local
959 krp = krbase + keyno - 1;
960 startino = INT_GET(krp->ir_startino, ARCH_CONVERT);
H A Dxfs_bmap_btree.c1118 xfs_bmbt_rec_t *krp; local
1178 krp = krbase + keyno - 1;
1179 startoff = xfs_bmbt_disk_get_startoff(krp);

Completed in 107 milliseconds