HomeSort by: relevance | last modified time | path
    Searched refs:crypto_pwhash_ALG_ARGON2I13 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 9 crypto_pwhash_alg_argon2i13(void) function in typeref:typename:int
11 return crypto_pwhash_ALG_ARGON2I13;
135 case crypto_pwhash_ALG_ARGON2I13:
162 case crypto_pwhash_ALG_ARGON2I13:
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 17 #define crypto_pwhash_ALG_ARGON2I13 crypto_pwhash_argon2i_ALG_ARGON2I13
19 int crypto_pwhash_alg_argon2i13(void);
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 181 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2i13()) == -1);
378 crypto_pwhash_ALG_ARGON2I13) == 0);
477 assert(crypto_pwhash_alg_argon2i13() == crypto_pwhash_ALG_ARGON2I13);
478 assert(crypto_pwhash_alg_argon2i13() != crypto_pwhash_alg_default());
480 assert(crypto_pwhash_alg_argon2id13() != crypto_pwhash_alg_argon2i13());
490 crypto_pwhash_ALG_ARGON2I13) == -1);
pwhash_argon2i.c 96 crypto_pwhash_alg_argon2i13()) != 0) {
148 crypto_pwhash_alg_argon2i13()) != 0) {
165 1, crypto_pwhash_alg_argon2i13()) != -1) {
169 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
173 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
177 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
181 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
364 crypto_pwhash_ALG_ARGON2I13) == 0);

Completed in 13 milliseconds