Home
last modified time | relevance | path

Searched defs:rsa (Results 1 – 25 of 41) sorted by relevance

12

/openssl-master/ssl/
A Dssl_rsa_legacy.c17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey()
47 RSA *rsa = NULL; in SSL_use_RSAPrivateKey_file() local
86 RSA *rsa; in SSL_use_RSAPrivateKey_ASN1() local
99 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey()
129 RSA *rsa = NULL; in SSL_CTX_use_RSAPrivateKey_file() local
169 RSA *rsa; in SSL_CTX_use_RSAPrivateKey_ASN1() local
/openssl-master/crypto/rsa/
A Drsa_crpt.c34 RSA *rsa, int padding) in RSA_public_encrypt()
40 unsigned char *to, RSA *rsa, int padding) in RSA_private_encrypt()
46 unsigned char *to, RSA *rsa, int padding) in RSA_private_decrypt()
52 RSA *rsa, int padding) in RSA_public_decrypt()
62 void RSA_blinding_off(RSA *rsa) in RSA_blinding_off()
70 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) in RSA_blinding_on()
116 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx) in RSA_setup_blinding()
A Drsa_meth.c115 unsigned char *to, RSA *rsa, in RSA_meth_set_pub_enc()
131 unsigned char *to, RSA *rsa, in RSA_meth_set_pub_dec()
147 unsigned char *to, RSA *rsa, in RSA_meth_set_priv_enc()
163 unsigned char *to, RSA *rsa, in RSA_meth_set_priv_dec()
178 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa, in RSA_meth_set_mod_exp()
211 int RSA_meth_set_init(RSA_METHOD *meth, int (*init) (RSA *rsa)) in RSA_meth_set_init()
223 int RSA_meth_set_finish(RSA_METHOD *meth, int (*finish) (RSA *rsa)) in RSA_meth_set_finish()
242 const RSA *rsa)) in RSA_meth_set_sign()
260 unsigned int siglen, const RSA *rsa)) in RSA_meth_set_verify()
272 int RSA_meth_set_keygen(RSA_METHOD *meth, in RSA_meth_set_keygen()
[all …]
A Drsa_ossl.c75 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_public_encrypt()
162 static BN_BLINDING *rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) in rsa_get_blinding()
240 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_encrypt()
372 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_decrypt()
511 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_public_decrypt()
606 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp()
977 static int rsa_ossl_init(RSA *rsa) in rsa_ossl_init()
983 static int rsa_ossl_finish(RSA *rsa) in rsa_ossl_finish()
A Drsa_gen.c41 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex()
50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key()
75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen()
424 static int rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, in rsa_keygen()
476 static int rsa_keygen_pairwise_test(RSA *rsa, OSSL_CALLBACK *cb, void *cbarg) in rsa_keygen_pairwise_test()
A Drsa_sp800_56b_check.c24 int ossl_rsa_check_crt_components(const RSA *rsa, BN_CTX *ctx) in ossl_rsa_check_crt_components()
175 int ossl_rsa_check_private_exponent(const RSA *rsa, int nbits, BN_CTX *ctx) in ossl_rsa_check_private_exponent()
281 int ossl_rsa_sp800_56b_check_public(const RSA *rsa)
350 int ossl_rsa_sp800_56b_check_private(const RSA *rsa)
368 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
A Drsa_pmeth.c144 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_sign() local
214 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verifyrecover() local
265 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verify() local
323 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_encrypt() local
356 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_decrypt() local
726 static int rsa_set_pss_param(RSA *rsa, EVP_PKEY_CTX *ctx) in rsa_set_pss_param()
745 RSA *rsa = NULL; in pkey_rsa_keygen() local
829 const RSA *rsa; in pkey_pss_init() local
A Drsa_sp800_56b_gen.c57 int ossl_rsa_fips186_4_gen_prob_primes(RSA *rsa, RSA_ACVP_TEST *test, in ossl_rsa_fips186_4_gen_prob_primes()
232 int ossl_rsa_sp800_56b_derive_params_from_pq(RSA *rsa, int nbits, in ossl_rsa_sp800_56b_derive_params_from_pq()
356 int ossl_rsa_sp800_56b_generate_key(RSA *rsa, int nbits, const BIGNUM *efixed, in ossl_rsa_sp800_56b_generate_key()
419 int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx) in ossl_rsa_sp800_56b_pairwise_test()
A Drsa_backend.c63 int ossl_rsa_fromdata(RSA *rsa, const OSSL_PARAM params[]) in ossl_rsa_fromdata()
328 int ossl_rsa_is_foreign(const RSA *rsa) in ossl_rsa_is_foreign()
344 RSA *ossl_rsa_dup(const RSA *rsa, int selection) in ossl_rsa_dup()
463 static int ossl_rsa_sync_to_pss_params_30(RSA *rsa) in ossl_rsa_sync_to_pss_params_30()
531 int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in ossl_rsa_param_decode()
561 RSA *rsa; in ossl_rsa_key_from_pkcs8() local
A Drsa_saos.c26 RSA *rsa) in RSA_sign_ASN1_OCTET_STRING()
62 unsigned int siglen, RSA *rsa) in RSA_verify_ASN1_OCTET_STRING()
A Drsa_x931g.c25 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, in RSA_X931_derive_ex()
151 int RSA_X931_generate_key_ex(RSA *rsa, int bits, const BIGNUM *e, in RSA_X931_generate_key_ex()
A Drsa_pss.c31 int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, in RSA_verify_PKCS1_PSS()
38 int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, in RSA_verify_PKCS1_PSS_mgf1()
146 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS()
153 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1()
A Drsa_asn1.c125 RSA *RSAPrivateKey_dup(const RSA *rsa) in RSAPrivateKey_dup()
A Drsa_depr.c34 RSA *rsa = RSA_new(); in RSA_generate_key() local
A Drsa_sign.c274 unsigned char *sigret, unsigned int *siglen, RSA *rsa) in RSA_sign()
333 const unsigned char *sigbuf, size_t siglen, RSA *rsa) in ossl_rsa_verify()
450 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) in RSA_verify()
A Drsa_ameth.c32 const RSA *rsa = pkey->pkey.rsa; in rsa_param_encode() local
78 RSA *rsa = NULL; in rsa_pub_decode() local
129 RSA *rsa; in old_rsa_priv_decode() local
172 RSA *rsa = ossl_rsa_key_from_pkcs8(p8, NULL, NULL); in rsa_priv_decode() local
733 RSA *rsa = from->pkey.rsa; in rsa_int_export_to() local
789 RSA *rsa = ossl_rsa_new_with_ctx(pctx->libctx); in rsa_int_import_from() local
884 RSA *rsa = from->pkey.rsa; in rsa_pkey_copy() local
A Drsa_mp.c61 int ossl_rsa_multip_calc_product(RSA *rsa) in ossl_rsa_multip_calc_product()
/openssl-master/providers/implementations/keymgmt/
A Drsa_kmgmt.c81 RSA *rsa; in rsa_newdata() local
97 RSA *rsa; in rsapss_newdata() local
117 const RSA *rsa = keydata; in rsa_has() local
155 RSA *rsa = keydata; in rsa_import() local
182 RSA *rsa = keydata; in rsa_export() local
303 RSA *rsa = key; in rsa_get_params() local
365 const RSA *rsa = keydata; in rsa_validate() local
546 RSA *rsa = NULL, *rsa_tmp = NULL; in rsa_gen() local
622 RSA *rsa = NULL; in common_load() local
/openssl-master/crypto/x509/
A Dx_all.c260 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp()
265 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa) in i2d_RSAPrivateKey_fp()
270 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp()
275 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp()
282 int i2d_RSAPublicKey_fp(FILE *fp, const RSA *rsa) in i2d_RSAPublicKey_fp()
287 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa) in i2d_RSA_PUBKEY_fp()
293 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
303 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio()
308 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio()
313 int i2d_RSAPublicKey_bio(BIO *bp, const RSA *rsa) in i2d_RSAPublicKey_bio()
[all …]
/openssl-master/test/
A Dpem_read_depr_test.c153 RSA *rsa = NULL; in test_read_rsa_private() local
174 RSA *rsa = NULL; in test_read_rsa_public() local
A Dasn1_internal_test.c126 RSA *rsa = NULL; in test_empty_nonoptional_content() local
A Denginetest.c232 RSA *rsa = RSA_new(); in get_test_pkey() local
A Dkeymgmt_internal_test.c142 RSA *rsa = NULL; in test_pass_rsa() local
/openssl-master/crypto/pem/
A Dpem_all.c69 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
79 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey()
/openssl-master/providers/common/
A Dsecuritycheck.c29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key()

Completed in 45 milliseconds

12