Home
last modified time | relevance | path

Searched defs:ec_key (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dderive.rs185 let ec_key = EcKey::generate(&group).unwrap(); in derive_without_peer() localVariable
194 let ec_key = EcKey::generate(&group).unwrap(); in test_ec_key_derive() localVariable
208 let ec_key = EcKey::generate(&group).unwrap(); in test_ec_key_derive_ex() localVariable
Dpkey.rs187 pub fn ec_key(&self) -> Result<EcKey<T>, ErrorStack> { in ec_key() method
189 let ec_key = cvt_p(ffi::EVP_PKEY_get1_EC_KEY(self.as_ptr()))?; in ec_key() localVariable
1009 let ec_key = EcKey::from_curve_name(Nid::X9_62_PRIME256V1).unwrap(); in test_ec_key_accessor() localVariable
1038 let ec_key = EcKey::generate(&group).unwrap(); in test_ec_key_conversion() localVariable
1049 let ec_key = EcKey::generate(&group).unwrap(); in test_security_bits() localVariable
1148 let ec_key = EcKey::generate(&group).unwrap(); in test_raw_key_fail() localVariable
1167 let ec_key = EcKey::generate(&group).unwrap(); in test_public_eq() localVariable
Dec.rs1232 let ec_key = EcKey::from_public_key(&group, &public_key).unwrap(); in key_from_public_key() localVariable
1259 let ec_key = EcKey::from_public_key_affine_coordinates(&group, &xbn, &ybn).unwrap(); in key_from_affine_coordinates() localVariable
1275 let ec_key = EcKey::from_public_key_affine_coordinates(&group, &xbn, &ybn).unwrap(); in get_affine_coordinates() localVariable
1299 let ec_key = EcKey::from_public_key_affine_coordinates(&group, &xbn, &ybn).unwrap(); in get_affine_coordinates_gfp() localVariable
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_ameth.c29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type()
70 const EC_KEY *ec_key = pkey->pkey.ec; in eckey_pub_encode() local
164 EC_KEY ec_key = *(pkey->pkey.ec); in eckey_priv_encode() local
Dec_pmeth.c280 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local
287 EC_KEY *ec_key = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local
Dec_key.c187 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup()
/third_party/openssl/crypto/ec/
Dec_ameth.c29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type()
70 const EC_KEY *ec_key = pkey->pkey.ec; in eckey_pub_encode() local
164 EC_KEY ec_key = *(pkey->pkey.ec); in eckey_priv_encode() local
Dec_pmeth.c280 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local
287 EC_KEY *ec_key = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_ctrl() local
Dec_key.c187 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_evp_key.c247 EC_KEY *ec_key = (EC_KEY *)EVP_PKEY_get0_EC_KEY(pub_key); in GET_EVP_PKEY() local
/third_party/node/src/crypto/
Dcrypto_ec.cc635 const EC_KEY* ec_key = EVP_PKEY_get0_EC_KEY(m_pkey.get()); in EC_Raw_Export() local
720 const EC_KEY* ec_key = EVP_PKEY_get0_EC_KEY(m_pkey.get()); in DoExport() local
Dcrypto_sig.cc125 const EC_KEY* ec_key = EVP_PKEY_get0_EC_KEY(pkey.get()); in ValidateDSAParameters() local
Dcrypto_keys.cc370 ECKeyPointer ec_key(EVP_PKEY_get1_EC_KEY(pkey)); in WritePrivateKey() local