Searched defs:bignum_ctx (Results 1 – 3 of 3) sorted by relevance
111 struct bignum_ctx { struct113 BN_POOL pool;115 BN_STACK stack;117 unsigned int used;119 int err_stack;121 int too_many;
361 class bignum_ctx(Structure): class