Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 24 of 24) sorted by relevance

/openssl/providers/common/der/
H A Dder_ecx_key.c14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X25519()
23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_X448()
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED25519()
41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec) in ossl_DER_w_algorithmIdentifier_ED448()
H A Dder_ec_key.c14 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_EC()
H A Dder_sm2_key.c15 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_SM2()
H A Dder_sm2_sig.c24 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
H A Dder_ec_sig.c28 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
/openssl/crypto/ec/
H A Dec_backend.c100 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name) in ossl_ec_set_check_group_type_from_name()
111 static int ec_set_check_group_type_from_param(EC_KEY *ec, const OSSL_PARAM *p) in ec_set_check_group_type_from_param()
359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
396 int ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) in ossl_ec_key_fromdata()
499 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata()
518 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata()
534 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata()
544 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public()
556 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata()
587 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
H A Dec_pmeth.c117 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_sign() local
155 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_verify() local
434 EC_KEY *ec = NULL; in pkey_ec_paramgen() local
453 EC_KEY *ec = NULL; in pkey_ec_keygen() local
H A Dec_ameth.c383 EC_KEY *ec; in old_ec_priv_decode() local
611 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery); in ec_pkey_import_from() local
H A Dec_asn1.c1316 int ECDSA_size(const EC_KEY *ec) in ECDSA_size()
H A Dec_local.h275 EC_PRE_COMP *ec; member
/openssl/crypto/cms/
H A Dcms_enc.c24 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio()
202 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init()
224 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
H A Dcms_env.c495 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_encrypt() local
564 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_decrypt() local
858 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_encrypt() local
929 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_decrypt() local
1122 static void cms_env_clear_ec(CMS_EncryptedContentInfo *ec) in cms_env_clear_ec()
1132 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio() local
1161 CMS_EncryptedContentInfo *ec; in cms_EnvelopedData_Encryption_init_bio() local
1209 CMS_EncryptedContentInfo *ec; in ossl_cms_AuthEnvelopedData_init_bio() local
H A Dcms_pwri.c48 CMS_EncryptedContentInfo *ec; in CMS_add0_recipient_password() local
293 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_pwri_crypt() local
H A Dcms_kari.c261 CMS_EncryptedContentInfo *ec; in CMS_RecipientInfo_kari_decrypt() local
480 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_kari_encrypt() local
/openssl/providers/implementations/signature/
H A Decdsa_sig.c66 EC_KEY *ec; member
128 static int ecdsa_signverify_init(void *vctx, void *ec, in ecdsa_signverify_init()
159 static int ecdsa_sign_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_sign_init()
164 static int ecdsa_verify_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_verify_init()
282 void *ec, const OSSL_PARAM params[], in ecdsa_digest_signverify_init()
311 static int ecdsa_digest_sign_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_sign_init()
318 static int ecdsa_digest_verify_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_verify_init()
H A Dsm2_sig.c66 EC_KEY *ec; member
133 static int sm2sig_signature_init(void *vpsm2ctx, void *ec, in sm2sig_signature_init()
205 void *ec, const OSSL_PARAM params[]) in sm2sig_digest_signverify_init()
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c231 int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl, in otherparams_to_params()
298 const EC_KEY *ec = keydata; in ec_has() local
367 static int common_check_sm2(const EC_KEY *ec, int sm2_wanted) in common_check_sm2()
385 EC_KEY *ec = keydata; in common_import() local
444 EC_KEY *ec = keydata; in ec_export() local
1045 EC_KEY *ec = templ; in ec_gen_set_template() local
1222 static int ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) in ec_gen_assign_group()
1237 EC_KEY *ec = NULL; in ec_gen() local
1293 EC_KEY *ec = NULL; in sm2_gen() local
1362 EC_KEY *ec = NULL; in common_load() local
/openssl/providers/common/
H A Dsecuritycheck.c92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key()
/openssl/crypto/pkcs7/
H A Dpk7_lib.c678 PKCS7_ENC_CONTENT *ec; in PKCS7_set_cipher() local
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c493 const EC_KEY *ec = key; in ec_to_text() local
/openssl/crypto/evp/
H A Dp_lib.c2384 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_ec_point_conv_form() local
2424 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_field_type() local
H A Dctrl_params_translate.c1570 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_private_key() local
/openssl/include/crypto/
H A Devp.h647 struct ec_key_st *ec; /* ECC */ member
/openssl/test/
H A Devp_extra_test.c3341 EC_KEY *ec = NULL; in test_ecpub() local

Completed in 139 milliseconds