OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA_LBLOCK
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/sha/
sha.h
93
#define
SHA_LBLOCK
16
94
#define SHA_CBLOCK (
SHA_LBLOCK
*4) /* SHA treats input data as a
104
SHA_LONG data[
SHA_LBLOCK
];
129
#define SHA256_CBLOCK (
SHA_LBLOCK
*4) /* SHA-256 treats input data as a
139
SHA_LONG data[
SHA_LBLOCK
];
168
#define SHA512_CBLOCK (
SHA_LBLOCK
*8) /* SHA-512 treats input data as a
187
SHA_LONG64 d[
SHA_LBLOCK
];
/external/openssl/include/openssl/
sha.h
93
#define
SHA_LBLOCK
16
94
#define SHA_CBLOCK (
SHA_LBLOCK
*4) /* SHA treats input data as a
104
SHA_LONG data[
SHA_LBLOCK
];
129
#define SHA256_CBLOCK (
SHA_LBLOCK
*4) /* SHA-256 treats input data as a
139
SHA_LONG data[
SHA_LBLOCK
];
168
#define SHA512_CBLOCK (
SHA_LBLOCK
*8) /* SHA-512 treats input data as a
187
SHA_LONG64 d[
SHA_LBLOCK
];
Completed in 1555 milliseconds