Home
last modified time | relevance | path

Searched refs:MD2 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dtwofish.c62 static const uint8_t MD2[256] = { variable
183 l[0] = y[0] ^ MD2[y[1]] ^ MD1[y[2]] ^ MD1[y[3]]; in tf_h()
184 l[1] = MD1[y[0]] ^ MD2[y[1]] ^ MD2[y[2]] ^ y[3]; in tf_h()
185 l[2] = MD2[y[0]] ^ MD1[y[1]] ^ y[2] ^ MD2[y[3]]; in tf_h()
186 l[3] = MD2[y[0]] ^ y[1] ^ MD2[y[2]] ^ MD1[y[3]]; in tf_h()
203 cs->MDS1[i] = ((uint32_t)y[0]) ^ ((uint32_t)MD1[y[0]] << 8) ^ ((uint32_t)MD2[y[0]] << 16) ^ ((uint32_t)MD2[ in precomputeMDS()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_md2.c11 * MD2 low level APIs are deprecated for public use, but still ok for
20 IMPLEMENT_LEGACY_EVP_MD_METH(md2, MD2)
/third_party/openssl/crypto/evp/
H A Dlegacy_md2.c11 * MD2 low level APIs are deprecated for public use, but still ok for
20 IMPLEMENT_LEGACY_EVP_MD_METH(md2, MD2)
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dmd2.h48 OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n,
/third_party/node/deps/openssl/openssl/crypto/md2/
H A Dmd2_one.c11 * MD2 low level APIs are deprecated for public use, but still ok for
25 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) in MD2() function
/third_party/openssl/crypto/md2/
H A Dmd2_one.c11 * MD2 low level APIs are deprecated for public use, but still ok for
25 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) in MD2() function
/third_party/openssl/ohos_lite/include/openssl/
H A Dmd2.h37 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md);
/third_party/openssl/include/openssl/
H A Dmd2.h48 OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp561 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/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs388 pub const MD2: Nid = Nid(ffi::NID_md2); consts

Completed in 11 milliseconds