Home
last modified time | relevance | path

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

/openssl-master/providers/common/der/
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()
A Dder_ec_key.c14 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_EC()
A Dder_sm2_key.c15 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_SM2()
A Dder_sm2_sig.c24 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
A Dder_ec_sig.c28 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
/openssl-master/crypto/ec/
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()
354 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
391 int ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) in ossl_ec_key_fromdata()
494 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata()
513 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata()
529 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata()
539 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public()
551 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata()
582 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
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
A Dec_ameth.c391 EC_KEY *ec; in old_ec_priv_decode() local
619 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery); in ec_pkey_import_from() local
A Dec_asn1.c1307 int ECDSA_size(const EC_KEY *ec) in ECDSA_size()
A Dec_local.h275 EC_PRE_COMP *ec; member
/openssl-master/crypto/cms/
A Dcms_enc.c24 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio()
197 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init()
219 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
A Dcms_env.c458 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_encrypt() local
527 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_decrypt() local
821 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_encrypt() local
892 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_decrypt() local
1085 static void cms_env_clear_ec(CMS_EncryptedContentInfo *ec) in cms_env_clear_ec()
1095 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio() local
1124 CMS_EncryptedContentInfo *ec; in cms_EnvelopedData_Encryption_init_bio() local
1172 CMS_EncryptedContentInfo *ec; in ossl_cms_AuthEnvelopedData_init_bio() local
A Dcms_pwri.c48 CMS_EncryptedContentInfo *ec; in CMS_add0_recipient_password() local
289 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_pwri_crypt() local
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-master/providers/implementations/signature/
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()
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-master/providers/implementations/keymgmt/
A Dec_kmgmt.c232 int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl, in otherparams_to_params()
299 const EC_KEY *ec = keydata; in ec_has() local
356 static int common_check_sm2(const EC_KEY *ec, int sm2_wanted) in common_check_sm2()
374 EC_KEY *ec = keydata; in common_import() local
433 EC_KEY *ec = keydata; in ec_export() local
1025 EC_KEY *ec = templ; in ec_gen_set_template() local
1202 static int ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) in ec_gen_assign_group()
1217 EC_KEY *ec = NULL; in ec_gen() local
1273 EC_KEY *ec = NULL; in sm2_gen() local
1342 EC_KEY *ec = NULL; in common_load() local
/openssl-master/providers/common/
A Dsecuritycheck.c92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key()
/openssl-master/crypto/pkcs7/
A Dpk7_lib.c676 PKCS7_ENC_CONTENT *ec; in PKCS7_set_cipher() local
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c484 const EC_KEY *ec = key; in ec_to_text() local
/openssl-master/crypto/evp/
A Dp_lib.c2371 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_ec_point_conv_form() local
2411 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_field_type() local
A Dctrl_params_translate.c1555 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in get_payload_private_key() local
/openssl-master/include/crypto/
A Devp.h647 struct ec_key_st *ec; /* ECC */ member
/openssl-master/test/
A Devp_extra_test.c3182 EC_KEY *ec = NULL; in test_ecpub() local

Completed in 55 milliseconds