Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_extra_test2.c716 static int test_provider_unload_effective(int testid) in test_provider_unload_effective() argument
726 if (testid > 0) { in test_provider_unload_effective()
752 static int test_d2i_PrivateKey_ex(int testid) in test_d2i_PrivateKey_ex() argument
758 int id = (testid == 0) ? 0 : 2; in test_d2i_PrivateKey_ex()
782 static int test_PEM_read_bio_negative(int testid) in test_PEM_read_bio_negative() argument
789 if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[testid].kder, keydata[testid].size))) in test_PEM_read_bio_negative()
817 static int test_PEM_read_bio_negative_wrong_password(int testid) in test_PEM_read_bio_negative_wrong_password() argument
826 if (testid > 0) in test_PEM_read_bio_negative_wrong_password()

Completed in 6 milliseconds