Lines Matching refs:RSA
20 RSA *RSA_new(void) in RSA_new()
25 const RSA_METHOD *RSA_get_method(const RSA *rsa) in RSA_get_method()
30 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method()
50 RSA *RSA_new_method(ENGINE *engine) in RSA_new_method()
52 RSA *ret = OPENSSL_zalloc(sizeof(*ret)); in RSA_new_method()
105 void RSA_free(RSA *r) in RSA_free()
144 int RSA_up_ref(RSA *r) in RSA_up_ref()
156 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
161 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
166 int RSA_security_bits(const RSA *rsa) in RSA_security_bits()
180 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
207 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
230 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
263 int RSA_set0_multi_prime_params(RSA *r, BIGNUM *primes[], BIGNUM *exps[], in RSA_set0_multi_prime_params()
327 void RSA_get0_key(const RSA *r, in RSA_get0_key()
338 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
346 int RSA_get_multi_prime_extra_count(const RSA *r) in RSA_get_multi_prime_extra_count()
356 int RSA_get0_multi_prime_factors(const RSA *r, const BIGNUM *primes[]) in RSA_get0_multi_prime_factors()
376 void RSA_get0_crt_params(const RSA *r, in RSA_get0_crt_params()
388 int RSA_get0_multi_prime_crt_params(const RSA *r, const BIGNUM *exps[], in RSA_get0_multi_prime_crt_params()
414 const BIGNUM *RSA_get0_n(const RSA *r) in RSA_get0_n()
419 const BIGNUM *RSA_get0_e(const RSA *r) in RSA_get0_e()
424 const BIGNUM *RSA_get0_d(const RSA *r) in RSA_get0_d()
429 const BIGNUM *RSA_get0_p(const RSA *r) in RSA_get0_p()
434 const BIGNUM *RSA_get0_q(const RSA *r) in RSA_get0_q()
439 const BIGNUM *RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
444 const BIGNUM *RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
449 const BIGNUM *RSA_get0_iqmp(const RSA *r) in RSA_get0_iqmp()
454 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r) in RSA_get0_pss_params()
459 void RSA_clear_flags(RSA *r, int flags) in RSA_clear_flags()
464 int RSA_test_flags(const RSA *r, int flags) in RSA_test_flags()
469 void RSA_set_flags(RSA *r, int flags) in RSA_set_flags()
474 int RSA_get_version(RSA *r) in RSA_get_version()
480 ENGINE *RSA_get0_engine(const RSA *r) in RSA_get0_engine()