Home
last modified time | relevance | path

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

/openssl-master/crypto/sm2/
A Dsm2_key.c31 || (priv_key = EC_KEY_get0_private_key(eckey)) == NULL in ossl_sm2_key_private_check()
A Dsm2_crypt.c352 || !EC_POINT_mul(group, C1, NULL, C1, EC_KEY_get0_private_key(key), in ossl_sm2_decrypt()
A Dsm2_sign.c199 const BIGNUM *dA = EC_KEY_get0_private_key(key); in sm2_sig_gen()
/openssl-master/crypto/ec/
A Decdh_ossl.c70 priv_key = EC_KEY_get0_private_key(ecdh); in ossl_ecdh_simple_compute_key()
A Dec_ameth.c310 if (ktype == EC_KEY_PRINT_PRIVATE && EC_KEY_get0_private_key(x) != NULL) { in do_EC_KEY_print()
519 priv_key = EC_KEY_get0_private_key(eckey); in ec_pkey_export_to()
718 int private = EC_KEY_get0_private_key(x) != NULL; in EC_KEY_print()
A Decdsa_ossl.c91 if ((priv_key = EC_KEY_get0_private_key(eckey)) == NULL) { in ecdsa_sign_setup()
206 priv_key = EC_KEY_get0_private_key(eckey); in ossl_ecdsa_simple_sign_sig()
A Decp_s390x_nistp.c141 privkey = EC_KEY_get0_private_key(eckey); in ecdsa_s390x_nistp_sign_sig()
A Dec_key.c690 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() function
/openssl-master/doc/man3/
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(),
207 EC_KEY_get0_private_key() returns the private key associated with the EC_KEY.
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c128 priv_key = EC_KEY_get0_private_key(eckey); in key_to_params()
310 ok = ok && (EC_KEY_get0_private_key(ec) != NULL); in ec_has()
341 const BIGNUM *pa = EC_KEY_get0_private_key(ec1); in ec_match()
342 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c509 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text()
/openssl-master/include/openssl/
A Dec.h1046 OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
/openssl-master/crypto/evp/
A Dctrl_params_translate.c1557 ctx->p2 = (BIGNUM *)EC_KEY_get0_private_key(ec); in get_payload_private_key()
/openssl-master/test/
A Dectest.c2833 if (!TEST_ptr(priv1 = EC_KEY_get0_private_key(eckey1))) in custom_params_test()
/openssl-master/doc/man7/
A Dmigration_guide.pod1546 EC_KEY_get0_group(), EC_KEY_get0_private_key(), EC_KEY_get0_public_key(),
/openssl-master/util/
A Dlibcrypto.num1974 EC_KEY_get0_private_key 2021 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 41 milliseconds