/openssl/crypto/sha/ |
H A D | sha1_one.c | 23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1() 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1() 47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224() 56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256() 65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384() 74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 745 int evp_md_get_number(const EVP_MD *md) in evp_md_get_number() 774 int EVP_MD_names_do_all(const EVP_MD *md, in EVP_MD_names_do_all() 789 int EVP_MD_get_type(const EVP_MD *md) in EVP_MD_get_type() 794 int EVP_MD_get_pkey_type(const EVP_MD *md) in EVP_MD_get_pkey_type() 808 int EVP_MD_get_size(const EVP_MD *md) in EVP_MD_get_size() 817 int EVP_MD_xof(const EVP_MD *md) in EVP_MD_xof() 829 EVP_MD *md = evp_md_new(); in EVP_MD_meth_new() local 839 EVP_MD *EVP_MD_meth_dup(const EVP_MD *md) in EVP_MD_meth_dup() 860 void evp_md_free_int(EVP_MD *md) in evp_md_free_int() 868 void EVP_MD_meth_free(EVP_MD *md) in EVP_MD_meth_free() [all …]
|
H A D | digest.c | 745 unsigned char *md, size_t *mdlen) in EVP_Q_digest() 794 const OSSL_PARAM *EVP_MD_settable_ctx_params(const EVP_MD *md) in EVP_MD_settable_ctx_params() 850 const OSSL_PARAM *EVP_MD_gettable_ctx_params(const EVP_MD *md) in EVP_MD_gettable_ctx_params() 942 EVP_MD *md = OPENSSL_zalloc(sizeof(*md)); in evp_md_new() local 982 static int evp_md_cache_constants(EVP_MD *md) in evp_md_cache_constants() 1019 EVP_MD *md = NULL; in evp_md_from_algorithm() local 1150 static int evp_md_up_ref(void *md) in evp_md_up_ref() 1155 static void evp_md_free(void *md) in evp_md_free() 1163 EVP_MD *md = in EVP_MD_fetch() local 1170 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref() [all …]
|
H A D | bio_ok.c | 105 EVP_MD_CTX *md; member 322 EVP_MD *md; in ok_ctrl() local 435 EVP_MD_CTX *md; in sig_out() local 479 EVP_MD_CTX *md; in sig_in() local 529 EVP_MD_CTX *md; in block_out() local 562 EVP_MD_CTX *md; in block_in() local
|
/openssl/providers/common/ |
H A D | digest_to_nid.c | 23 int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len) in ossl_digest_md_to_nid() 40 int ossl_digest_get_approved_nid(const EVP_MD *md) in ossl_digest_get_approved_nid()
|
H A D | securitycheck_default.c | 25 int ossl_digest_rsa_sign_get_md_nid(const EVP_MD *md) in ossl_digest_rsa_sign_get_md_nid()
|
/openssl/crypto/rsa/ |
H A D | rsa_schemes.c | 65 static int md_is_a(const void *md, const char *name) in md_is_a() 70 int ossl_rsa_oaeppss_md2nid(const EVP_MD *md) in ossl_rsa_oaeppss_md2nid() 76 const char *ossl_rsa_oaeppss_nid2name(int md) in ossl_rsa_oaeppss_nid2name()
|
/openssl/crypto/conf/ |
H A D | conf_mod.c | 264 CONF_MODULE *md; in module_run() local 305 CONF_MODULE *md; in module_load_dso() local 519 CONF_MODULE *md; in CONF_modules_unload() local 564 static void module_free(CONF_MODULE *md) in module_free() 639 const char *CONF_imodule_get_name(const CONF_IMODULE *md) in CONF_imodule_get_name() 644 const char *CONF_imodule_get_value(const CONF_IMODULE *md) in CONF_imodule_get_value() 649 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md) in CONF_imodule_get_usr_data() 654 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) in CONF_imodule_set_usr_data() 659 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md) in CONF_imodule_get_module() 664 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md) in CONF_imodule_get_flags() [all …]
|
/openssl/crypto/asn1/ |
H A D | a_digest.c | 29 unsigned char *md, unsigned int *len) in ASN1_digest() 54 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex() 87 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
|
H A D | asn_moid.c | 23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init() 45 static void oid_module_finish(CONF_IMODULE *md) in oid_module_finish()
|
H A D | x_algor.c | 89 void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md) in X509_ALGOR_set_md() 142 int ossl_x509_algor_new_from_md(X509_ALGOR **palg, const EVP_MD *md) in ossl_x509_algor_new_from_md() 159 const EVP_MD *md; in ossl_x509_algor_get_md() local
|
H A D | asn_mstbl.c | 20 static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf) in stbl_module_init() 42 static void stbl_module_finish(CONF_IMODULE *md) in stbl_module_finish()
|
/openssl/crypto/cms/ |
H A D | cms_dd.c | 20 CMS_ContentInfo *ossl_cms_DigestedData_create(const EVP_MD *md, in ossl_cms_DigestedData_create() 63 unsigned char md[EVP_MAX_MD_SIZE]; in ossl_cms_DigestedData_do_final() local
|
/openssl/providers/implementations/asymciphers/ |
H A D | sm2_enc.c | 46 PROV_DIGEST md; member 74 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_md() local 87 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_encrypt() local 108 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_decrypt() local 167 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_ctx_params() local
|
/openssl/ssl/ |
H A D | tls13_enc.c | 33 const EVP_MD *md, in tls13_hkdf_expand_ex() 99 int tls13_hkdf_expand(SSL_CONNECTION *s, const EVP_MD *md, in tls13_hkdf_expand() 121 int tls13_derive_key(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_key() 136 int tls13_derive_iv(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_iv() 163 int tls13_generate_secret(SSL_CONNECTION *s, const EVP_MD *md, in tls13_generate_secret() 249 const EVP_MD *md = ssl_handshake_md(s); in tls13_generate_master_secret() local 269 const EVP_MD *md = ssl_handshake_md(s); in tls13_final_finish_mac() local 479 const EVP_MD *md = NULL, *mac_md = NULL; in tls13_change_cipher_state() local 759 const EVP_MD *md = ssl_handshake_md(s); in tls13_update_key() local 840 const EVP_MD *md = ssl_handshake_md(s); in tls13_export_keying_material() local [all …]
|
/openssl/crypto/hmac/ |
H A D | hmac_s390x.c | 23 static int s390x_fc_from_md(const EVP_MD *md) in s390x_fc_from_md() 72 static int s390x_check_engine_used(const EVP_MD *md, ENGINE *impl) in s390x_check_engine_used() 248 int s390x_HMAC_final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in s390x_HMAC_final()
|
H A D | hmac.c | 26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex() 108 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) in HMAC_Init() 129 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() 250 unsigned char *md, unsigned int *md_len) in HMAC()
|
/openssl/engines/ |
H A D | e_ossltest.c | 73 EVP_MD *md; in digest_md5() local 102 EVP_MD *md; in digest_sha1() local 131 EVP_MD *md; in digest_sha256() local 165 EVP_MD *md; in digest_sha384() local 187 EVP_MD *md; in digest_sha512() local 225 const EVP_MD *md; in ossltest_digest_nids() local 554 static void fill_known_data(unsigned char *md, unsigned int len) in fill_known_data() 580 static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_md5_final() 604 static int digest_sha1_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_sha1_final() 628 static int digest_sha256_final(EVP_MD_CTX *ctx, unsigned char *md) in digest_sha256_final() [all …]
|
/openssl/crypto/ec/ |
H A D | ecdh_kdf.c | 27 const EVP_MD *md, in ossl_ecdh_kdf_X9_63() 60 const EVP_MD *md) in ECDH_KDF_X9_62()
|
/openssl/demos/signature/ |
H A D | rsa_pss_direct.c | 43 EVP_MD *md = NULL; in sign() local 130 EVP_MD *md = NULL; in verify() local
|
/openssl/crypto/engine/ |
H A D | eng_cnf.c | 147 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init() 171 static void int_engine_module_finish(CONF_IMODULE *md) in int_engine_module_finish()
|
/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 25 const EVP_MD *md, int en_de, in PKCS12_PBE_keyivgen_ex() 80 const EVP_MD *md, int en_de) in PKCS12_PBE_keyivgen()
|
/openssl/crypto/dh/ |
H A D | dh_kdf.c | 31 const EVP_MD *md, in ossl_dh_kdf_X9_42_asn1() 68 const unsigned char *ukm, size_t ukmlen, const EVP_MD *md) in DH_KDF_X9_42()
|
/openssl/crypto/mdc2/ |
H A D | mdc2_one.c | 20 unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) in MDC2()
|
/openssl/crypto/ripemd/ |
H A D | rmd_one.c | 21 unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) in RIPEMD160()
|