Home
last modified time | relevance | path

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

/openbsd/sys/crypto/
H A Dcrypto.c41 struct pool cryptop_pool; /* [I] set of crypto descriptors */ variable
453 pool_put(&cryptop_pool, crp); in crypto_freereq()
464 crp = pool_get(&cryptop_pool, PR_NOWAIT | PR_ZERO); in crypto_getreq()
475 pool_put(&cryptop_pool, crp); in crypto_getreq()
486 pool_init(&cryptop_pool, sizeof(struct cryptop), 0, IPL_VM, 0, in crypto_init()