Home
last modified time | relevance | path

Searched refs:EC_KEY (Results 51 – 67 of 67) sorted by relevance

123

/openssl/test/
H A Dec_internal_test.c268 EC_KEY *key = NULL, *aux_key = NULL; in set_private_key()
305 EC_KEY *key = NULL; in decoded_flag_test()
H A Devp_extra_test.c1365 EC_KEY *eckey = NULL; in test_EC_priv_only_legacy()
1432 EC_KEY *eckey = NULL; in test_evp_get_ec_pub_legacy()
4038 EC_KEY *ec = NULL; in test_ecpub()
H A Dectest.c2355 EC_KEY *key = NULL; in check_ec_key_field_public_range_test()
2820 EC_KEY *eckey1 = NULL, *eckey2 = NULL; in custom_params_test()
/openssl/doc/man3/
H A DCRYPTO_get_ex_new_index.pod50 EC_KEY
139 for B<SSL>, B<SSL_SESSION>, B<EC_KEY> objects and B<BIO> chains via
H A Dd2i_PrivateKey.pod98 a non-NULL EVP_PKEY structure assigned an EC_KEY structure referencing the proper
/openssl/include/openssl/
H A Dpem.h467 DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
468 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, EC_PUBKEY, EC_KEY)
/openssl/providers/implementations/signature/
H A Dsm2_sig.c66 EC_KEY *ec;
H A Decdsa_sig.c74 EC_KEY *ec;
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c713 EC_KEY *eckey = (EC_KEY *)veckey; in ec_pki_priv_to_der()
H A Dencode_key2text.c493 const EC_KEY *ec = key; in ec_to_text()
/openssl/crypto/evp/
H A Dctrl_params_translate.c1584 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_private_key()
1635 const EC_KEY *eckey = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_public_key()
1667 const EC_KEY *eckey = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_public_key_ec()
H A Dp_lib.c2431 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_ec_point_conv_form()
2471 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_field_type()
/openssl/util/
H A Dindent.pro201 -T EC_KEY
/openssl/crypto/ec/
H A Dec_lib.c1218 int EC_KEY_set_ex_data(EC_KEY *key, int idx, void *arg) in EC_KEY_set_ex_data()
1223 void *EC_KEY_get_ex_data(const EC_KEY *key, int idx) in EC_KEY_get_ex_data()
/openssl/include/crypto/
H A Devp.h938 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey);
/openssl/
H A DNEWS.md493 * Deprecated the `EC_KEY` and `EC_KEY_METHOD` types and functions.
773 BIGNUM and associated types, EC_KEY and EC_KEY_METHOD,
H A DCHANGES.md1473 `EC_KEY` object being exported to a provider, when this function is
2328 * All of the low-level EC_KEY functions have been deprecated.
4377 * Add EC_KEY_get0_engine(), which does for EC_KEY what RSA_get0_engine()

Completed in 116 milliseconds

123