Home
last modified time | relevance | path

Searched refs:EC_KEY_set_public_key (Results 1 - 15 of 15) sorted by relevance

/third_party/openssl/test/
H A Dsm2_internal_test.c165 || !TEST_true(EC_KEY_set_public_key(key, pt)) in test_sm2_crypt()
333 || !TEST_true(EC_KEY_set_public_key(key, pt))) in test_sm2_sign()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs846 #[corresponds(EC_KEY_set_public_key)]
858 cvt(ffi::EC_KEY_set_public_key( in from_public_key()
972 cvt(ffi::EC_KEY_set_public_key( in from_private_components()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs215 pub fn EC_KEY_set_public_key(key: *mut EC_KEY, key: *const EC_POINT) -> c_int; in EC_KEY_set_public_key() functions
/third_party/node/src/crypto/
H A Dcrypto_ec.cc339 if (!EC_KEY_set_public_key(new_key.get(), pub.get())) in SetPrivateKey()
366 int r = EC_KEY_set_public_key(ecdh->key_.get(), pub.get()); in SetPublicKey()
740 CHECK_EQ(1, EC_KEY_set_public_key(ec.get(), uncompressed.get())); in DoExport()
H A Dcrypto_keys.cc1075 !EC_KEY_set_public_key(eckey.get(), pub.get())) { in InitECRaw()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c639 /* EC_KEY_set_public_key updates dirty_cnt */ in EC_KEY_set_public_key_affine_coordinates()
640 if (!EC_KEY_set_public_key(key, point)) in EC_KEY_set_public_key_affine_coordinates()
795 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key() function
H A Dec_backend.c486 && !EC_KEY_set_public_key(ec, pub_point)) in ossl_ec_key_fromdata()
/third_party/openssl/crypto/ec/
H A Dec_key.c639 /* EC_KEY_set_public_key updates dirty_cnt */ in EC_KEY_set_public_key_affine_coordinates()
640 if (!EC_KEY_set_public_key(key, point)) in EC_KEY_set_public_key_affine_coordinates()
795 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key() function
H A Dec_backend.c486 && !EC_KEY_set_public_key(ec, pub_point)) in ossl_ec_key_fromdata()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1070 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
/third_party/openssl/include/openssl/
H A Dec.h1070 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h914 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c2246 if (!eckey || EC_KEY_set_public_key(eckey, pub) != 1) { in crypto_ecdh_set_peerkey()
2248 "OpenSSL: EC_KEY_set_public_key failed: %s", in crypto_ecdh_set_peerkey()
2410 EC_KEY_set_public_key(eckey, point) != 1) { in crypto_ec_key_set_pub()
2450 EC_KEY_set_public_key(eckey, (const EC_POINT *) pub) != 1) { in crypto_ec_key_set_pub_point()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c2132 if (!eckey || EC_KEY_set_public_key(eckey, pub) != 1) { in crypto_ecdh_set_peerkey()
2134 "OpenSSL: EC_KEY_set_public_key failed: %s", in crypto_ecdh_set_peerkey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c556 EC_KEY_set_public_key(eckey, point) != 1) { in dpp_set_pubkey_point_group()
7387 EC_KEY_set_public_key(X_ec, X) != 1) in dpp_pkex_rx_exchange_req()
7712 EC_KEY_set_public_key(Y_ec, Y) != 1) in dpp_pkex_rx_exchange_resp()

Completed in 44 milliseconds