HomeSort by relevance Sort by last modified time
    Searched refs:SHA256 (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /system/security/keystore/
keystore_attestation_id.cpp 48 SHA256(sig.data().data(), sig.data().size(), digest_buffer.data());
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client_test.go 478 name: "AES128-GCM-SHA256",
479 command: []string{"openssl", "s_server", "-cipher", "AES128-GCM-SHA256"},
517 command: []string{"openssl", "s_server", "-cipher", "ECDHE-ECDSA-AES128-GCM-SHA256"},
536 name: "AES128-SHA256",
537 command: []string{"openssl", "s_server", "-cipher", "AES128-SHA256"},
544 name: "ECDHE-RSA-AES128-SHA256",
545 command: []string{"openssl", "s_server", "-cipher", "ECDHE-RSA-AES128-SHA256"},
552 name: "ECDHE-ECDSA-AES128-SHA256",
553 command: []string{"openssl", "s_server", "-cipher", "ECDHE-ECDSA-AES128-SHA256"},
566 command: []string{"openssl", "s_server", "-cipher", "ECDHE-RSA-AES128-GCM-SHA256"},
    [all...]
prf.go 12 "crypto/sha256"
134 return prf12(sha256.New), crypto.SHA256
189 return crypto.SHA256, nil
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client_test.go 478 name: "AES128-GCM-SHA256",
479 command: []string{"openssl", "s_server", "-cipher", "AES128-GCM-SHA256"},
517 command: []string{"openssl", "s_server", "-cipher", "ECDHE-ECDSA-AES128-GCM-SHA256"},
536 name: "AES128-SHA256",
537 command: []string{"openssl", "s_server", "-cipher", "AES128-SHA256"},
544 name: "ECDHE-RSA-AES128-SHA256",
545 command: []string{"openssl", "s_server", "-cipher", "ECDHE-RSA-AES128-SHA256"},
552 name: "ECDHE-ECDSA-AES128-SHA256",
553 command: []string{"openssl", "s_server", "-cipher", "ECDHE-ECDSA-AES128-SHA256"},
566 command: []string{"openssl", "s_server", "-cipher", "ECDHE-RSA-AES128-GCM-SHA256"},
    [all...]
prf.go 12 "crypto/sha256"
134 return prf12(sha256.New), crypto.SHA256
189 return crypto.SHA256, nil
  /prebuilts/go/darwin-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...]
  /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/fipstools/
run_cavp.go 209 {"SHA256LongMsg", []string{"SHA256"}, false},
210 {"SHA256ShortMsg", []string{"SHA256"}, false},
225 {"SHA256Monte", []string{"SHA256"}, false},
  /external/boringssl/src/ssl/test/runner/
hkdf_test.go 21 _ "crypto/sha256"
30 crypto.SHA256,
38 crypto.SHA256,
46 crypto.SHA256,
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunec.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunec.jar 
  /external/avb/test/
fake_avb_ops.cc 256 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),)
  /bootable/recovery/
fuse_sideload.cpp 279 SHA256(fd->block_data, fd->block_size, hash);
  /external/boringssl/src/crypto/fipsmodule/sha/
sha256.c 109 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 };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 547 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };

Completed in 1714 milliseconds

1 2 34 5 6 7 8 910