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

  /src/lib/libcrypt/
pw_gensalt.c 59 #define ARGON2_ARGON2I_STR "argon2i"
crypt-argon2.c 70 #define ARGON2_ARGON2I_STR "argon2i"
271 if (sl == strlen(ARGON2_ARGON2I_STR) &&
272 !(strcmp(ARGON2_ARGON2I_STR, a))) {

Completed in 31 milliseconds