Searched refs:test_crypt (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/crypt/ |
D | crypt.c | 19 static void test_crypt(void) in test_crypt() function 27 EXPECT_EQ(test_crypt, md5_result, md5_expect); in test_crypt() 32 EXPECT_EQ(test_crypt, blowfish_result_first, blowfish_result_second); in test_crypt() 38 EXPECT_EQ(test_crypt, sha256_result, sha256_expect); in test_crypt() 45 EXPECT_EQ(test_crypt, sha512_result, sha512_expect); in test_crypt() 50 EXPECT_EQ(test_crypt, des_result_first, des_result_second); in test_crypt() 55 test_crypt(); in main()
|
/third_party/python/Lib/test/ |
D | test_crypt.py | 26 def test_crypt(self): member in CryptTestCase
|
/third_party/python/Misc/ |
D | HISTORY | 6119 - Issue #16919: test_crypt now works with unittest test discovery.
|