Home
last modified time | relevance | path

Searched defs:md (Results 1 – 25 of 192) sorted by relevance

12345678

/openssl/crypto/sha/
H A Dsha1_one.c23 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 Devp_lib.c754 int evp_md_get_number(const EVP_MD *md) in evp_md_get_number()
783 int EVP_MD_names_do_all(const EVP_MD *md, in EVP_MD_names_do_all()
798 int EVP_MD_get_type(const EVP_MD *md) in EVP_MD_get_type()
803 int EVP_MD_get_pkey_type(const EVP_MD *md) in EVP_MD_get_pkey_type()
808 int EVP_MD_get_block_size(const EVP_MD *md) in EVP_MD_get_block_size()
817 int EVP_MD_get_size(const EVP_MD *md) in EVP_MD_get_size()
833 EVP_MD *md = evp_md_new(); in EVP_MD_meth_new() local
843 EVP_MD *EVP_MD_meth_dup(const EVP_MD *md) in EVP_MD_meth_dup()
864 void evp_md_free_int(EVP_MD *md) in evp_md_free_int()
872 void EVP_MD_meth_free(EVP_MD *md) in EVP_MD_meth_free()
[all …]
H A Ddigest.c688 unsigned char *md, size_t *mdlen) in EVP_Q_digest()
737 const OSSL_PARAM *EVP_MD_settable_ctx_params(const EVP_MD *md) in EVP_MD_settable_ctx_params()
793 const OSSL_PARAM *EVP_MD_gettable_ctx_params(const EVP_MD *md) in EVP_MD_gettable_ctx_params()
885 EVP_MD *md = OPENSSL_zalloc(sizeof(*md)); in evp_md_new() local
929 static int evp_md_cache_constants(EVP_MD *md) in evp_md_cache_constants()
961 EVP_MD *md = NULL; in evp_md_from_algorithm() local
1081 static int evp_md_up_ref(void *md) in evp_md_up_ref()
1086 static void evp_md_free(void *md) in evp_md_free()
1094 EVP_MD *md = in EVP_MD_fetch() local
1101 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref()
[all …]
H A Dbio_ok.c105 EVP_MD_CTX *md; member
324 EVP_MD *md; in ok_ctrl() local
436 EVP_MD_CTX *md; in sig_out() local
478 EVP_MD_CTX *md; in sig_in() local
528 EVP_MD_CTX *md; in block_out() local
559 EVP_MD_CTX *md; in block_in() local
/openssl/providers/common/
H A Ddigest_to_nid.c23 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 Dsecuritycheck_fips.c33 int ossl_digest_rsa_sign_get_md_nid(OSSL_LIB_CTX *ctx, const EVP_MD *md, in ossl_digest_rsa_sign_get_md_nid()
/openssl/ssl/record/methods/
H A Dktls_meth.c27 const EVP_MD *md, size_t taglen) in ktls_check_supported_cipher()
72 const EVP_MD *md, in ktls_int_check_supported_cipher()
113 EVP_MD *md, void *rl_sequence,
/openssl/crypto/rsa/
H A Drsa_schemes.c65 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/asn1/
H A Da_digest.c29 unsigned char *md, unsigned int *len) in ASN1_digest()
56 int ossl_asn1_item_digest_ex(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ossl_asn1_item_digest_ex()
89 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *md, void *asn, in ASN1_item_digest()
H A Dasn_moid.c23 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 Dx_algor.c89 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 Dasn_mstbl.c20 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/conf/
H A Dconf_mod.c246 CONF_MODULE *md; in module_run() local
287 CONF_MODULE *md; in module_load_dso() local
480 CONF_MODULE *md; in CONF_modules_unload() local
508 static void module_free(CONF_MODULE *md) in module_free()
579 const char *CONF_imodule_get_name(const CONF_IMODULE *md) in CONF_imodule_get_name()
584 const char *CONF_imodule_get_value(const CONF_IMODULE *md) in CONF_imodule_get_value()
589 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md) in CONF_imodule_get_usr_data()
594 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data) in CONF_imodule_set_usr_data()
599 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md) in CONF_imodule_get_module()
604 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md) in CONF_imodule_get_flags()
[all …]
/openssl/crypto/cms/
H A Dcms_dd.c20 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 Dsm2_enc.c45 PROV_DIGEST md; member
73 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_md() local
86 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_encrypt() local
107 const EVP_MD *md = sm2_get_md(psm2ctx); in sm2_asym_decrypt() local
166 const EVP_MD *md = ossl_prov_digest_md(&psm2ctx->md); in sm2_get_ctx_params() local
/openssl/ssl/
H A Dtls13_enc.c34 int tls13_hkdf_expand(SSL_CONNECTION *s, const EVP_MD *md, in tls13_hkdf_expand()
112 int tls13_derive_key(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_key()
130 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()
252 const EVP_MD *md = ssl_handshake_md(s); in tls13_generate_master_secret() local
266 const EVP_MD *md = ssl_handshake_md(s); in tls13_final_finish_mac() local
341 const EVP_MD *md, in derive_secret_key_and_iv()
463 const EVP_MD *md = NULL; in tls13_change_cipher_state() local
801 const EVP_MD *md = ssl_handshake_md(s); in tls13_update_key() local
878 const EVP_MD *md = ssl_handshake_md(s); in tls13_export_keying_material() local
[all …]
/openssl/crypto/hmac/
H A Dhmac.c26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex()
102 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) in HMAC_Init()
117 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final()
223 unsigned char *md, unsigned int *md_len) in HMAC()
/openssl/engines/
H A De_ossltest.c73 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 Decdh_kdf.c27 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 Drsa_pss_direct.c43 EVP_MD *md = NULL; in sign() local
130 EVP_MD *md = NULL; in verify() local
/openssl/crypto/engine/
H A Deng_cnf.c147 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 Dp12_crpt.c25 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/mdc2/
H A Dmdc2_one.c20 unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) in MDC2()
/openssl/crypto/ripemd/
H A Drmd_one.c21 unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) in RIPEMD160()
/openssl/crypto/dh/
H A Ddh_kdf.c31 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()

Completed in 89 milliseconds

12345678