Home
last modified time | relevance | path

Searched refs:test_password_many (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/
Dtest-libcrypt-util.c88 assert_se(test_password_many(STRV_MAKE(hashed), i) == true); in test_hash_password_full()
89 assert_se(test_password_many(STRV_MAKE(hashed), "foobar") == false); in test_hash_password_full()
90 … assert_se(test_password_many(STRV_MAKE(hashed, hashed, hashed), "foobar") == false); in test_hash_password_full()
91 … assert_se(test_password_many(STRV_MAKE("$y$j9T$dlCXwkX0GC5L6B8Gf.4PN/$VCyEH", in test_hash_password_full()
95 …assert_se(test_password_many(STRV_MAKE("$W$j9T$dlCXwkX0GC5L6B8Gf.4PN/$VCyEH", /* no such method ex… in test_hash_password_full()
99 … assert_se(test_password_many(STRV_MAKE("$y$j9T$dlCXwkX0GC5L6B8Gf.4PN/$VCyEH", in test_hash_password_full()
103 …assert_se(test_password_many(STRV_MAKE("$W$j9T$dlCXwkX0GC5L6B8Gf.4PN/$VCyEH", /* no such method ex… in test_hash_password_full()
/systemd-251/src/home/
Duser-record-pwquality.c41 r = test_password_many(hr->hashed_password, *pp); in user_record_quality_check_password()
53 r = test_password_many(hr->hashed_password, *old); in user_record_quality_check_password()
Duser-record-util.c576 r = test_password_many(h->hashed_password, *i); in user_record_test_password()
/systemd-251/src/shared/
Dlibcrypt-util.h13 int test_password_many(char **hashed_password, const char *password);
Dlibcrypt-util.c199 int test_password_many(char **hashed_password, const char *password) { in test_password_many() function