Searched defs:bn_recp_ctx_st (Results 1 – 1 of 1) sorted by relevance
340 struct bn_recp_ctx_st { struct341 BIGNUM N; /* the divisor */342 BIGNUM Nr; /* the reciprocal */343 int num_bits;344 int shift;345 int flags;
Completed in 5 milliseconds