/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_key.c | 31 || (priv_key = EC_KEY_get0_private_key(eckey)) == NULL in ossl_sm2_key_private_check()
|
H A D | sm2_crypt.c | 352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
|
H A D | sm2_sign.c | 199 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_key.c | 31 || (priv_key = EC_KEY_get0_private_key(eckey)) == NULL in ossl_sm2_key_private_check()
|
H A D | sm2_crypt.c | 352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
|
H A D | sm2_sign.c | 199 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 302 if (ktype == EC_KEY_PRINT_PRIVATE && EC_KEY_get0_private_key(x) != NULL) { in do_EC_KEY_print() 511 priv_key = EC_KEY_get0_private_key(eckey); in ec_pkey_export_to() 712 int private = EC_KEY_get0_private_key(x) != NULL; in EC_KEY_print()
|
H A D | ecdh_ossl.c | 70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
|
H A D | ecdsa_ossl.c | 100 if ((priv_key = EC_KEY_get0_private_key(eckey)) == NULL) { in ecdsa_sign_setup() 218 priv_key = EC_KEY_get0_private_key(eckey); in ossl_ecdsa_simple_sign_sig()
|
H A D | ecp_s390x_nistp.c | 141 privkey = EC_KEY_get0_private_key(eckey); in ecdsa_s390x_nistp_sign_sig()
|
H A D | ec_key.c | 690 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 302 if (ktype == EC_KEY_PRINT_PRIVATE && EC_KEY_get0_private_key(x) != NULL) { in do_EC_KEY_print() 511 priv_key = EC_KEY_get0_private_key(eckey); in ec_pkey_export_to() 712 int private = EC_KEY_get0_private_key(x) != NULL; in EC_KEY_print()
|
H A D | ecdh_ossl.c | 70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
|
H A D | ecdsa_ossl.c | 105 if ((priv_key = EC_KEY_get0_private_key(eckey)) == NULL) { in ecdsa_sign_setup() 223 priv_key = EC_KEY_get0_private_key(eckey); in ossl_ecdsa_simple_sign_sig()
|
H A D | ecp_s390x_nistp.c | 141 privkey = EC_KEY_get0_private_key(eckey); in ecdsa_s390x_nistp_sign_sig()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 127 priv_key = EC_KEY_get0_private_key(eckey); in key_to_params() 317 ok = ok && (EC_KEY_get0_private_key(ec) != NULL); in ec_has() 361 const BIGNUM *pa = EC_KEY_get0_private_key(ec1); in ec_match() 362 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 127 priv_key = EC_KEY_get0_private_key(eckey); in key_to_params() 317 ok = ok && (EC_KEY_get0_private_key(ec) != NULL); in ec_has() 361 const BIGNUM *pa = EC_KEY_get0_private_key(ec1); in ec_match() 362 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 209 pub fn EC_KEY_get0_private_key(key: *const EC_KEY) -> *const BIGNUM; in EC_KEY_get0_private_key() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 721 #[corresponds(EC_KEY_get0_private_key)] 724 let ptr = ffi::EC_KEY_get0_private_key(self.as_ptr()); in private_key()
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 271 const BIGNUM* b = EC_KEY_get0_private_key(ecdh->key_.get()); in GetPrivateKey() 327 const BIGNUM* priv_key = EC_KEY_get0_private_key(new_key.get()); in SetPrivateKey() 834 const BIGNUM* pvt = EC_KEY_get0_private_key(ec); in ExportJWKEcKey()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genec.c | 400 bn[1] = (BIGNUM *)EC_KEY_get0_private_key(ec); in lws_genec_new_keypair()
|
H A D | openssl-x509.c | 705 cmpi = EC_KEY_get0_private_key(ecpriv);
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 1048 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
|