Lines Matching refs:rsa
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);
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,
283 RSA *rsa, int padding);
286 RSA *rsa, int padding);
289 RSA *rsa, int padding);
292 RSA *rsa, int padding);
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);
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,
488 RSA *rsa, int padding);
490 int RSA_meth_set_pub_enc(RSA_METHOD *rsa,
492 unsigned char *to, RSA *rsa,
498 RSA *rsa, int padding);
500 int RSA_meth_set_pub_dec(RSA_METHOD *rsa,
502 unsigned char *to, RSA *rsa,
508 RSA *rsa, int padding);
510 int RSA_meth_set_priv_enc(RSA_METHOD *rsa,
512 unsigned char *to, RSA *rsa,
518 RSA *rsa, int padding);
520 int RSA_meth_set_priv_dec(RSA_METHOD *rsa,
522 unsigned char *to, RSA *rsa,
527 RSA *rsa, BN_CTX *ctx);
529 int RSA_meth_set_mod_exp(RSA_METHOD *rsa,
530 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa,
540 int RSA_meth_set_bn_mod_exp(RSA_METHOD *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);
563 int RSA_meth_set_sign(RSA_METHOD *rsa,
567 const RSA *rsa));
574 const RSA *rsa);
576 int RSA_meth_set_verify(RSA_METHOD *rsa,
580 unsigned int siglen, const RSA *rsa));
582 int (*RSA_meth_get_keygen(const RSA_METHOD *meth)) (RSA *rsa, int bits,
585 int RSA_meth_set_keygen(RSA_METHOD *rsa,
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,