/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpmd_md.txt | 9 Title = MD2 tests 12 Digest = MD2 17 Digest = MD2 22 Digest = MD2 27 Digest = MD2 32 Digest = MD2 37 Digest = MD2 42 Digest = MD2
|
/third_party/ffmpeg/libavutil/ |
D | twofish.c | 58 static const uint8_t MD2[256] = { variable 179 l[0] = y[0] ^ MD2[y[1]] ^ MD1[y[2]] ^ MD1[y[3]]; in tf_h() 180 l[1] = MD1[y[0]] ^ MD2[y[1]] ^ MD2[y[2]] ^ y[3]; in tf_h() 181 l[2] = MD2[y[0]] ^ MD1[y[1]] ^ y[2] ^ MD2[y[3]]; in tf_h() 182 l[3] = MD2[y[0]] ^ y[1] ^ MD2[y[2]] ^ MD1[y[3]]; in tf_h() 199 … ((uint32_t)y[0]) ^ ((uint32_t)MD1[y[0]] << 8) ^ ((uint32_t)MD2[y[0]] << 16) ^ ((uint32_t)MD2[y[0]… in precomputeMDS() 200 …cs->MDS2[i] = ((uint32_t)MD2[y[1]]) ^ ((uint32_t)MD2[y[1]] << 8) ^ ((uint32_t)MD1[y[1]] << 16) ^ (… in precomputeMDS() 201 …s->MDS3[i] = ((uint32_t)MD1[y[2]]) ^ ((uint32_t)MD2[y[2]] << 8) ^ ((uint32_t)y[2] << 16) ^ ((uint3… in precomputeMDS() 202 …cs->MDS4[i] = ((uint32_t)MD1[y[3]]) ^ ((uint32_t)y[3] << 8) ^ ((uint32_t)MD2[y[3]] << 16) ^ ((uint… in precomputeMDS()
|
/third_party/openssl/doc/man7/ |
D | EVP_MD-MD2.pod | 5 EVP_MD-MD2 - The MD2 EVP_MD implementation 9 Support for computing MD2 digests through the B<EVP_MD> API. 14 identified with the name "MD2".
|
D | OSSL_PROVIDER-legacy.pod | 43 =item MD2, see L<EVP_MD-MD2(7)>
|
/third_party/openssl/doc/man3/ |
D | MD5.pod | 5 MD2, MD4, MD5, MD2_Init, MD2_Update, MD2_Final, MD4_Init, MD4_Update, 6 MD4_Final, MD5_Init, MD5_Update, MD5_Final - MD2, MD4, and MD5 hash functions 16 unsigned char *MD2(const unsigned char *d, unsigned long n, unsigned char *md); 54 MD2, MD4, and MD5 are cryptographic hash functions with a 128 bit output. 56 MD2(), MD4(), and MD5() compute the MD2, MD4, and MD5 message digest 82 MD2, MD4, and MD5 are recommended only for compatibility with existing 88 MD2(), MD4(), and MD5() return pointers to the hash value.
|
D | EVP_md2.pod | 6 - MD2 For EVP 16 MD2 is a cryptographic hash function standardized in RFC 1319 and designed by 23 The MD2 algorithm which produces a 128-bit output from a given input.
|
D | EVP_DigestVerifyInit.pod | 86 Support SHA1, SHA224, SHA256, SHA384, SHA512, MD5, MD5_SHA1, MD2, MD4, MDC2, 172 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
|
D | EVP_DigestSignInit.pod | 95 Support SHA1, SHA224, SHA256, SHA384, SHA512, MD5, MD5_SHA1, MD2, MD4, MDC2, 188 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
|
D | EVP_VerifyInit.pod | 90 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
|
D | EVP_SignInit.pod | 95 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
|
/third_party/openssl/crypto/evp/ |
D | legacy_md2.c | 20 IMPLEMENT_LEGACY_EVP_MD_METH(md2, MD2)
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | legacy_md2.c | 20 IMPLEMENT_LEGACY_EVP_MD_METH(md2, MD2)
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | md2.h | 37 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/openssl/crypto/md2/ |
D | build.info | 6 # MD2 functions, so we must include them directly in liblegacy.a
|
D | md2_one.c | 25 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) in MD2() function
|
/third_party/node/deps/openssl/openssl/crypto/md2/ |
D | build.info | 6 # MD2 functions, so we must include them directly in liblegacy.a
|
D | md2_one.c | 25 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) in MD2() function
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | md2.h | 48 OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n,
|
/third_party/openssl/include/openssl/ |
D | md2.h | 48 OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n,
|
/third_party/openssl/providers/common/der/ |
D | DIGESTS.asn1 | 17 -- (OIDs for MD2 and MD5 are allowed only in EMSA-PKCS1-v1_5)
|
/third_party/node/deps/openssl/openssl/providers/common/der/ |
D | DIGESTS.asn1 | 17 -- (OIDs for MD2 and MD5 are allowed only in EMSA-PKCS1-v1_5)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 561 MDNode *MD2 = Inst2->getMetadata(LLVMContext::MD_access_group); in intersectAccessGroups() local 562 if (!MD1 || !MD2) in intersectAccessGroups() 564 if (MD1 == MD2) in intersectAccessGroups() 569 addToAccessGroupList(AccGroupSet2, MD2); in intersectAccessGroups()
|
/third_party/openssl/doc/man1/ |
D | openssl-pkcs8.pod.in | 185 =item B<PBE-MD2-DES PBE-MD5-DES> 190 =item B<PBE-SHA1-RC2-64>, B<PBE-MD2-RC2-64>, B<PBE-MD5-RC2-64>, B<PBE-SHA1-DES>
|
/third_party/openssl/ |
D | README-PROVIDERS.md | 51 Algorithms in the legacy provider include MD2, MD4, MDC2, RMD160, CAST5,
|
/third_party/node/deps/openssl/openssl/ |
D | README-PROVIDERS.md | 51 Algorithms in the legacy provider include MD2, MD4, MDC2, RMD160, CAST5,
|