Home
last modified time | relevance | path

Searched refs:EC_KEY_check_key (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c433 return EC_KEY_check_key(eckey); in ec_pkey_check()
442 * it will be checked in EC_KEY_check_key(). In fact, the in ec_pkey_public_check()
443 * EC_KEY_check_key() mainly checks the public key, and checks in ec_pkey_public_check()
449 return EC_KEY_check_key(eckey); in ec_pkey_public_check()
H A Dec_key.c380 int EC_KEY_check_key(const EC_KEY *eckey) in EC_KEY_check_key() function
632 * inside EC_KEY_check_key(). in EC_KEY_set_public_key_affine_coordinates()
643 if (EC_KEY_check_key(key) == 0) in EC_KEY_set_public_key_affine_coordinates()
/third_party/openssl/crypto/ec/
H A Dec_ameth.c433 return EC_KEY_check_key(eckey); in ec_pkey_check()
442 * it will be checked in EC_KEY_check_key(). In fact, the in ec_pkey_public_check()
443 * EC_KEY_check_key() mainly checks the public key, and checks in ec_pkey_public_check()
449 return EC_KEY_check_key(eckey); in ec_pkey_public_check()
H A Dec_key.c380 int EC_KEY_check_key(const EC_KEY *eckey) in EC_KEY_check_key() function
632 * inside EC_KEY_check_key(). in EC_KEY_set_public_key_affine_coordinates()
643 if (EC_KEY_check_key(key) == 0) in EC_KEY_set_public_key_affine_coordinates()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dec.rs219 pub fn EC_KEY_check_key(key: *const EC_KEY) -> c_int; in EC_KEY_check_key() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs774 #[corresponds(EC_KEY_check_key)]
776 unsafe { cvt(ffi::EC_KEY_check_key(self.as_ptr())).map(|_| ()) } in check_key()
/third_party/node/src/crypto/
H A Dcrypto_ec.cc390 return 1 == EC_KEY_check_key(key_.get()); in IsKeyPairValid()
533 CHECK_EQ(EC_KEY_check_key(private_key), 1); in DeriveBits()
534 CHECK_EQ(EC_KEY_check_key(public_key), 1); in DeriveBits()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c197 if (EC_KEY_check_key(ec) != 1) { in lws_genec_eckey_import()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1107 OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key);
/third_party/openssl/include/openssl/
H A Dec.h1107 OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h947 int EC_KEY_check_key(const EC_KEY *key);
/third_party/openssl/test/
H A Dectest.c2251 || !TEST_int_gt(EC_KEY_check_key(key), 0) in check_ec_key_field_public_range_test()

Completed in 18 milliseconds