Lines Matching defs:r

133 void RSA_free(RSA *r)  in RSA_free()
180 int RSA_up_ref(RSA *r) in RSA_up_ref()
192 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r) in ossl_rsa_get0_libctx()
197 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx) in ossl_rsa_set0_libctx()
203 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
208 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
248 uint64_t r = 0; in icbrt64() local
272 uint32_t i, r = 0; in ilog_e() local
392 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
420 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
444 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
479 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
545 void RSA_get0_key(const RSA *r, in RSA_get0_key()
556 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
565 int RSA_get_multi_prime_extra_count(const RSA *r) in RSA_get_multi_prime_extra_count()
575 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
596 void RSA_get0_crt_params(const RSA *r, in RSA_get0_crt_params()
609 int RSA_get0_multi_prime_crt_params(const RSA *r, const BIGNUM *exps[], in RSA_get0_multi_prime_crt_params()
636 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n()
641 const BIGNUM *RSA_get0_e(const RSA *r) in RSA_get0_e()
646 const BIGNUM *RSA_get0_d(const RSA *r) in RSA_get0_d()
651 const BIGNUM *RSA_get0_p(const RSA *r) in RSA_get0_p()
656 const BIGNUM *RSA_get0_q(const RSA *r) in RSA_get0_q()
661 const BIGNUM *RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
666 const BIGNUM *RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
671 const BIGNUM *RSA_get0_iqmp(const RSA *r) in RSA_get0_iqmp()
676 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r) in RSA_get0_pss_params()
686 int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss) in ossl_rsa_set0_pss_params()
698 RSA_PSS_PARAMS_30 *ossl_rsa_get0_pss_params_30(RSA *r) in ossl_rsa_get0_pss_params_30()
703 void RSA_clear_flags(RSA *r, int flags) in RSA_clear_flags()
708 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags()
713 void RSA_set_flags(RSA *r, int flags) in RSA_set_flags()
718 int RSA_get_version(RSA *r) in RSA_get_version()
725 ENGINE *RSA_get0_engine(const RSA *r) in RSA_get0_engine()