OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA512_BLOCK_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/chromium/crypto/third_party/nss/
blapit.h
76
#define
SHA512_BLOCK_LENGTH
128 /* bytes */
77
#define HASH_BLOCK_LENGTH_MAX
SHA512_BLOCK_LENGTH
/external/openssh/openbsd-compat/
sha2.h
56
#define
SHA512_BLOCK_LENGTH
128
70
u_int8_t buffer[
SHA512_BLOCK_LENGTH
];
114
void SHA512_Transform(u_int64_t state[8], const u_int8_t [
SHA512_BLOCK_LENGTH
]);
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h
55
#define
SHA512_BLOCK_LENGTH
128
98
uint8_t buffer[
SHA512_BLOCK_LENGTH
];
111
u_int8_t buffer[
SHA512_BLOCK_LENGTH
];
Completed in 61 milliseconds