OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA1_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcrypt/
crypt-sha1.c
113
static unsigned char hmac_buf[
SHA1_SIZE
];
115
CRYPT_SHA1_SALT_LENGTH +
SHA1_SIZE
];
164
__hmac_sha1(hmac_buf,
SHA1_SIZE
, pwu, pl, hmac_buf);
172
for (i = 0; i <
SHA1_SIZE
- 3; i += 3) {
179
ul = (hmac_buf[
SHA1_SIZE
- 2] << 16) |
180
(hmac_buf[
SHA1_SIZE
- 1] << 8) |
crypt.h
32
#define
SHA1_SIZE
20
Completed in 29 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026