Symbol: NID_sha1
crypto/libressl/crypto/asn1/asn_mime.c
232
case NID_sha1:
crypto/libressl/crypto/dsa/dsa_ameth.c
672
*(int *)arg2 = NID_sha1;
crypto/libressl/crypto/dsa/dsa_pmeth.c
142
type = NID_sha1;
crypto/libressl/crypto/dsa/dsa_pmeth.c
163
type = NID_sha1;
crypto/libressl/crypto/dsa/dsa_pmeth.c
190
case NID_sha1:
crypto/libressl/crypto/dsa/dsa_pmeth.c
203
case NID_sha1:
crypto/libressl/crypto/ec/ec_ameth.c
633
*(int *) arg2 = NID_sha1;
crypto/libressl/crypto/ec/ec_pmeth.c
182
type = NID_sha1;
crypto/libressl/crypto/ec/ec_pmeth.c
203
type = NID_sha1;
crypto/libressl/crypto/ec/ec_pmeth.c
384
if (EVP_MD_type((const EVP_MD *) p2) != NID_sha1 &&
crypto/libressl/crypto/engine/eng_openssl.c
323
static int test_digest_nids[] = {NID_sha1};
crypto/libressl/crypto/engine/eng_openssl.c
354
.type = NID_sha1,
crypto/libressl/crypto/engine/eng_openssl.c
376
if (nid == NID_sha1)
crypto/libressl/crypto/evp/evp_pbe.c
100
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC2_CBC, NID_rc2_40_cbc, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
107
{EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndDES_CBC, NID_des_cbc, NID_sha1, PKCS5_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
110
{EVP_PBE_TYPE_PRF, NID_hmacWithSHA1, -1, NID_sha1, 0},
crypto/libressl/crypto/evp/evp_pbe.c
89
{EVP_PBE_TYPE_OUTER, NID_pbeWithSHA1AndRC2_CBC, NID_rc2_64_cbc, NID_sha1, PKCS5_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
95
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC4, NID_rc4, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
96
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And40BitRC4, NID_rc4_40, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
97
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And3_Key_TripleDES_CBC, NID_des_ede3_cbc, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
98
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And2_Key_TripleDES_CBC, NID_des_ede_cbc, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/evp_pbe.c
99
{EVP_PBE_TYPE_OUTER, NID_pbe_WithSHA1And128BitRC2_CBC, NID_rc2_cbc, NID_sha1, PKCS12_PBE_keyivgen},
crypto/libressl/crypto/evp/m_sha1.c
94
.type = NID_sha1,
crypto/libressl/crypto/hmac/hm_ameth.c
99
*(int *)arg2 = NID_sha1;
crypto/libressl/crypto/objects/obj_dat.h
1101
{"SHA1","sha1",NID_sha1,5,&(lvalues[360]),0},
crypto/libressl/crypto/objects/obj_xref.h
18
{NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
crypto/libressl/crypto/objects/obj_xref.h
20
{NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
crypto/libressl/crypto/objects/obj_xref.h
23
{NID_dsaWithSHA1, NID_sha1, NID_dsa},
crypto/libressl/crypto/objects/obj_xref.h
24
{NID_sha1WithRSA, NID_sha1, NID_rsa},
crypto/libressl/crypto/objects/obj_xref.h
27
{NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
crypto/libressl/crypto/objects/obj_xref.h
47
{NID_dhSinglePass_stdDH_sha1kdf_scheme, NID_sha1, NID_dh_std_kdf},
crypto/libressl/crypto/objects/obj_xref.h
52
{NID_dhSinglePass_cofactorDH_sha1kdf_scheme, NID_sha1, NID_dh_cofactor_kdf},
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_pmeth.c
416
case NID_sha1:
crypto/libressl/crypto/rsa/rsa_x931.c
153
case NID_sha1:
crypto/libressl/ssl/s3_cbc.c
348
case NID_sha1:
crypto/libressl/ssl/s3_cbc.c
425
case NID_sha1:
crypto/libressl/ssl/ssl_ciph.c
1675
return NID_sha1;
crypto/openssh/ssh-rsa.c
325
return NID_sha1;