OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encoded_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.c
208
size_t
encoded_len
;
local in function:argon2_verify
218
encoded_len
= strlen(encoded);
219
if (
encoded_len
> UINT32_MAX) {
222
ctx.adlen = (uint32_t)
encoded_len
;
223
ctx.saltlen = (uint32_t)
encoded_len
;
224
ctx.outlen = (uint32_t)
encoded_len
;
argon2.c
208
size_t
encoded_len
;
local in function:argon2_verify
218
encoded_len
= strlen(encoded);
219
if (
encoded_len
> UINT32_MAX) {
222
ctx.adlen = (uint32_t)
encoded_len
;
223
ctx.saltlen = (uint32_t)
encoded_len
;
224
ctx.outlen = (uint32_t)
encoded_len
;
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025