Searched refs:cr_crp (Results 1 – 2 of 2) sorted by relevance
564 crp = cr->cr_crp; in cesa_create_chain_cb()797 !CRYPTO_OP_IS_ENCRYPT(cr->cr_crp->crp_op)) in cesa_create_chain()822 !CRYPTO_OP_IS_ENCRYPT(cr->cr_crp->crp_op)) in cesa_create_chain()843 error = bus_dmamap_load_crp(sc->sc_data_dtag, cr->cr_dmap, cr->cr_crp, in cesa_create_chain()1526 cr->cr_crp->crp_etype = sc->sc_error; in cesa_intr()1527 if (cr->cr_cs->cs_hlen != 0 && cr->cr_crp->crp_etype == 0) { in cesa_intr()1528 if (cr->cr_crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) { in cesa_intr()1529 crypto_copydata(cr->cr_crp, in cesa_intr()1530 cr->cr_crp->crp_digest_start, in cesa_intr()1534 cr->cr_crp->crp_etype = EBADMSG; in cesa_intr()[all …]
204 struct cryptop *cr_crp; member