| /third_party/openssl/ssl/ |
| D | ssl_rsa_legacy.c | 17 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
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| D | ssl_rsa_legacy.c | 17 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
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| D | rsa_crpt.c | 34 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()
|
| D | rsa_meth.c | 115 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 …]
|
| D | rsa_ossl.c | 75 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() 243 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_encrypt() 375 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_decrypt() 512 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_public_decrypt() 607 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp() 978 static int rsa_ossl_init(RSA *rsa) in rsa_ossl_init() 984 static int rsa_ossl_finish(RSA *rsa) in rsa_ossl_finish()
|
| D | rsa_gen.c | 41 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() 478 static int rsa_keygen_pairwise_test(RSA *rsa, OSSL_CALLBACK *cb, void *cbarg) in rsa_keygen_pairwise_test()
|
| D | rsa_sp800_56b_check.c | 24 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) 356 int ossl_rsa_sp800_56b_check_private(const RSA *rsa) 374 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
|
| D | rsa_pmeth.c | 144 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 730 static int rsa_set_pss_param(RSA *rsa, EVP_PKEY_CTX *ctx) in rsa_set_pss_param() 749 RSA *rsa = NULL; in pkey_rsa_keygen() local 833 const RSA *rsa; in pkey_pss_init() local
|
| D | rsa_backend.c | 64 int ossl_rsa_fromdata(RSA *rsa, const OSSL_PARAM params[], int include_private) in ossl_rsa_fromdata() 319 int ossl_rsa_is_foreign(const RSA *rsa) in ossl_rsa_is_foreign() 335 RSA *ossl_rsa_dup(const RSA *rsa, int selection) in ossl_rsa_dup() 454 static int ossl_rsa_sync_to_pss_params_30(RSA *rsa) in ossl_rsa_sync_to_pss_params_30() 522 int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in ossl_rsa_param_decode() 552 RSA *rsa; in ossl_rsa_key_from_pkcs8() local
|
| D | rsa_sp800_56b_gen.c | 57 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() 428 int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx) in ossl_rsa_sp800_56b_pairwise_test()
|
| D | rsa_saos.c | 26 RSA *rsa) in RSA_sign_ASN1_OCTET_STRING() 62 unsigned int siglen, RSA *rsa) in RSA_verify_ASN1_OCTET_STRING()
|
| D | rsa_pss.c | 31 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()
|
| /third_party/openssl/crypto/rsa/ |
| D | rsa_crpt.c | 34 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()
|
| D | rsa_meth.c | 115 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 …]
|
| D | rsa_ossl.c | 75 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() 243 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_encrypt() 375 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_private_decrypt() 512 unsigned char *to, RSA *rsa, int padding) in rsa_ossl_public_decrypt() 607 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp() 978 static int rsa_ossl_init(RSA *rsa) in rsa_ossl_init() 984 static int rsa_ossl_finish(RSA *rsa) in rsa_ossl_finish()
|
| D | rsa_gen.c | 41 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() 478 static int rsa_keygen_pairwise_test(RSA *rsa, OSSL_CALLBACK *cb, void *cbarg) in rsa_keygen_pairwise_test()
|
| D | rsa_sp800_56b_check.c | 24 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) 356 int ossl_rsa_sp800_56b_check_private(const RSA *rsa) 374 int ossl_rsa_sp800_56b_check_keypair(const RSA *rsa, const BIGNUM *efixed,
|
| D | rsa_pmeth.c | 144 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
|
| D | rsa_sp800_56b_gen.c | 57 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() 428 int ossl_rsa_sp800_56b_pairwise_test(RSA *rsa, BN_CTX *ctx) in ossl_rsa_sp800_56b_pairwise_test()
|
| D | rsa_backend.c | 64 int ossl_rsa_fromdata(RSA *rsa, const OSSL_PARAM params[], int include_private) in ossl_rsa_fromdata() 331 int ossl_rsa_is_foreign(const RSA *rsa) in ossl_rsa_is_foreign() 347 RSA *ossl_rsa_dup(const RSA *rsa, int selection) in ossl_rsa_dup() 466 static int ossl_rsa_sync_to_pss_params_30(RSA *rsa) in ossl_rsa_sync_to_pss_params_30() 534 int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in ossl_rsa_param_decode() 564 RSA *rsa; in ossl_rsa_key_from_pkcs8() local
|
| D | rsa_saos.c | 26 RSA *rsa) in RSA_sign_ASN1_OCTET_STRING() 62 unsigned int siglen, RSA *rsa) in RSA_verify_ASN1_OCTET_STRING()
|
| D | rsa_pss.c | 31 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()
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_rsa.c | 43 const mbedtls_rsa_context *rsa) in psa_check_rsa_key_byte_aligned() 116 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_import_key() local 152 mbedtls_rsa_context *rsa, in mbedtls_psa_rsa_export_key() 196 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_export_public_key() local 248 mbedtls_rsa_context rsa; in mbedtls_psa_rsa_generate_key() local 324 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_sign_hash() local 395 const mbedtls_rsa_context *rsa, in rsa_pss_expected_salt_len() 423 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_rsa_verify_hash() local 501 mbedtls_rsa_context *rsa) in psa_rsa_oaep_set_padding_mode() 542 mbedtls_rsa_context *rsa = NULL; in mbedtls_psa_asymmetric_encrypt() local [all …]
|
| /third_party/openssl/providers/implementations/keymgmt/ |
| D | rsa_kmgmt.c | 81 RSA *rsa; in rsa_newdata() local 97 RSA *rsa; in rsapss_newdata() local 117 const RSA *rsa = keydata; in rsa_has() local 175 RSA *rsa = keydata; in rsa_import() local 206 RSA *rsa = keydata; in rsa_export() local 332 RSA *rsa = key; in rsa_get_params() local 394 const RSA *rsa = keydata; in rsa_validate() local 580 RSA *rsa = NULL, *rsa_tmp = NULL; in rsa_gen() local 656 RSA *rsa = NULL; in common_load() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| D | rsa_kmgmt.c | 81 RSA *rsa; in rsa_newdata() local 97 RSA *rsa; in rsapss_newdata() local 117 const RSA *rsa = keydata; in rsa_has() local 175 RSA *rsa = keydata; in rsa_import() local 206 RSA *rsa = keydata; in rsa_export() local 332 RSA *rsa = key; in rsa_get_params() local 394 const RSA *rsa = keydata; in rsa_validate() local 580 RSA *rsa = NULL, *rsa_tmp = NULL; in rsa_gen() local 656 RSA *rsa = NULL; in common_load() local
|