Searched refs:sha512 (Results 1 - 25 of 34) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
H A DDigestFactory.java33 private static Set sha512 = new HashSet(); field in class:DigestFactory
58 sha512.add("SHA512");
59 sha512.add("SHA-512");
60 sha512.add(NISTObjectIdentifiers.id_sha512.getId());
121 if (sha512.contains(digestName))
139 || (sha512.contains(digest1) && sha512.contains(digest2))
/external/fio/
H A Dverify.h18 VERIFY_SHA512, /* sha512 sum data blocks */
43 uint8_t sha512[128]; member in struct:vhdr_sha512
H A DAndroid.mk34 crc/sha1.c crc/sha256.c crc/sha512.c crc/md5.c crc/test.c crc/xxhash.c \
H A Dverify.c24 #include "crc/sha512.h"
455 uint8_t sha512[128]; local
457 .buf = sha512,
460 dprint(FD_VERIFY, "sha512 verify io_u %p, len %u\n", vc->io_u, hdr->len);
465 if (!memcmp(vh->sha512, sha512_ctx.buf, sizeof(sha512)))
468 vc->name = "sha512";
469 vc->good_crc = vh->sha512;
471 vc->crc_len = sizeof(vh->sha512);
898 .buf = vh->sha512,
[all...]
/external/openssl/
H A Dimport_openssl.sh525 gen_asm_arm crypto/sha/asm/sha512-armv4.pl
531 gen_asm_arm64 crypto/sha/asm/sha512-armv8.pl crypto/sha/asm/sha256-armv8.S
532 gen_asm_arm64 crypto/sha/asm/sha512-armv8.pl
539 gen_asm_mips crypto/sha/asm/sha512-mips.pl crypto/sha/asm/sha256-mips.S
553 gen_asm_x86 crypto/sha/asm/sha512-586.pl
562 gen_asm_x86_64 crypto/sha/asm/sha512-x86_64.pl crypto/sha/asm/sha256-x86_64.S
563 gen_asm_x86_64 crypto/sha/asm/sha512-x86_64.pl
H A DCrypto-config-trusty.mk188 crypto/sha/sha512.c \
217 crypto/sha/asm/sha512-armv4.S \
H A DCrypto-config-host.mk463 crypto/sha/sha512.c \
568 crypto/sha/asm/sha512-armv4.S \
588 crypto/sha/asm/sha512-armv8.S \
626 crypto/sha/asm/sha512-586.S \
671 crypto/sha/asm/sha512-x86_64.S \
H A DCrypto-config-target.mk463 crypto/sha/sha512.c \
568 crypto/sha/asm/sha512-armv4.S \
588 crypto/sha/asm/sha512-armv8.S \
626 crypto/sha/asm/sha512-586.S \
671 crypto/sha/asm/sha512-x86_64.S \
/external/guava/guava/src/com/google/common/hash/
H A DHashing.java143 public static HashFunction sha512() { method in class:Hashing
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c340 SHA512_CTX *sha512 = ctx; local
345 l2n8(sha512->h[i], md_out);
/external/openssl/ssl/
H A Ds3_cbc.c343 SHA512_CTX *sha512 = ctx; local
348 l2n8(sha512->h[i], md_out);
/external/chromium_org/tools/symsrc/
H A Dpefile.py37 sha1, sha256, sha512, md5 = None, None, None, None
43 sha512 = hashlib.sha512 variable
902 if sha512 is not None:
903 return sha512( self.data ).hexdigest()
3176 if sha512 is not None:
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/third_party/boringssl/
H A Dboringssl.target.darwin-arm.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
339 third_party/boringssl/linux-arm/crypto/sha/sha512-armv4.S \
H A Dboringssl.target.darwin-x86.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
345 third_party/boringssl/linux-x86/crypto/sha/sha512-586.S
H A Dboringssl.target.darwin-x86_64.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
350 third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
H A Dboringssl.target.linux-arm.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
339 third_party/boringssl/linux-arm/crypto/sha/sha512-armv4.S \
H A Dboringssl.target.linux-x86.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
345 third_party/boringssl/linux-x86/crypto/sha/sha512-586.S
H A Dboringssl.target.linux-x86_64.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
350 third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S
H A Dboringssl.target.darwin-arm64.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
H A Dboringssl.target.darwin-mips.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
H A Dboringssl.target.darwin-mips64.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
H A Dboringssl.target.linux-arm64.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
H A Dboringssl.target.linux-mips.mk209 third_party/boringssl/src/crypto/sha/sha512.c \
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 5208 milliseconds

12