Searched refs:crypto_pwhash_argon2i_STRPREFIX (Results 1 – 3 of 3) sorted by relevance
182 if (strncmp(str, crypto_pwhash_argon2i_STRPREFIX, in crypto_pwhash_str_verify()183 sizeof crypto_pwhash_argon2i_STRPREFIX - 1) == 0) { in crypto_pwhash_str_verify()199 if (strncmp(str, crypto_pwhash_argon2i_STRPREFIX, in crypto_pwhash_str_needs_rehash()200 sizeof crypto_pwhash_argon2i_STRPREFIX - 1) == 0) { in crypto_pwhash_str_needs_rehash()
45 #define crypto_pwhash_argon2i_STRPREFIX "$argon2i$" macro
72 return crypto_pwhash_argon2i_STRPREFIX; in crypto_pwhash_argon2i_strprefix()