Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get1_EC_KEY (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/pem/
Dpem_all.c226 dtmp = EVP_PKEY_get1_EC_KEY(key); in IMPLEMENT_PEM_rw_const()
/external/wpa_supplicant_8/src/common/
Ddpp.c345 eckey = EVP_PKEY_get1_EC_KEY(pkey); in dpp_get_pubkey_point()
463 eckey = EVP_PKEY_get1_EC_KEY(group_key); in dpp_set_pubkey_point()
960 eckey = EVP_PKEY_get1_EC_KEY(key); in dpp_debug_print_key()
1134 eckey = EVP_PKEY_get1_EC_KEY(bi->pubkey); in dpp_bootstrap_key_hash()
1186 eckey = EVP_PKEY_get1_EC_KEY(bi->pubkey); in dpp_keygen()
1738 BI = EVP_PKEY_get1_EC_KEY(auth->peer_bi->pubkey); in dpp_auth_derive_l_responder()
1746 bR = EVP_PKEY_get1_EC_KEY(auth->own_bi->pubkey); in dpp_auth_derive_l_responder()
1747 pR = EVP_PKEY_get1_EC_KEY(auth->own_protocol_key); in dpp_auth_derive_l_responder()
1811 BR = EVP_PKEY_get1_EC_KEY(auth->peer_bi->pubkey); in dpp_auth_derive_l_initiator()
1812 PR = EVP_PKEY_get1_EC_KEY(auth->peer_protocol_key); in dpp_auth_derive_l_initiator()
[all …]
/external/boringssl/src/crypto/evp/
Devp.c292 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) { in EVP_PKEY_get1_EC_KEY() function
/external/boringssl/src/crypto/x509/
Dx_pubkey.c309 key = EVP_PKEY_get1_EC_KEY(pkey); in d2i_EC_PUBKEY()
/external/boringssl/src/include/openssl/
Devp.h158 OPENSSL_EXPORT EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc2105 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_private_key()
2133 bssl::UniquePtr<EC_KEY> eckey(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_EC_KEY_get_public_key()
2238 bssl::UniquePtr<EC_KEY> pubkey(EVP_PKEY_get1_EC_KEY(pubPkey)); in NativeCrypto_ECDH_compute_key()
2260 bssl::UniquePtr<EC_KEY> privkey(EVP_PKEY_get1_EC_KEY(privPkey)); in NativeCrypto_ECDH_compute_key()
2290 bssl::UniquePtr<EC_KEY> ec_key(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_ECDSA_size()
2313 bssl::UniquePtr<EC_KEY> ec_key(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_ECDSA_sign()
2354 bssl::UniquePtr<EC_KEY> ec_key(EVP_PKEY_get1_EC_KEY(pkey)); in NativeCrypto_ECDSA_verify()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1778 eckey = EVP_PKEY_get1_EC_KEY(ecdh->pkey); in crypto_ecdh_get_pubkey()