Home
last modified time | relevance | path

Searched refs:crp_desc (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/opencrypto/
H A Dcrypto.c1050 KASSERT(crp->crp_desc != NULL, ("%s: crp->crp_desc == NULL", __func__)); in crypto_invoke()
1069 for (crd = crp->crp_desc; crd->crd_next; crd = crd->crd_next) in crypto_invoke()
1073 if (crypto_newsession(&nid, &(crp->crp_desc->CRD_INI), in crypto_invoke()
1125 while ((crd = crp->crp_desc) != NULL) { in crypto_freereq()
1126 crp->crp_desc = crd->crd_next; in crypto_freereq()
1152 crd->crd_next = crp->crp_desc; in crypto_getreq()
1153 crp->crp_desc = crd; in crypto_getreq()
1563 , crp->crp_desc in DB_SHOW_COMMAND()
H A Dcryptodev.h362 struct cryptodesc *crp_desc; /* Linked list of processing descriptors */ member
H A Dcryptosoft.c626 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in swcr_combined()
1226 if (crp->crp_desc == NULL || crp->crp_buf == NULL) { in swcr_process()
1238 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in swcr_process()
H A Dcryptodev.c438 crda = crp->crp_desc; in cryptodev_op()
443 crde = crp->crp_desc; in cryptodev_op()
/dragonfly/sys/dev/crypto/aesni/
H A Daesni.c254 if (crp->crp_callback == NULL || crp->crp_desc == NULL) { in aesni_process()
259 for (crd = crp->crp_desc; crd != NULL; crd = crd->crd_next) { in aesni_process()
/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock.c321 if (crp->crp_callback == NULL || crp->crp_desc == NULL) { in padlock_process()
326 for (crd = crp->crp_desc; crd != NULL; crd = crd->crd_next) { in padlock_process()
/dragonfly/sys/dev/disk/dm/crypt/
H A Ddm_target_crypt.c473 crp->crp_desc = crd; in essiv_ivgen()
1018 crp->crp_desc = crd; in dmtc_crypto_read_start()
1192 crp->crp_desc = crd; in dmtc_crypto_write_start()
1405 crp->crp_desc = crd; in dmtc_crypto_dump_start()
/dragonfly/sys/dev/crypto/safe/
H A Dsafe.c909 crd1 = crp->crp_desc; in safe_process()
1545 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in safe_callback()
1564 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in safe_callback()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c2525 crd1 = crp->crp_desc; in hifn_process()
2868 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in hifn_callback()
2883 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in hifn_callback()
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c1083 crd1 = crp->crp_desc; in ubsec_process()
1589 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in ubsec_callback()
1600 for (crd = crp->crp_desc; crd; crd = crd->crd_next) { in ubsec_callback()