Lines Matching refs:nullptr
201 d2i_PKCS8_PRIV_KEY_INFO(nullptr, &ptr, sizeof(kSampleKey))); in TestRoundTrip()
213 uint8_t *encoded = nullptr; in TestRoundTrip()
243 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
244 "password", nullptr, 0, 10); in TEST()
245 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
246 "password", nullptr, 4, 10); in TEST()
247 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
250 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, in TEST()
251 "password", nullptr, 0, 1); in TEST()
257 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, "", in TEST()
258 nullptr, 0, 1); in TEST()
259 TestRoundTrip(NID_pbe_WithSHA1And3_Key_TripleDES_CBC, nullptr, nullptr, in TEST()
260 nullptr, 0, 1); in TEST()
264 TestRoundTrip(NID_pbe_WithSHA1And40BitRC2_CBC, nullptr, "password", in TEST()
265 nullptr, 0, 10); in TEST()
269 TestRoundTrip(NID_pbe_WithSHA1And128BitRC4, nullptr, "password", in TEST()
270 nullptr, 0, 10); in TEST()
274 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 0, 10); in TEST()
275 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 4, 10); in TEST()
278 TestRoundTrip(-1, EVP_aes_128_cbc(), "password", nullptr, 0, 1); in TEST()
279 TestRoundTrip(-1, EVP_rc2_cbc(), "password", nullptr, 0, 10); in TEST()