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

  /src/lib/libcrypt/
pw_gensalt.c 61 #define ARGON2_ARGON2ID_STR "argon2id"
crypt-argon2.c 72 #define ARGON2_ARGON2ID_STR "argon2id"
278 else if (sl == strlen(ARGON2_ARGON2ID_STR) &&
279 !(strcmp(ARGON2_ARGON2ID_STR, a))) {

Completed in 13 milliseconds