Searched defs:bignum_ctx (Results 1 – 2 of 2) sorted by relevance
113 struct bignum_ctx { struct115 BN_POOL pool;117 BN_STACK stack;119 unsigned int used;121 int err_stack;123 int too_many;
361 class bignum_ctx(Structure): class