Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_ctx.c68 static unsigned int BN_STACK_pop(BN_STACK *);
203 unsigned int fp = BN_STACK_pop(&ctx->stack); in BN_CTX_end()
278 static unsigned int BN_STACK_pop(BN_STACK *st) in BN_STACK_pop() function