Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c135 static unsigned int BN_STACK_pop(BN_STACK *);
294 unsigned int fp = BN_STACK_pop(&ctx->stack); in BN_CTX_end()
379 BN_STACK_pop(BN_STACK *st) in BN_STACK_pop() function