Lines Matching defs:r
79 RSA *r = RSA_new_method(NULL); in RSA_new() local
161 RSA_free(RSA *r) in RSA_free()
193 RSA_up_ref(RSA *r) in RSA_up_ref()
209 RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
216 RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
230 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
242 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
265 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
303 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
313 RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
332 RSA_get0_n(const RSA *r) in RSA_get0_n()
339 RSA_get0_e(const RSA *r) in RSA_get0_e()
346 RSA_get0_d(const RSA *r) in RSA_get0_d()
353 RSA_get0_p(const RSA *r) in RSA_get0_p()
360 RSA_get0_q(const RSA *r) in RSA_get0_q()
367 RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
374 RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
381 RSA_get0_iqmp(const RSA *r) in RSA_get0_iqmp()
388 RSA_get0_pss_params(const RSA *r) in RSA_get0_pss_params()
395 RSA_clear_flags(RSA *r, int flags) in RSA_clear_flags()
402 RSA_test_flags(const RSA *r, int flags) in RSA_test_flags()
409 RSA_set_flags(RSA *r, int flags) in RSA_set_flags()