Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c99 } BN_POOL_ITEM; typedef
104 BN_POOL_ITEM *head, *current, *tail;
163 BN_POOL_ITEM *item = ctx->pool.head; in ctxdbg()
248 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free()
416 BN_POOL_ITEM *item = p->head; in BN_POOL_reset()
438 BN_POOL_ITEM *item = malloc(sizeof(BN_POOL_ITEM)); in BN_POOL_get()