/prebuilts/go/linux-x86/src/crypto/x509/ |
x509.go | 16 _ "crypto/sha256" 199 SHA256WithRSA: "SHA256-RSA", 202 SHA256WithRSAPSS: "SHA256-RSAPSS", 206 DSAWithSHA256: "DSA-SHA256", 208 ECDSAWithSHA256: "ECDSA-SHA256", 270 // ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { iso(1) member-body(2) 316 {SHA256WithRSA, oidSignatureSHA256WithRSA, RSA, crypto.SHA256}, 319 {SHA256WithRSAPSS, oidSignatureRSAPSS, RSA, crypto.SHA256}, 323 {DSAWithSHA256, oidSignatureDSAWithSHA256, DSA, crypto.SHA256}, 325 {ECDSAWithSHA256, oidSignatureECDSAWithSHA256, ECDSA, crypto.SHA256}, [all...] |
/external/boringssl/src/ssl/test/runner/ |
hkdf_test.go | 21 _ "crypto/sha256" 30 crypto.SHA256, 38 crypto.SHA256, 46 crypto.SHA256,
|
runner.go | [all...] |
/system/core/fs_mgr/ |
fs_mgr_verity.cpp | 123 SHA256((uint8_t*)table, table_length, hash_buf); 596 SHA256(verity.signature, sizeof(verity.signature), curr);
|
/external/avb/test/ |
fake_avb_ops.cc | 235 SHA256(reinterpret_cast<const unsigned char*>(&permanent_attributes_),
|
/external/toybox/toys/lsb/ |
md5sum.c | 42 one hash (40 hex digits for sha1, 56 for sha224, 64 for sha256, 96 for sha384, 261 USE_SHA256SUM(HASH_INIT("sha256sum", SHA256),)
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
prf.go | 12 "crypto/sha256" 134 return prf12(sha256.New), crypto.SHA256 189 return crypto.SHA256, nil
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
prf.go | 12 "crypto/sha256" 134 return prf12(sha256.New), crypto.SHA256 189 return crypto.SHA256, nil
|
/bootable/recovery/ |
fuse_sideload.cpp | 274 SHA256(fd->block_data, fd->block_size, hash);
|
/external/boringssl/src/crypto/sha/ |
sha256.c | 115 uint8_t *SHA256(const uint8_t *data, size_t len, uint8_t *out) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
CipherSpi.java | 230 initFromSpec(new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA256, PSource.PSpecified.DEFAULT));
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
CodeView.h | 542 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
|
/system/core/adb/ |
adb_auth_host.cpp | 168 SHA256(pubkey, len, reinterpret_cast<unsigned char*>(&result[0]));
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256_test.go | 5 // SHA256 hash algorithm. See FIPS 180-2. 7 package sha256 package 94 t.Fatalf("Sum256 function: sha256(%s) = %s want %s", g.in, s, g.out) 107 t.Fatalf("sha256[%d](%s) = %s want %s", j, g.in, s, g.out)
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256_test.go | 5 // SHA256 hash algorithm. See FIPS 180-2. 7 package sha256 package 94 t.Fatalf("Sum256 function: sha256(%s) = %s want %s", g.in, s, g.out) 107 t.Fatalf("sha256[%d](%s) = %s want %s", j, g.in, s, g.out)
|
/external/boringssl/src/ssl/ |
ssl_cert.c | 474 SHA256(CBS_data(&certificate), CBS_len(&certificate), out_leaf_sha256);
|
tls13_both.c | 227 SHA256(CBS_data(&certificate), CBS_len(&certificate),
|
/external/llvm/lib/DebugInfo/CodeView/ |
EnumTables.cpp | 154 CV_ENUM_CLASS_ENT(FileChecksumKind, SHA256),
|
/system/nvram/core/ |
nvram_manager.cpp | 424 crypto::SHA256(sha256_input.data(), sha256_input.size(), contents.data(),
|
/system/nvram/hal/tests/ |
nvram_hal_test.cc | 195 SHA256(reinterpret_cast<const uint8_t*>(input.data()), input.size(), hash);
|
/external/boringssl/src/crypto/cipher/test/ |
make_legacy_aead_tests.go | 12 _ "crypto/sha256" 52 case "sha256": 53 return crypto.SHA256, true
|
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
pkcs1v15.go | 208 crypto.SHA256: {0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20},
|
rsa_test.go | 12 "crypto/sha256" 174 hashed := sha256.Sum256([]byte("testing")) 178 SignPKCS1v15(rand.Reader, test2048Key, crypto.SHA256, hashed[:])
|
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pkcs1v15.go | 208 crypto.SHA256: {0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20},
|
rsa_test.go | 12 "crypto/sha256" 174 hashed := sha256.Sum256([]byte("testing")) 178 SignPKCS1v15(rand.Reader, test2048Key, crypto.SHA256, hashed[:])
|