Symbol: EVP_MD_type
crypto/libressl/apps/openssl/ca.c
1085
OBJ_nid2ln(EVP_MD_type(dgst)));
crypto/libressl/apps/openssl/crl.c
391
OBJ_nid2sn(EVP_MD_type(digest)));
crypto/libressl/apps/openssl/dgst.c
301
mname = OBJ_nid2ln(EVP_MD_type(m));
crypto/libressl/apps/openssl/speed.c
1495
names[D_EVP] = OBJ_nid2ln(EVP_MD_type(evp_md));
crypto/libressl/apps/openssl/ts.c
626
if ((algo->algorithm = OBJ_nid2obj(EVP_MD_type(md))) == NULL)
crypto/libressl/apps/openssl/x509.c
1199
OBJ_nid2sn(EVP_MD_type(fdig)));
crypto/libressl/crypto/asn1/x_algor.c
205
X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
crypto/libressl/crypto/cms/cms_sd.c
346
if (OBJ_obj2nid(aoid) == EVP_MD_type(md))
crypto/libressl/crypto/dsa/dsa_pmeth.c
140
type = EVP_MD_type(dctx->md);
crypto/libressl/crypto/dsa/dsa_pmeth.c
161
type = EVP_MD_type(dctx->md);
crypto/libressl/crypto/dsa/dsa_pmeth.c
189
switch (EVP_MD_type((const EVP_MD *)p2)) {
crypto/libressl/crypto/dsa/dsa_pmeth.c
202
switch (EVP_MD_type((const EVP_MD *)p2)) {
crypto/libressl/crypto/ec/ec_ameth.c
951
if (!OBJ_find_sigid_by_algs(&kdf_nid, EVP_MD_type(kdf_md), ecdh_nid))
crypto/libressl/crypto/ec/ec_pmeth.c
180
type = EVP_MD_type(dctx->md);
crypto/libressl/crypto/ec/ec_pmeth.c
201
type = EVP_MD_type(dctx->md);
crypto/libressl/crypto/ec/ec_pmeth.c
384
if (EVP_MD_type((const EVP_MD *) p2) != NID_sha1 &&
crypto/libressl/crypto/ec/ec_pmeth.c
385
EVP_MD_type((const EVP_MD *) p2) != NID_ecdsa_with_SHA1 &&
crypto/libressl/crypto/ec/ec_pmeth.c
386
EVP_MD_type((const EVP_MD *) p2) != NID_sha224 &&
crypto/libressl/crypto/ec/ec_pmeth.c
387
EVP_MD_type((const EVP_MD *) p2) != NID_sha256 &&
crypto/libressl/crypto/ec/ec_pmeth.c
388
EVP_MD_type((const EVP_MD *) p2) != NID_sha384 &&
crypto/libressl/crypto/ec/ec_pmeth.c
389
EVP_MD_type((const EVP_MD *) p2) != NID_sha512) {
crypto/libressl/crypto/evp/evp_pbe.c
261
md_nid = EVP_MD_type(md);
crypto/libressl/crypto/gost/gost89imit_pmeth.c
135
if (EVP_MD_type(p2) != NID_id_Gost28147_89_MAC) {
crypto/libressl/crypto/gost/gostr341001_pmeth.c
583
if (EVP_MD_type(p2) !=
crypto/libressl/crypto/ocsp/ocsp_lib.c
121
if ((nid = EVP_MD_type(dgst)) == NID_undef) {
crypto/libressl/crypto/pkcs12/p12_mutl.c
248
p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
crypto/libressl/crypto/pkcs7/pk7_lib.c
387
X509_ALGOR_set0(p7i->digest_alg, OBJ_nid2obj(EVP_MD_type(dgst)),
crypto/libressl/crypto/rsa/rsa_ameth.c
578
*(int *)arg2 = EVP_MD_type(md);
crypto/libressl/crypto/rsa/rsa_ameth.c
600
if (md == NULL || EVP_MD_type(md) == NID_sha1)
crypto/libressl/crypto/rsa/rsa_ameth.c
617
if (mgf1md == NULL || EVP_MD_type(mgf1md) == NID_sha1)
crypto/libressl/crypto/rsa/rsa_ameth.c
759
if (EVP_MD_type(md) != EVP_MD_type(checkmd)) {
crypto/libressl/crypto/rsa/rsa_pmeth.c
211
RSA_X931_hash_id(EVP_MD_type(rctx->md));
crypto/libressl/crypto/rsa/rsa_pmeth.c
217
ret = RSA_sign(EVP_MD_type(rctx->md), tbs, tbslen, sig,
crypto/libressl/crypto/rsa/rsa_pmeth.c
260
RSA_X931_hash_id(EVP_MD_type(rctx->md))) {
crypto/libressl/crypto/rsa/rsa_pmeth.c
273
ret = int_rsa_verify(EVP_MD_type(rctx->md), NULL, 0,
crypto/libressl/crypto/rsa/rsa_pmeth.c
301
return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen,
crypto/libressl/crypto/rsa/rsa_pmeth.c
409
if (RSA_X931_hash_id(EVP_MD_type(md)) == -1) {
crypto/libressl/crypto/rsa/rsa_pmeth.c
415
switch(EVP_MD_type(md)) {
crypto/libressl/crypto/rsa/rsa_pmeth.c
534
if (EVP_MD_type(rctx->md) == EVP_MD_type(p2))
crypto/libressl/crypto/rsa/rsa_pmeth.c
560
if (EVP_MD_type(rctx->mgf1md) == EVP_MD_type(p2))
crypto/libressl/crypto/ts/ts_rsp_sign.c
539
if (md_alg_id == EVP_MD_type(current_md))
crypto/libressl/include/openssl/evp.h
340
int EVP_MD_type(const EVP_MD *md);
crypto/libressl/include/openssl/evp.h
341
#define EVP_MD_nid(e) EVP_MD_type(e)
crypto/libressl/include/openssl/evp.h
372
#define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e))
crypto/libressl/ssl/s3_lib.c
1977
*nid = EVP_MD_type(sigalg->md());
crypto/libressl/ssl/s3_lib.c
1990
*nid = EVP_MD_type(sigalg->md());
crypto/libressl/ssl/t1_enc.c
260
if (EVP_MD_type(md) == NID_md5_sha1) {
crypto/libressl/ssl/tls12_key_schedule.c
128
if (EVP_MD_type(mac_hash) == NID_id_Gost28147_89_MAC)
crypto/libressl/ssl/tls12_record_layer.c
489
if (EVP_MD_type(rl->mac_hash) == NID_id_Gost28147_89_MAC) {
crypto/libressl/ssl/tls12_record_layer.c
525
if (EVP_MD_type(rl->handshake_hash) == NID_id_GostR3411_94)
crypto/libressl/ssl/tls12_record_layer.c
532
if (EVP_MD_type(rl->mac_hash) == NID_id_Gost28147_89_MAC) {