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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c115 /* BN_STACK */
125 } BN_STACK; typedef in typeref:struct:bignum_ctx_stack
126 static void BN_STACK_init(BN_STACK *);
127 static void BN_STACK_finish(BN_STACK *);
129 static void BN_STACK_reset(BN_STACK *);
131 static int BN_STACK_push(BN_STACK *, unsigned int);
132 static unsigned int BN_STACK_pop(BN_STACK *);
144 BN_STACK stack;
160 BN_STACK *stack = &ctx->stack;
309 /* BN_STACK */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_ctx.c114 /* BN_STACK */
123 } BN_STACK; typedef in typeref:struct:bignum_ctx_stack
124 static void BN_STACK_init(BN_STACK *);
125 static void BN_STACK_finish(BN_STACK *);
127 static void BN_STACK_reset(BN_STACK *);
129 static int BN_STACK_push(BN_STACK *, unsigned int);
130 static unsigned int BN_STACK_pop(BN_STACK *);
141 BN_STACK stack;
157 BN_STACK *stack = &ctx->stack;
308 /* BN_STACK */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_ctx.c114 /* BN_STACK */
123 } BN_STACK; typedef in typeref:struct:bignum_ctx_stack
124 static void BN_STACK_init(BN_STACK *);
125 static void BN_STACK_finish(BN_STACK *);
127 static void BN_STACK_reset(BN_STACK *);
129 static int BN_STACK_push(BN_STACK *, unsigned int);
130 static unsigned int BN_STACK_pop(BN_STACK *);
141 BN_STACK stack;
157 BN_STACK *stack = &ctx->stack;
308 /* BN_STACK */
[all...]

Completed in 71 milliseconds