Lines Matching refs:RSA

32 static RSA *rsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx);
35 RSA *RSA_new(void) in RSA_new()
40 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
45 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
65 RSA *RSA_new_method(ENGINE *engine) in RSA_new_method()
71 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx) in ossl_rsa_new_with_ctx()
76 static RSA *rsa_new_intern(ENGINE *engine, OSSL_LIB_CTX *libctx) in rsa_new_intern()
78 RSA *ret = OPENSSL_zalloc(sizeof(*ret)); in rsa_new_intern()
141 void RSA_free(RSA *r) in RSA_free()
193 int RSA_up_ref(RSA *r) in RSA_up_ref()
205 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r) in ossl_rsa_get0_libctx()
210 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx) in ossl_rsa_set0_libctx()
216 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
221 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
389 int RSA_security_bits(const RSA *rsa) in RSA_security_bits()
405 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
433 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
457 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
492 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
558 void RSA_get0_key(const RSA *r, in RSA_get0_key()
569 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
578 int RSA_get_multi_prime_extra_count(const RSA *r) in RSA_get_multi_prime_extra_count()
588 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
609 void RSA_get0_crt_params(const RSA *r, in RSA_get0_crt_params()
622 int RSA_get0_multi_prime_crt_params(const RSA *r, const BIGNUM *exps[], in RSA_get0_multi_prime_crt_params()
649 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n()
654 const BIGNUM *RSA_get0_e(const RSA *r) in RSA_get0_e()
659 const BIGNUM *RSA_get0_d(const RSA *r) in RSA_get0_d()
664 const BIGNUM *RSA_get0_p(const RSA *r) in RSA_get0_p()
669 const BIGNUM *RSA_get0_q(const RSA *r) in RSA_get0_q()
674 const BIGNUM *RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
679 const BIGNUM *RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
684 const BIGNUM *RSA_get0_iqmp(const RSA *r) in RSA_get0_iqmp()
689 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r) in RSA_get0_pss_params()
699 int ossl_rsa_set0_pss_params(RSA *r, RSA_PSS_PARAMS *pss) in ossl_rsa_set0_pss_params()
711 RSA_PSS_PARAMS_30 *ossl_rsa_get0_pss_params_30(RSA *r) in ossl_rsa_get0_pss_params_30()
716 void RSA_clear_flags(RSA *r, int flags) in RSA_clear_flags()
721 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags()
726 void RSA_set_flags(RSA *r, int flags) in RSA_set_flags()
731 int RSA_get_version(RSA *r) in RSA_get_version()
738 ENGINE *RSA_get0_engine(const RSA *r) in RSA_get0_engine()
760 int ossl_rsa_set0_all_params(RSA *r, STACK_OF(BIGNUM) *primes, in DEFINE_STACK_OF()
878 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes, in DEFINE_SPECIAL_STACK_OF_CONST()
914 int ossl_rsa_check_factors(RSA *r) in ossl_rsa_check_factors()