Home
last modified time | relevance | path

Searched refs:EC_KEY_get0_private_key (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_key.c31 || (priv_key = EC_KEY_get0_private_key(eckey)) == NULL in ossl_sm2_key_private_check()
H A Dsm2_crypt.c352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
H A Dsm2_sign.c199 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
/third_party/openssl/crypto/sm2/
H A Dsm2_key.c31 || (priv_key = EC_KEY_get0_private_key(eckey)) == NULL in ossl_sm2_key_private_check()
H A Dsm2_crypt.c352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key),
H A Dsm2_sign.c199 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c302 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 Decdh_ossl.c70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
H A Decdsa_ossl.c100 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 Decp_s390x_nistp.c141 privkey = EC_KEY_get0_private_key(eckey); in ecdsa_s390x_nistp_sign_sig()
H A Dec_key.c690 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 Dec_ameth.c302 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 Decdh_ossl.c70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
H A Decdsa_ossl.c105 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 Decp_s390x_nistp.c141 privkey = EC_KEY_get0_private_key(eckey); in ecdsa_s390x_nistp_sign_sig()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c127 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 Dec_kmgmt.c127 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 Dec.rs209 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 Dec.rs721 #[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 Dcrypto_ec.cc271 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 Dlws-genec.c400 bn[1] = (BIGNUM *)EC_KEY_get0_private_key(ec); in lws_genec_new_keypair()
H A Dopenssl-x509.c705 cmpi = EC_KEY_get0_private_key(ecpriv);
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h1048 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);

Completed in 22 milliseconds

12