HomeSort by relevance Sort by last modified time
    Searched refs:SHA1 (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/u-boot/
Kconfig 225 select SHA1
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1.c 77 uint8_t *SHA1(const uint8_t *data, size_t len, uint8_t *out) {
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 42 #include "llvm/Support/SHA1.h"
241 SHA1 Hasher;
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 40 #include "llvm/Support/SHA1.h"
613 SHA1 Hasher;
    [all...]
  /external/scapy/scapy/layers/
ipsec.py 593 # XXX: NIST has deprecated SHA1 but is required by RFC7321
594 AUTH_ALGOS['HMAC-SHA1-96'] = AuthAlgo('HMAC-SHA1-96',
596 digestmod=hashes.SHA1,
    [all...]
  /external/scapy/scapy/modules/krack/
automaton.py 156 algorithm=hashes.SHA1(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 41 #include "llvm/Support/SHA1.h"
322 SHA1 Hasher;
    [all...]
LTO.cpp 34 #include "llvm/Support/SHA1.h"
81 SHA1 Hasher;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 39 #include "llvm/Support/SHA1.h"
665 SHA1 Hasher;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux.go 543 // Here is an example of using an AF_ALG socket with SHA1 hashing.
546 // // Open a socket to perform SHA1 hashing.
548 // addr := &unix.SockaddrALG{Type: "hash", Name: "sha1"}
555 // perform SHA1 hashing. The descriptor is not safe for concurrent use, but
562 // hash := os.NewFile(hashfd, "sha1")
580 // hash := os.NewFile(hashfd, "sha1")
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 83 <th>SHA1 Checksum</th>
  /external/syzkaller/syz-ci/
manager.go 230 KernelConfigTag string // SHA1 hash of .config contents
  /bootable/recovery/tests/component/
updater_test.cpp 139 SHA1(reinterpret_cast<const uint8_t*>(content.data()), content.size(), digest);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/self_check/
self_check.c 475 SHA1(kPlaintext, sizeof(kPlaintext), output);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 248 io.enumCase(Kind, "SHA1", FileChecksumKind::SHA1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 41 #include "llvm/Support/SHA1.h"
940 SHA1 Hasher;
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java     [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 515 LLVM_READOBJ_ENUM_CLASS_ENT(FileChecksumKind, SHA1),
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 132 SHA1(fc_data, total_size, c_digest);
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/
SignatureTest.java 2761 MessageDigest sha1 = MessageDigest.getInstance("SHA1"); local
2787 MessageDigest sha1 = MessageDigest.getInstance("SHA1"); local
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
CipherTest.java     [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/
SignatureTest.java 2765 MessageDigest sha1 = MessageDigest.getInstance("SHA1"); local
2791 MessageDigest sha1 = MessageDigest.getInstance("SHA1"); local
    [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
CipherTest.java     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp 561 LLVM_READOBJ_ENUM_CLASS_ENT(FileChecksumKind, SHA1),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 630 llvm/lib/Support/SHA1.cpp \
    [all...]

Completed in 833 milliseconds

1 2 3 45 6