Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c52 } BN_STACK; typedef
53 static void BN_STACK_init(BN_STACK *);
54 static void BN_STACK_finish(BN_STACK *);
55 static int BN_STACK_push(BN_STACK *, unsigned int);
56 static unsigned int BN_STACK_pop(BN_STACK *);
67 BN_STACK stack;
86 BN_STACK *stack = &ctx->stack; in ctxdbg()
248 static void BN_STACK_init(BN_STACK *st) in BN_STACK_init()
254 static void BN_STACK_finish(BN_STACK *st) in BN_STACK_finish()
261 static int BN_STACK_push(BN_STACK *st, unsigned int idx) in BN_STACK_push()
[all …]
/openssl/util/
H A Dindent.pro107 -T BN_STACK

Completed in 5 milliseconds