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

/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_ctx.c97 } BN_POOL_ITEM; typedef in typeref:struct:bignum_pool_item
101 BN_POOL_ITEM *head, *current, *tail;
156 BN_POOL_ITEM *item = ctx->pool.head;
236 BN_POOL_ITEM *pool = ctx->pool.head;
386 BN_POOL_ITEM *item = p->head;
407 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM));

Completed in 40 milliseconds