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

/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_ctx.c131 static int BN_STACK_push(BN_STACK *, unsigned int);
262 else if(!BN_STACK_push(&ctx->stack, ctx->used))
330 static int BN_STACK_push(BN_STACK *st, unsigned int idx) function

Completed in 98 milliseconds