/third_party/openssl/crypto/ec/ |
D | ec_key.c | 204 ENGINE *EC_KEY_get0_engine(const EC_KEY *eckey) in EC_KEY_get0_engine() 209 int EC_KEY_generate_key(EC_KEY *eckey) in EC_KEY_generate_key() 228 int ossl_ec_key_gen(EC_KEY *eckey) in ossl_ec_key_gen() 251 static int ec_generate_key(EC_KEY *eckey, int pairwise_test) in ec_generate_key() 353 int ossl_ec_key_simple_generate_key(EC_KEY *eckey) in ossl_ec_key_simple_generate_key() 358 int ossl_ec_key_simple_generate_public_key(EC_KEY *eckey) in ossl_ec_key_simple_generate_public_key() 380 int EC_KEY_check_key(const EC_KEY *eckey) in EC_KEY_check_key() 441 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check_quick() 472 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check() 510 int ossl_ec_key_private_check(const EC_KEY *eckey) in ossl_ec_key_private_check() [all …]
|
D | ecdsa_sign.c | 20 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) in ECDSA_do_sign() 27 EC_KEY *eckey) in ECDSA_do_sign_ex() 36 *sig, unsigned int *siglen, EC_KEY *eckey) in ECDSA_sign() 43 const BIGNUM *r, EC_KEY *eckey) in ECDSA_sign_ex() 51 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ECDSA_sign_setup()
|
D | ecdsa_ossl.c | 23 int ossl_ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ossl_ecdsa_sign_setup() 36 EC_KEY *eckey) in ossl_ecdsa_sign_sig() 48 const ECDSA_SIG *sig, EC_KEY *eckey) in ossl_ecdsa_verify_sig() 60 const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) in ossl_ecdsa_sign() 74 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, in ecdsa_sign_setup() 187 int ossl_ecdsa_simple_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, in ossl_ecdsa_simple_sign_setup() 195 EC_KEY *eckey) in ossl_ecdsa_simple_sign_sig() 332 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) in ossl_ecdsa_verify() 357 const ECDSA_SIG *sig, EC_KEY *eckey) in ossl_ecdsa_simple_verify_sig()
|
D | ec_kmeth.c | 155 const EC_KEY *eckey, in ECDH_compute_key() 238 EC_KEY *eckey), in EC_KEY_METHOD_set_sign() 239 int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, in EC_KEY_METHOD_set_sign() 256 int sig_len, EC_KEY *eckey), in EC_KEY_METHOD_set_verify() 313 EC_KEY *eckey), in EC_KEY_METHOD_get_sign() 314 int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, in EC_KEY_METHOD_get_sign() 334 int sig_len, EC_KEY *eckey), in EC_KEY_METHOD_get_verify()
|
D | ecdsa_vrf.c | 27 const ECDSA_SIG *sig, EC_KEY *eckey) in ECDSA_do_verify() 42 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) in ECDSA_verify()
|
D | ec_ameth.c | 104 EC_KEY *eckey = NULL; in eckey_pub_decode() local 152 EC_KEY *eckey = ossl_ec_key_from_pkcs8(p8, libctx, propq); in eckey_priv_decode_ex() local 349 EC_KEY *eckey; in eckey_param_decode() local 425 EC_KEY *eckey = pkey->pkey.ec; in ec_pkey_check() local 438 EC_KEY *eckey = pkey->pkey.ec; in ec_pkey_public_check() local 454 EC_KEY *eckey = pkey->pkey.ec; in ec_pkey_param_check() local 476 const EC_KEY *eckey = NULL; in ec_pkey_export_to() local 630 EC_KEY *eckey = from->pkey.ec; in ec_pkey_copy() local
|
D | ecp_s390x_nistp.c | 129 EC_KEY *eckey, in ecdsa_s390x_nistp_sign_sig() 225 const ECDSA_SIG *sig, EC_KEY *eckey, in ecdsa_s390x_nistp_verify_sig()
|
D | ec_backend.c | 771 EC_KEY *eckey = NULL; in ossl_ec_key_param_from_x509_algor() local 822 EC_KEY *eckey = NULL; in ossl_ec_key_from_pkcs8() local
|
D | ec_pmeth.c | 173 EC_KEY *eckey; in pkey_ec_derive() local
|
/third_party/openssl/crypto/sm2/ |
D | sm2_key.c | 22 int ossl_sm2_key_private_check(const EC_KEY *eckey) in ossl_sm2_key_private_check()
|
D | sm2_sign.c | 438 EC_KEY *eckey) in ossl_sm2_internal_sign() 474 EC_KEY *eckey) in ossl_sm2_internal_verify()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genec.c | 528 EC_KEY *eckey; in lws_genecdsa_hash_sign_jws() local 611 EC_KEY *eckey; in lws_genecdsa_hash_sig_verify_jws() local 685 EC_KEY *eckey[2]; in lws_genecdh_compute_shared_secret() local
|
/third_party/openssl/crypto/x509/ |
D | x_all.c | 404 EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey) in d2i_EC_PUBKEY_fp() 409 int i2d_EC_PUBKEY_fp(FILE *fp, const EC_KEY *eckey) in i2d_EC_PUBKEY_fp() 414 EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey) in d2i_ECPrivateKey_fp() 419 int i2d_ECPrivateKey_fp(FILE *fp, const EC_KEY *eckey) in i2d_ECPrivateKey_fp() 424 EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey) in d2i_EC_PUBKEY_bio() 434 EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey) in d2i_ECPrivateKey_bio() 439 int i2d_ECPrivateKey_bio(BIO *bp, const EC_KEY *eckey) in i2d_ECPrivateKey_bio()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 2145 EC_KEY *eckey; in crypto_ecdh_get_pubkey() local 2211 EC_KEY *eckey = NULL; in crypto_ecdh_set_peerkey() local 2316 EC_KEY *eckey; in crypto_ec_key_parse_priv() local 2363 EC_KEY *eckey = NULL; in crypto_ec_key_set_pub() local 2444 EC_KEY *eckey; in crypto_ec_key_set_pub_point() local 2478 EC_KEY *ec_params = NULL, *eckey; in crypto_ec_key_gen() local 2565 const EC_KEY *eckey; in crypto_ec_key_get_subject_public_key() local 2671 EC_KEY *eckey; in crypto_ec_key_get_ecprivate_key() local 2705 EC_KEY *eckey; in crypto_ec_key_get_pubkey_point() local 2752 const EC_KEY *eckey; in crypto_ec_key_get_public_key() local [all …]
|
/third_party/openssl/apps/ |
D | ec.c | 69 EVP_PKEY *eckey = NULL; in ec_main() local
|
/third_party/openssl/test/ |
D | ecdsatest.c | 190 EC_KEY *eckey_neg = NULL, *eckey = NULL; in test_builtin() local
|
D | evp_extra_test.c | 1039 EC_KEY *eckey = NULL; in test_EC_priv_only_legacy() local
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2any.c | 642 static int prepare_ec_explicit_params(const void *eckey, in prepare_ec_explicit_params() 668 static int prepare_ec_params(const void *eckey, int nid, int save, in prepare_ec_params() 702 static int ec_spki_pub_to_der(const void *eckey, unsigned char **pder) in ec_spki_pub_to_der() 713 EC_KEY *eckey = (EC_KEY *)veckey; in ec_pki_priv_to_der() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 471 EC_KEY *eckey; in dpp_get_pubkey_point() local 519 EC_KEY *eckey = NULL; in dpp_set_pubkey_point_group() local 587 EC_KEY *eckey; in dpp_set_pubkey_point() local 1170 EC_KEY *eckey; in dpp_debug_print_key() local 1304 EC_KEY *eckey; in dpp_set_keypair() local 1365 EC_KEY *eckey; in dpp_bootstrap_key_der() local 5531 EC_KEY *eckey; in dpp_copy_netaccesskey() local 5571 EC_KEY *eckey; in dpp_process_signed_connector() local 6165 EC_KEY *eckey; in dpp_configurator_get_key() local
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 300 auto eckey = EVP_PKEY_get0_EC_KEY(pubkey); in servername_callback() local 302 auto eckey = EVP_PKEY_get1_EC_KEY(pubkey); in servername_callback() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 2031 EC_KEY *eckey; in crypto_ecdh_get_pubkey() local 2097 EC_KEY *eckey = NULL; in crypto_ecdh_set_peerkey() local
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | ec_kmgmt.c | 111 int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl, in key_to_params()
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 1621 const EC_KEY *eckey = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_public_key() local
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 424 # define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\ argument
|
/third_party/openssl/include/openssl/ |
D | evp.h | 511 # define EVP_PKEY_assign_EC_KEY(pkey,eckey) \ argument
|