Home
last modified time | relevance | path

Searched defs:eckey (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa.c147 const ECDSA_SIG *sig, const EC_KEY *eckey) { in ECDSA_do_verify()
190 static int ecdsa_sign_setup(const EC_KEY *eckey, EC_SCALAR *out_kinv_mont, in ecdsa_sign_setup()
249 const EC_KEY *eckey) { in ECDSA_do_sign()
Decdsa_test.cc117 const ECDSA_SIG *ecdsa_sig, EC_KEY *eckey, in VerifyECDSASig()
145 EC_KEY *eckey, const BIGNUM *order) { in TestTamperedSig()
209 bssl::UniquePtr<EC_KEY> eckey(EC_KEY_new()); in TEST() local
/external/boringssl/src/crypto/ecdsa_extra/
Decdsa_asn1.c70 unsigned int *sig_len, const EC_KEY *eckey) { in ECDSA_sign()
103 const uint8_t *sig, size_t sig_len, const EC_KEY *eckey) { in ECDSA_verify()
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c294 int EC_KEY_check_key(const EC_KEY *eckey) { in EC_KEY_check_key()
456 int EC_KEY_generate_key_fips(EC_KEY *eckey) { in EC_KEY_generate_key_fips()
/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c167 EC_KEY *eckey; in dpp_debug_print_key() local
369 EC_KEY *eckey; in dpp_get_pubkey_point() local
417 EC_KEY *eckey = NULL; in dpp_set_pubkey_point_group() local
484 const EC_KEY *eckey; in dpp_set_pubkey_point() local
562 EC_KEY *eckey; in dpp_set_keypair() local
623 const EC_KEY *eckey; in dpp_bootstrap_key_der() local
1230 const EC_KEY *eckey; in dpp_process_signed_connector() local
Ddpp_backup.c153 EC_KEY *eckey; in dpp_build_key_pkg() local
882 EC_KEY *eckey; in dpp_parse_one_asymmetric_key() local
Ddpp.c2263 EC_KEY *eckey; in dpp_copy_netaccesskey() local
3096 EC_KEY *eckey; in dpp_configurator_get_key() local
3948 const EC_KEY *eckey; in dpp_configurator_from_backup() local
/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c97 EC_KEY *eckey = NULL; in eckey_pub_decode() local
Dp_ec.c149 EC_KEY *eckey; in pkey_ec_derive() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c2010 EC_KEY *eckey; in crypto_ecdh_get_pubkey() local
2076 EC_KEY *eckey = NULL; in crypto_ecdh_set_peerkey() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1006 bssl::UniquePtr<EC_KEY> eckey(EC_KEY_new()); in NativeCrypto_EVP_PKEY_new_EC_KEY() local
2085 bssl::UniquePtr<EC_KEY> eckey(EC_KEY_new()); in NativeCrypto_EC_KEY_generate_key() local
2153 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_private_key() local
2181 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_public_key() local