Lines Matching refs:RSA

201 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
202 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new_method(ENGINE *engine);
203 OSSL_DEPRECATEDIN_3_0 int RSA_bits(const RSA *rsa);
204 OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
205 OSSL_DEPRECATEDIN_3_0 int RSA_security_bits(const RSA *rsa);
207 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
208 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
209 OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,
212 OSSL_DEPRECATEDIN_3_0 int RSA_set0_multi_prime_params(RSA *r,
217 OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
220 OSSL_DEPRECATEDIN_3_0 void RSA_get0_factors(const RSA *r,
222 OSSL_DEPRECATEDIN_3_0 int RSA_get_multi_prime_extra_count(const RSA *r);
223 OSSL_DEPRECATEDIN_3_0 int RSA_get0_multi_prime_factors(const RSA *r,
225 OSSL_DEPRECATEDIN_3_0 void RSA_get0_crt_params(const RSA *r,
230 int RSA_get0_multi_prime_crt_params(const RSA *r, const BIGNUM *exps[],
232 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d);
233 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_e(const RSA *d);
234 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_d(const RSA *d);
235 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_p(const RSA *d);
236 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_q(const RSA *d);
237 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_dmp1(const RSA *r);
238 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_dmq1(const RSA *r);
239 OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_iqmp(const RSA *r);
240 OSSL_DEPRECATEDIN_3_0 const RSA_PSS_PARAMS *RSA_get0_pss_params(const RSA *r);
241 OSSL_DEPRECATEDIN_3_0 void RSA_clear_flags(RSA *r, int flags);
242 OSSL_DEPRECATEDIN_3_0 int RSA_test_flags(const RSA *r, int flags);
243 OSSL_DEPRECATEDIN_3_0 void RSA_set_flags(RSA *r, int flags);
244 OSSL_DEPRECATEDIN_3_0 int RSA_get_version(RSA *r);
245 OSSL_DEPRECATEDIN_3_0 ENGINE *RSA_get0_engine(const RSA *r);
253 OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void
260 OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
263 OSSL_DEPRECATEDIN_3_0 int RSA_generate_multi_prime_key(RSA *rsa, int bits,
268 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2,
274 OSSL_DEPRECATEDIN_3_0 int RSA_X931_generate_key_ex(RSA *rsa, int bits,
278 OSSL_DEPRECATEDIN_3_0 int RSA_check_key(const RSA *);
279 OSSL_DEPRECATEDIN_3_0 int RSA_check_key_ex(const RSA *, BN_GENCB *cb);
283 RSA *rsa, int padding);
286 RSA *rsa, int padding);
289 RSA *rsa, int padding);
292 RSA *rsa, int padding);
293 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
295 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
296 OSSL_DEPRECATEDIN_3_0 int RSA_flags(const RSA *r);
301 OSSL_DEPRECATEDIN_3_0 const RSA_METHOD *RSA_get_method(const RSA *rsa);
302 OSSL_DEPRECATEDIN_3_0 int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
308 RSA, RSAPublicKey)
310 RSA, RSAPrivateKey)
339 OSSL_DEPRECATEDIN_3_0 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
342 OSSL_DEPRECATEDIN_3_0 int RSA_print(BIO *bp, const RSA *r, int offset);
350 unsigned int *siglen, RSA *rsa);
354 unsigned int siglen, RSA *rsa);
364 RSA *rsa);
369 RSA *rsa);
371 OSSL_DEPRECATEDIN_3_0 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
372 OSSL_DEPRECATEDIN_3_0 void RSA_blinding_off(RSA *rsa);
373 OSSL_DEPRECATEDIN_3_0 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
424 int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash,
428 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
433 int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
438 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
445 OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);
446 OSSL_DEPRECATEDIN_3_0 void *RSA_get_ex_data(const RSA *r, int idx);
448 DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPublicKey)
449 DECLARE_ASN1_DUP_FUNCTION_name_attr(OSSL_DEPRECATEDIN_3_0, RSA, RSAPrivateKey)
488 RSA *rsa, int padding);
492 unsigned char *to, RSA *rsa,
498 RSA *rsa, int padding);
502 unsigned char *to, RSA *rsa,
508 RSA *rsa, int padding);
512 unsigned char *to, RSA *rsa,
518 RSA *rsa, int padding);
522 unsigned char *to, RSA *rsa,
527 RSA *rsa, BN_CTX *ctx);
530 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
548 int (*RSA_meth_get_init(const RSA_METHOD *meth)) (RSA *rsa);
550 int RSA_meth_set_init(RSA_METHOD *rsa, int (*init) (RSA *rsa));
552 int (*RSA_meth_get_finish(const RSA_METHOD *meth)) (RSA *rsa);
554 int RSA_meth_set_finish(RSA_METHOD *rsa, int (*finish) (RSA *rsa));
561 const RSA *rsa);
567 const RSA *rsa));
574 const RSA *rsa);
580 unsigned int siglen, const RSA *rsa));
582 int (*RSA_meth_get_keygen(const RSA_METHOD *meth)) (RSA *rsa, int bits,
586 int (*keygen) (RSA *rsa, int bits, BIGNUM *e,
589 int (*RSA_meth_get_multi_prime_keygen(const RSA_METHOD *meth)) (RSA *rsa,
596 int (*keygen) (RSA *rsa, int bits,