Searched defs:bignum_ctx (Results 1 – 2 of 2) sorted by relevance
75 struct bignum_ctx { struct77 BN_POOL pool;79 BN_STACK stack;81 unsigned int used;83 int err_stack;85 int too_many;87 int flags;
361 class bignum_ctx(Structure): class