Searched defs:bn_recp_ctx_st (Results 1 – 1 of 1) sorted by relevance
276 struct bn_recp_ctx_st { struct277 BIGNUM N; /* the divisor */278 BIGNUM Nr; /* the reciprocal */279 int num_bits;280 int shift;281 int flags;