Lines Matching refs:TestRoundTrip
180 static void TestRoundTrip(int pbe_nid, const EVP_CIPHER *cipher, in TestRoundTrip() function
242 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
244 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
246 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
249 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
256 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, "", in TEST()
258 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, nullptr, in TEST()
263 TestRoundTrip(NID_pbe_WithSHA1And40BitRC2_CBC, nullptr, "password", in TEST()
268 TestRoundTrip(NID_pbe_WithSHA1And128BitRC4, nullptr, "password", in TEST()
273 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 0, 10); in TEST()
274 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 4, 10); in TEST()
275 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", (const uint8_t *)"salt", in TEST()
277 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 0, 1); in TEST()
278 TestRoundTrip(-1, EVP_rc2_cbc(), "password", nullptr, 0, 10); in TEST()