Searched refs:EC_KEY_get0_private_key (Results 1 – 17 of 17) sorted by relevance
/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 | 355 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key), in ossl_sm2_decrypt()
|
H A D | sm2_sign.c | 209 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
|
/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
|
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 | ecdsa_ossl.c | 151 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 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 | 785 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() function
|
/openssl/doc/man3/ |
H A D | EC_KEY_new.pod | 10 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 D | ec_kmgmt.c | 130 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 D | ec_kem.c | 71 const BIGNUM *priv = EC_KEY_get0_private_key(ec); in eckey_check()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 520 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
|
/openssl/include/openssl/ |
H A D | ec.h | 1067 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1590 ctx->p2 = (BIGNUM *)EC_KEY_get0_private_key(ec); in get_payload_private_key()
|
/openssl/test/ |
H A D | ectest.c | 2945 if (!TEST_ptr(priv1 = EC_KEY_get0_private_key(eckey1))) in custom_params_test()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1624 EC_KEY_get0_group(), EC_KEY_get0_private_key(), EC_KEY_get0_public_key(),
|
/openssl/util/ |
H A D | libcrypto.num | 1974 EC_KEY_get0_private_key 2021 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
|
Completed in 86 milliseconds