Lines Matching refs:RSA

31 static RSA *rsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx);
34 RSA *RSA_new(void) in RSA_new()
39 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
44 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
64 RSA *RSA_new_method(ENGINE *engine) in RSA_new_method()
70 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx) in ossl_rsa_new_with_ctx()
75 static RSA *rsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in rsa_new_intern()
77 RSA *ret = OPENSSL_zalloc(sizeof(*ret)); in rsa_new_intern()
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()
385 int RSA_security_bits(const RSA *rsa) in RSA_security_bits()
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()
756 int ossl_rsa_set0_all_params(RSA *r, STACK_OF(BIGNUM) *primes, in DEFINE_STACK_OF()
874 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes, in DEFINE_SPECIAL_STACK_OF_CONST()
910 int ossl_rsa_check_factors(RSA *r) in ossl_rsa_check_factors()