/openssl/providers/common/der/ |
H A D | der_ecx_key.c | 14 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 D | der_ec_key.c | 14 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_EC()
|
H A D | der_sm2_key.c | 15 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec) in ossl_DER_w_algorithmIdentifier_SM2()
|
H A D | der_sm2_sig.c | 24 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_SM2_with_MD()
|
H A D | der_ec_sig.c | 28 EC_KEY *ec, int mdnid) in ossl_DER_w_algorithmIdentifier_ECDSA_with_MD()
|
/openssl/crypto/ec/ |
H A D | ec_backend.c | 101 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name) in ossl_ec_set_check_group_type_from_name() 112 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 D | ec_pmeth.c | 115 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_sign() local 153 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_verify() local 430 EC_KEY *ec = NULL; in pkey_ec_paramgen() local 449 EC_KEY *ec = NULL; in pkey_ec_keygen() local
|
H A D | ec_ameth.c | 383 EC_KEY *ec; in old_ec_priv_decode() local 613 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery); in ec_pkey_import_from() local
|
H A D | ec_asn1.c | 1309 int ECDSA_size(const EC_KEY *ec) in ECDSA_size()
|
/openssl/crypto/cms/ |
H A D | cms_enc.c | 25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio() 205 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init() 225 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
|
H A D | cms_env.c | 510 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_encrypt() local 576 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_decrypt() local 868 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_encrypt() local 937 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_decrypt() local 1128 static void cms_env_clear_ec(CMS_EncryptedContentInfo *ec) in cms_env_clear_ec() 1138 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio() local 1167 CMS_EncryptedContentInfo *ec; in cms_EnvelopedData_Encryption_init_bio() local 1215 CMS_EncryptedContentInfo *ec; in ossl_cms_AuthEnvelopedData_init_bio() local
|
H A D | cms_pwri.c | 48 CMS_EncryptedContentInfo *ec; in CMS_add0_recipient_password() local 310 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_pwri_crypt() local
|
H A D | cms_asn1.c | 97 CMS_EncryptedContentInfo *ec = (CMS_EncryptedContentInfo *)*pval; variable
|
H A D | cms_kari.c | 261 CMS_EncryptedContentInfo *ec; in CMS_RecipientInfo_kari_decrypt() local 480 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_kari_encrypt() local
|
H A D | cms_smime.c | 721 CMS_EncryptedContentInfo *ec = ossl_cms_get0_env_enc_content(cms); in CMS_decrypt_set1_pkey_and_peer() local 841 CMS_EncryptedContentInfo *ec = ossl_cms_get0_env_enc_content(cms); in CMS_decrypt_set1_password() local 875 CMS_EncryptedContentInfo *ec; in CMS_decrypt() local
|
/openssl/providers/implementations/kem/ |
H A D | ec_kem.c | 66 static int eckey_check(const EC_KEY *ec, int requires_privatekey) in eckey_check() 100 static const char *ec_curvename_get0(const EC_KEY *ec) in ec_curvename_get0() 113 static int recipient_key_set(PROV_EC_CTX *ctx, EC_KEY *ec) in recipient_key_set() 138 static int sender_authkey_set(PROV_EC_CTX *ctx, EC_KEY *ec) in sender_authkey_set() 180 static int ecpubkey_todata(const EC_KEY *ec, unsigned char *out, size_t *outlen, in ecpubkey_todata() 239 EC_KEY *ec = vec; in eckem_init() local 381 int ossl_ec_dhkem_derive_private(EC_KEY *ec, BIGNUM *priv, in ossl_ec_dhkem_derive_private()
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 242 int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl, in otherparams_to_params() 309 const EC_KEY *ec = keydata; in ec_has() local 378 static int common_check_sm2(const EC_KEY *ec, int sm2_wanted) in common_check_sm2() 396 EC_KEY *ec = keydata; in common_import() local 455 EC_KEY *ec = keydata; in ec_export() local 1058 EC_KEY *ec = templ; in ec_gen_set_template() local 1266 static int ec_gen_assign_group(EC_KEY *ec, EC_GROUP *group) in ec_gen_assign_group() 1281 EC_KEY *ec = NULL; in ec_gen() local 1355 EC_KEY *ec = NULL; in sm2_gen() local 1425 EC_KEY *ec = NULL; in common_load() local
|
/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 74 EC_KEY *ec; member 263 ecdsa_signverify_init(PROV_ECDSA_CTX *ctx, void *ec, in ecdsa_signverify_init() 300 static int ecdsa_sign_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_sign_init() 420 static int ecdsa_verify_init(void *vctx, void *ec, const OSSL_PARAM params[]) in ecdsa_verify_init() 499 void *ec, const OSSL_PARAM params[], in ecdsa_digest_signverify_init() 537 static int ecdsa_digest_sign_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_sign_init() 578 static int ecdsa_digest_verify_init(void *vctx, const char *mdname, void *ec, in ecdsa_digest_verify_init()
|
H A D | sm2_sig.c | 66 EC_KEY *ec; member 137 static int sm2sig_signature_init(void *vpsm2ctx, void *ec, in sm2sig_signature_init() 209 void *ec, const OSSL_PARAM params[]) in sm2sig_digest_signverify_init()
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 236 int ec; in OSSL_DEMO_H3_CONN_new_for_conn() local 458 int ec; in h3_conn_pump_stream() local 567 int ec, fin; in OSSL_DEMO_H3_CONN_handle_events() local 714 int ec; in OSSL_DEMO_H3_CONN_submit_request() local
|
/openssl/test/ |
H A D | quic_client_test.c | 26 int ec = SSL_get_error(s, ret); in is_want() local
|
H A D | quic_tserver_test.c | 29 int ec = SSL_get_error(s, ret); in is_want() local
|
/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 684 PKCS7_ENC_CONTENT *ec; in PKCS7_set_cipher() local
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 494 const EC_KEY *ec = key; in ec_to_text() local
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 2431 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_ec_point_conv_form() local 2471 const EC_KEY *ec = EVP_PKEY_get0_EC_KEY(pkey); in EVP_PKEY_get_field_type() local
|