OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argon2_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.h
188
typedef enum
Argon2_type
{ Argon2_i = 1, Argon2_id = 2 }
argon2_type
;
typedef in typeref:enum:Argon2_type
195
int argon2_ctx(argon2_context *context,
argon2_type
type);
282
const size_t encodedlen,
argon2_type
type);
304
argon2_type
type);
/src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h
221
typedef enum
Argon2_type
{
225
}
argon2_type
;
typedef in typeref:enum:Argon2_type
235
* Function that gives the string representation of an
argon2_type
.
236
* @param type The
argon2_type
that we want the string for
240
ARGON2_PUBLIC const char *argon2_type2string(
argon2_type
type, int uppercase);
247
ARGON2_PUBLIC int argon2_ctx(argon2_context *context,
argon2_type
type);
327
const size_t encodedlen,
argon2_type
type,
348
const size_t pwdlen,
argon2_type
type);
411
argon2_type
type);
426
* @param type The
argon2_type
that we want the encoded length fo
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026