/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | verify_kc_cts_rev.py | 30 from fetch_kc_cts import SHA1 namespace 74 if out.replace('\n', '') != SHA1: 75 raise Exception ("KC CTS checkout revision %s in external/fetch_kc_cts.py doesn't match KC CTS master HEAD revision %s" % (SHA1, out))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SHA1.cpp | 1 //====- SHA1.cpp - Private copy of the SHA1 implementation ---*- C++ -* ======// 17 #include "llvm/Support/SHA1.h" 85 void SHA1::init() { in init() 95 void SHA1::hashBlock() { in hashBlock() 194 void SHA1::addUncounted(uint8_t Data) { in addUncounted() 208 void SHA1::writebyte(uint8_t Data) { in writebyte() 213 void SHA1::update(ArrayRef<uint8_t> Data) { in update() 241 void SHA1::pad() { in pad() 261 StringRef SHA1 [all...] |
/third_party/vk-gl-cts/external/ |
H A D | fetch_kc_cts.py | 36 SHA1 = "a83863a61ecaa72a38361c6f0ca6291970d1d240" variable 42 SHA1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SHA1.h | 1 //==- SHA1.h - SHA1 implementation for LLVM --*- C++ -*-==// 27 /// A class that wrap the SHA1 algorithm. 28 class SHA1 { class 30 SHA1() { init(); } in SHA1() function in llvm::SHA1 44 /// Return a reference to the current raw 160-bits SHA1 for the digested data 50 /// Return a reference to the current raw 160-bits SHA1 for the digested data 51 /// since the last call to init(). This is suitable for getting the SHA1 at 56 /// Returns a raw 160-bit SHA1 hash for the given data.
|
H A D | raw_sha1_ostream.h | 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==// 17 #include "llvm/Support/SHA1.h" 24 SHA1 State; 32 /// Return the current SHA1 hash for the content of the stream
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer_unittest.cpp | 102 // the whole byte array, but only it's SHA1 checksum 111 "test2-hash": "SHA1:4315724B1AB1EB2C0128E8E9DAD6D76254BA711D", in TEST_F() 155 "test2-hash": "SHA1:6216A439C16A113E2F1E53AB63FB88877D3597F5", in TEST_F() 199 "test2-hash": "SHA1:0BA7C0DE700CE0F8018D084B8CF447B150A9465D", in TEST_F()
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 56 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@ 71 not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@ 75 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@ 320 $(MBEDTLS_CERT_WRITE) subject_key=rsa_pkcs1_1024_clear.pem subject_name="CN=dw.yonan.net" issuer_crt=enco-ca-prstr.pem issuer_key=rsa_pkcs1_1024_clear.pem not_before=20190210144406 not_after=20290210144406 md=SHA1 version=3 output_file=$@ 331 $(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Client 2" md=SHA1 335 $(MBEDTLS_CERT_WRITE) request_file=$< serial=4 issuer_crt=$(test_ca_crt) issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144406 not_after=20290210144406 md=SHA1 version=3 output_file=$@ 785 $(OPENSSL) pkcs8 -inform PEM -in $< -outform DER -out $@ -passout "pass:$(keys_rsa_pkcs8_pwd)" -topk8 -v1 PBE-SHA1-3DES 788 $(OPENSSL) pkcs8 -inform PEM -in $< -outform PEM -out $@ -passout "pass:$(keys_rsa_pkcs8_pwd)" -topk8 -v1 PBE-SHA1-3DES 793 $(OPENSSL) pkcs8 -inform PEM -in $< -outform DER -out $@ -passout "pass:$(keys_rsa_pkcs8_pwd)" -topk8 -v1 PBE-SHA1-2DES 796 $(OPENSSL) pkcs8 -inform PEM -in $< -outform PEM -out $@ -passout "pass:$(keys_rsa_pkcs8_pwd)" -topk8 -v1 PBE-SHA1 [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-sha1-base64.h | 32 #define lws_SHA1 SHA1
|
/third_party/openssl/test/recipes/ |
H A D | 20-test_kdf.t | 22 { cmd => [qw{openssl kdf -keylen 16 -digest MD5-SHA1 -kdfopt secret:secret -kdfopt seed:seed TLS1-PRF}], 24 desc => 'TLS1-PRF MD5-SHA1' }, 48 { cmd => [qw{openssl kdf -keylen 16 -kdfopt digest:MD5-SHA1 -kdfopt secret:secret -kdfopt seed:seed TLS1-PRF}], 50 desc => 'TLS1-PRF MD5-SHA1' },
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha1_one.c | 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1() function 44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL; in SHA1()
|
/third_party/openssl/crypto/sha/ |
H A D | sha1_one.c | 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1() function 44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL; in SHA1()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | sha.rs | 15 pub unsafe fn SHA1(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA1() functions 18 "SHA1\0".as_ptr() as *const c_char, in SHA1()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sha.rs | 43 /// Computes the SHA1 hash of some data. 47 /// SHA1 is known to be insecure - it should not be used unless required for 49 #[corresponds(SHA1)] 54 ffi::SHA1(data.as_ptr(), data.len(), hash.as_mut_ptr() as *mut _); 105 /// An object which calculates a SHA1 hash of some data. 109 /// SHA1 is known to be insecure - it should not be used unless required for
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | sha.h | 55 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 12 #include "llvm/Support/SHA1.h" 38 SHA1 S; in hashType()
|
/third_party/openssl/include/openssl/ |
H A D | sha.h | 55 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | sha.h | 44 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | sha.rs | 31 pub fn SHA1(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar; in SHA1() functions
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | legacy_sha.c | 56 IMPLEMENT_LEGACY_EVP_MD_METH(sha1, SHA1)
|
/third_party/openssl/test/ |
H A D | sha_test.c | 45 return test_static_sha_common("abc", SHA_DIGEST_LENGTH, output, &SHA1); in test_static_sha1()
|
/third_party/openssl/crypto/evp/ |
H A D | legacy_sha.c | 56 IMPLEMENT_LEGACY_EVP_MD_METH(sha1, SHA1)
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 30 # SPARC T4 SHA1 hardware achieves 3.72 cycles per byte, which is 3.1x 237 .word 0x81b02820 ! SHA1 277 .word 0x81b02820 ! SHA1 374 .asciz "SHA1 block transform for SPARCv9, CRYPTOGAMS by <appro\@openssl.org>"
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-sparcv9.pl | 30 # SPARC T4 SHA1 hardware achieves 3.72 cycles per byte, which is 3.1x 237 .word 0x81b02820 ! SHA1 277 .word 0x81b02820 ! SHA1 374 .asciz "SHA1 block transform for SPARCv9, CRYPTOGAMS by <appro\@openssl.org>"
|
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 218 DEFINE_CRYPTO_WRAPPER(sha1, SHA1) 310 DEFINE_GCRYPT_WRAPPER(sha1, SHA1) 468 DEFINE_TOMCRYPT_WRAPPER(sha1, sha1, SHA1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 61 SHA1 = 0, // standard 20-byte SHA1 hash member in llvm::codeview::GlobalTypeHashAlg 62 SHA1_8 // last 8-bytes of standard SHA1 hash
|