OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blake2
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
MiscObjectIdentifiers.java
89
ASN1ObjectIdentifier
blake2
= new ASN1ObjectIdentifier("1.3.6.1.4.1.1722.12.2");
field in interface:MiscObjectIdentifiers
91
ASN1ObjectIdentifier id_blake2b160 =
blake2
.branch("1.5");
92
ASN1ObjectIdentifier id_blake2b256 =
blake2
.branch("1.8");
93
ASN1ObjectIdentifier id_blake2b384 =
blake2
.branch("1.12");
94
ASN1ObjectIdentifier id_blake2b512 =
blake2
.branch("1.16");
/external/python/cpython3/Modules/_blake2/impl/
blake2.h
2
BLAKE2
reference source code package - reference C implementations
12
More information about the
BLAKE2
hash function can be found at
13
https://
blake2
.net.
151
static inline int
blake2
( uint8_t *out, const void *in, const void *key, const uint8_t outlen, const uint64_t inlen, uint8_t keylen )
function
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar
Completed in 297 milliseconds