Searched defs:bn_recp_ctx_st (Results 1 – 1 of 1) sorted by relevance
273 struct bn_recp_ctx_st { struct274 BIGNUM N; /* the divisor */275 BIGNUM Nr; /* the reciprocal */276 int num_bits;277 int shift;278 int flags;