Lines Matching defs:ctx
24 unsigned int strength, BN_CTX *ctx)
28 OSSL_LIB_CTX *libctx = ossl_bn_get_libctx(ctx);
103 unsigned int strength, BN_CTX *ctx)
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx);
120 unsigned int strength, BN_CTX *ctx)
122 return bnrand(PRIVATE, rnd, bits, top, bottom, strength, ctx);
134 unsigned int strength, BN_CTX *ctx)
162 strength, ctx))
190 ctx))
206 BN_CTX *ctx)
208 return bnrand_range(NORMAL, r, range, strength, ctx);
219 BN_CTX *ctx)
221 return bnrand_range(PRIVATE, r, range, strength, ctx);
253 size_t message_len, BN_CTX *ctx)
269 OSSL_LIB_CTX *libctx = ossl_bn_get_libctx(ctx);
316 if (BN_mod(out, out, range, ctx) != 1)