Searched refs:hashtest (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | test.c | 37 void hashtest(uint32_t version, uint32_t t, uint32_t m, uint32_t p, char *pwd, in hashtest() function 77 hashtest(version, 2, 16, 1, "password", "somesalt", in main() 82 hashtest(version, 2, 20, 1, "password", "somesalt", in main() 87 hashtest(version, 2, 18, 1, "password", "somesalt", in main() 91 hashtest(version, 2, 8, 1, "password", "somesalt", in main() 95 hashtest(version, 2, 8, 2, "password", "somesalt", in main() 99 hashtest(version, 1, 16, 1, "password", "somesalt", in main() 103 hashtest(version, 4, 16, 1, "password", "somesalt", in main() 107 hashtest(version, 2, 16, 1, "differentpassword", "somesalt", in main() 111 hashtest(version, 2, 16, 1, "password", "diffsalt", in main() [all …]
|
/netbsd-src/lib/libc/db/hash/ |
H A D | README | 15 Creates a hash table named hashtest containing the 32 key from the hash table hashtest 34 Reads the key/data pairs in the file hashtest and writes them 40 in the file hashtest. 43 in the file hashtest, and verifies that the data is
|