Home
last modified time | relevance | path

Searched defs:bn_recp_ctx_st (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_local.h273 struct bn_recp_ctx_st { struct
274 BIGNUM N; /* the divisor */
275 BIGNUM Nr; /* the reciprocal */
276 int num_bits;
277 int shift;
278 int flags;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_local.h266 struct bn_recp_ctx_st { struct
267 BIGNUM N; /* the divisor */
268 BIGNUM Nr; /* the reciprocal */
269 int num_bits;
270 int shift;
271 int flags;