Home
last modified time | relevance | path

Searched refs:crypto_pwhash (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am44 crypto_pwhash/argon2/argon2-core.c \
45 crypto_pwhash/argon2/argon2-core.h \
46 crypto_pwhash/argon2/argon2-encoding.c \
47 crypto_pwhash/argon2/argon2-encoding.h \
49 crypto_pwhash/argon2/argon2.c \
50 crypto_pwhash/argon2/argon2.h \
51 crypto_pwhash/argon2/blake2b-long.c \
52 crypto_pwhash/argon2/blake2b-long.h \
54 crypto_pwhash/argon2/pwhash_argon2i.c \
55 crypto_pwhash/argon2/pwhash_argon2id.c \
[all …]
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c93 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, in tv()
145 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, in tv2()
156 if (crypto_pwhash(out, sizeof out, "password", strlen("password"), salt, 3, in tv2()
164 if (crypto_pwhash(out, sizeof out, "password", strlen("password"), salt, 3, in tv2()
168 if (crypto_pwhash(out, sizeof out, "password", strlen("password"), salt, 3, in tv2()
172 if (crypto_pwhash(out, sizeof out, "password", strlen("password"), salt, 2, in tv2()
176 if (crypto_pwhash(out, 15, "password", strlen("password"), salt, 3, in tv2()
180 if (crypto_pwhash(out, sizeof out, "password", 0x100000000ULL, salt, 3, in tv2()
H A Dpwhash_argon2id.c93 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, in tv()
145 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, in tv2()
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS81 crypto_pwhash/argon2 Samuel Neves
87 crypto_pwhash/scryptsalsa208sha256 Colin Percival
H A DChangeLog186 directly and through a new, high-level `crypto_pwhash` API. The scrypt
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h104 int crypto_pwhash(unsigned char * const out, unsigned long long outlen,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c129 crypto_pwhash(unsigned char * const out, unsigned long long outlen, in crypto_pwhash() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am31 sodium/crypto_pwhash.h \