HomeSort by: relevance | last modified time | path
    Searched refs:Argon2_Context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.h 161 * Argon2_Context(out,8,pwd,32,salt,16,NULL,0,NULL,0,5,1<<20,4,4,NULL,NULL,true,false,false,false).
163 typedef struct Argon2_Context {
185 } argon2_context; typedef in typeref:struct:Argon2_Context
195 int argon2_ctx(argon2_context *context, argon2_type type);
  /src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h 189 Argon2_Context(out,8,pwd,32,salt,16,NULL,0,NULL,0,5,1<<20,4,4,NULL,NULL,true,false,false,false)
191 typedef struct Argon2_Context {
218 } argon2_context; typedef in typeref:struct:Argon2_Context
247 ARGON2_PUBLIC int argon2_ctx(argon2_context *context, argon2_type type);
358 ARGON2_PUBLIC int argon2d_ctx(argon2_context *context);
368 ARGON2_PUBLIC int argon2i_ctx(argon2_context *context);
379 ARGON2_PUBLIC int argon2id_ctx(argon2_context *context);
388 ARGON2_PUBLIC int argon2d_verify_ctx(argon2_context *context, const char *hash);
397 ARGON2_PUBLIC int argon2i_verify_ctx(argon2_context *context, const char *hash);
406 ARGON2_PUBLIC int argon2id_verify_ctx(argon2_context *context
    [all...]

Completed in 23 milliseconds