Searched refs:BN_STACK_pop (Results 1 – 1 of 1) sorted by relevance
104 static unsigned int BN_STACK_pop(BN_STACK *);186 unsigned int fp = BN_STACK_pop(&ctx->stack); in BN_CTX_end()232 static unsigned int BN_STACK_pop(BN_STACK *st) { in BN_STACK_pop() function