Home
last modified time | relevance | path

Searched refs:crypto_pwhash_primitive (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h140 const char *crypto_pwhash_primitive(void)
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c209 crypto_pwhash_primitive(void) { in crypto_pwhash_primitive() function
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2id.c421 assert(strcmp(crypto_pwhash_primitive(), "argon2i") == 0); in main()