Home
last modified time | relevance | path

Searched defs:eckey (Results 1 – 9 of 9) 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()
457 int EC_KEY_generate_key_fips(EC_KEY *eckey) { in EC_KEY_generate_key_fips()
/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/common/
Ddpp.c415 EC_KEY *eckey; in dpp_get_pubkey_point() local
463 EC_KEY *eckey = NULL; in dpp_set_pubkey_point_group() local
531 EC_KEY *eckey; in dpp_set_pubkey_point() local
1027 EC_KEY *eckey; in dpp_debug_print_key() local
1162 EC_KEY *eckey; in dpp_set_keypair() local
1223 EC_KEY *eckey; in dpp_bootstrap_key_der() local
5437 EC_KEY *eckey; in dpp_copy_netaccesskey() local
5477 EC_KEY *eckey; in dpp_process_signed_connector() local
6071 EC_KEY *eckey; in dpp_configurator_get_key() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1930 EC_KEY *eckey; in crypto_ecdh_get_pubkey() local
1996 EC_KEY *eckey = NULL; in crypto_ecdh_set_peerkey() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1005 bssl::UniquePtr<EC_KEY> eckey(EC_KEY_new()); in NativeCrypto_EVP_PKEY_new_EC_KEY() local
2081 bssl::UniquePtr<EC_KEY> eckey(EC_KEY_new()); in NativeCrypto_EC_KEY_generate_key() local
2149 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_private_key() local
2177 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_public_key() local