OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA256_BLOCK_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/chromium/crypto/third_party/nss/
blapit.h
74
#define
SHA256_BLOCK_LENGTH
64 /* bytes */
/external/openssh/openbsd-compat/
sha2.h
50
#define
SHA256_BLOCK_LENGTH
64
65
u_int8_t buffer[
SHA256_BLOCK_LENGTH
];
78
void SHA256_Transform(u_int32_t state[8], const u_int8_t [
SHA256_BLOCK_LENGTH
]);
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h
49
#define
SHA256_BLOCK_LENGTH
64
93
uint8_t buffer[
SHA256_BLOCK_LENGTH
];
106
u_int8_t buffer[
SHA256_BLOCK_LENGTH
];
Completed in 39 milliseconds