Lines Matching refs:BN_CTX
114 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
168 int ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q,
173 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx);
174 int ossl_rsa_check_prime_factor(BIGNUM *p, BIGNUM *e, int nbits, BN_CTX *ctx);
175 int ossl_rsa_check_prime_factor_range(const BIGNUM *p, int nbits, BN_CTX *ctx);
176 int ossl_rsa_check_crt_components(const RSA *rsa, BN_CTX *ctx);
178 int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx);
187 const BIGNUM *e, BN_CTX *ctx);
189 int nbits, const BIGNUM *e, BN_CTX *ctx,