Lines Matching defs:r

136 void RSA_free(RSA *r)  in RSA_free()
189 int RSA_up_ref(RSA *r) in RSA_up_ref()
201 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r) in ossl_rsa_get0_libctx()
206 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx) in ossl_rsa_set0_libctx()
212 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
217 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
257 uint64_t r = 0; in icbrt64() local
281 uint32_t i, r = 0; in ilog_e() local
401 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
429 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
453 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
488 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
554 void RSA_get0_key(const RSA *r, in RSA_get0_key()
565 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
574 int RSA_get_multi_prime_extra_count(const RSA *r) in RSA_get_multi_prime_extra_count()
584 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
605 void RSA_get0_crt_params(const RSA *r, in RSA_get0_crt_params()
618 int RSA_get0_multi_prime_crt_params(const RSA *r, const BIGNUM *exps[], in RSA_get0_multi_prime_crt_params()
645 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n()
650 const BIGNUM *RSA_get0_e(const RSA *r) in RSA_get0_e()
655 const BIGNUM *RSA_get0_d(const RSA *r) in RSA_get0_d()
660 const BIGNUM *RSA_get0_p(const RSA *r) in RSA_get0_p()
665 const BIGNUM *RSA_get0_q(const RSA *r) in RSA_get0_q()
670 const BIGNUM *RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
675 const BIGNUM *RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
680 const BIGNUM *RSA_get0_iqmp(const RSA *r) in RSA_get0_iqmp()
685 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r) in RSA_get0_pss_params()
695 int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss) in ossl_rsa_set0_pss_params()
707 RSA_PSS_PARAMS_30 *ossl_rsa_get0_pss_params_30(RSA *r) in ossl_rsa_get0_pss_params_30()
712 void RSA_clear_flags(RSA *r, int flags) in RSA_clear_flags()
717 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags()
722 void RSA_set_flags(RSA *r, int flags) in RSA_set_flags()
727 int RSA_get_version(RSA *r) in RSA_get_version()
734 ENGINE *RSA_get0_engine(const RSA *r) in RSA_get0_engine()
910 int ossl_rsa_check_factors(RSA *r) in ossl_rsa_check_factors()