OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sha512
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDigestUtil.java
32
private static Set
sha512
= new HashSet();
field in class:JCEDigestUtil
59
sha512
.add("
SHA512
");
60
sha512
.add("SHA-512");
61
sha512
.add(NISTObjectIdentifiers.id_sha512.getId());
84
oids.put("
SHA512
", NISTObjectIdentifiers.id_sha512);
116
if (
sha512
.contains(digestName))
134
|| (
sha512
.contains(digest1) &&
sha512
.contains(digest2))
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h
2
#ifdef
SHA512
113
#ifdef
SHA512
114
struct sha512_state
sha512
;
member in union:Hash_state
211
#ifdef
SHA512
220
#ifndef
SHA512
221
#error
SHA512
is required for SHA384
/external/openssl/apps/
speed.c
231
"evp","sha256","
sha512
","whirlpool",
367
unsigned char
sha512
[SHA512_DIGEST_LENGTH];
local
784
if (strcmp(*argv,"
sha512
") == 0) doit[D_SHA512]=1;
1001
BIO_printf(bio_err,"
sha512
");
[
all
...]
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 131 milliseconds