Home
last modified time | relevance | path

Searched refs:crpq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli_privacy.c257 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 Dg_eli_integrity.c451 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 Dcrypto.c1476 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 Dcryptodev.h628 void crypto_dispatch_batch(struct cryptopq *crpq, int flags);