Home
last modified time | relevance | path

Searched refs:EC_KEY_get0_private_key (Results 1 – 17 of 17) sorted by relevance

/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.c355 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key), in ossl_sm2_decrypt()
H A Dsm2_sign.c209 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
/openssl/crypto/ec/
H A Decdh_ossl.c70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
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 Decdsa_ossl.c151 if ((priv_key = EC_KEY_get0_private_key(eckey)) == NULL) { in ecdsa_sign_setup()
284 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.c785 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() function
/openssl/doc/man3/
H A DEC_KEY_new.pod10 EC_KEY_get0_group, EC_KEY_set_group, EC_KEY_get0_private_key,
45 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
137 EC_KEY_get0_private_key(), EC_KEY_set_private_key(), EC_KEY_get0_public_key(),
213 EC_KEY_get0_private_key() returns the private key associated with the EC_KEY.
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c130 priv_key = EC_KEY_get0_private_key(eckey); in key_to_params()
320 ok = ok && (EC_KEY_get0_private_key(ec) != NULL); in ec_has()
364 const BIGNUM *pa = EC_KEY_get0_private_key(ec1); in ec_match()
365 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
/openssl/providers/implementations/kem/
H A Dec_kem.c71 const BIGNUM *priv = EC_KEY_get0_private_key(ec); in eckey_check()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c519 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
/openssl/include/openssl/
H A Dec.h1067 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
/openssl/crypto/evp/
H A Dctrl_params_translate.c1586 ctx->p2 = (BIGNUM *)EC_KEY_get0_private_key(ec); in get_payload_private_key()
/openssl/test/
H A Dectest.c2945 if (!TEST_ptr(priv1 = EC_KEY_get0_private_key(eckey1))) in custom_params_test()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1624 EC_KEY_get0_group(), EC_KEY_get0_private_key(), EC_KEY_get0_public_key(),
/openssl/util/
H A Dlibcrypto.num1974 EC_KEY_get0_private_key 2021 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 67 milliseconds