Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2id_STRPREFIX (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c178 if (strncmp(str, crypto_pwhash_argon2id_STRPREFIX, in crypto_pwhash_str_verify()
179 sizeof crypto_pwhash_argon2id_STRPREFIX - 1) == 0) { in crypto_pwhash_str_verify()
195 if (strncmp(str, crypto_pwhash_argon2id_STRPREFIX, in crypto_pwhash_str_needs_rehash()
196 sizeof crypto_pwhash_argon2id_STRPREFIX - 1) == 0) { in crypto_pwhash_str_needs_rehash()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h45 #define crypto_pwhash_argon2id_STRPREFIX "$argon2id$" macro
H A Dcrypto_pwhash.h53 #define crypto_pwhash_STRPREFIX crypto_pwhash_argon2id_STRPREFIX
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c68 return crypto_pwhash_argon2id_STRPREFIX; in crypto_pwhash_argon2id_strprefix()