Searched refs:crpq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | g_eli_privacy.c | 257 struct cryptopq crpq; in g_eli_crypto_run() local 311 TAILQ_INIT(&crpq); in g_eli_crypto_run() 349 TAILQ_INSERT_TAIL(&crpq, crp, crp_next); in g_eli_crypto_run() 358 crypto_dispatch_batch(&crpq, 0); in g_eli_crypto_run()
|
H A D | g_eli_integrity.c | 451 struct cryptopq crpq; in g_eli_auth_run() local 511 TAILQ_INIT(&crpq); in g_eli_auth_run() 577 TAILQ_INSERT_TAIL(&crpq, crp, crp_next); in g_eli_auth_run() 586 crypto_dispatch_batch(&crpq, 0); in g_eli_auth_run()
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 1476 crypto_dispatch_batch(struct cryptopq *crpq, int flags) in crypto_dispatch_batch() argument 1481 while ((crp = TAILQ_FIRST(crpq)) != NULL) { in crypto_dispatch_batch() 1483 TAILQ_REMOVE(crpq, crp, crp_next); in crypto_dispatch_batch()
|
H A D | cryptodev.h | 628 void crypto_dispatch_batch(struct cryptopq *crpq, int flags);
|