Searched refs:test_password_many (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ |
D | test-libcrypt-util.c | 88 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/ |
D | user-record-pwquality.c | 41 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()
|
D | user-record-util.c | 576 r = test_password_many(h->hashed_password, *i); in user_record_test_password()
|
/systemd-251/src/shared/ |
D | libcrypt-util.h | 13 int test_password_many(char **hashed_password, const char *password);
|
D | libcrypt-util.c | 199 int test_password_many(char **hashed_password, const char *password) { in test_password_many() function
|