Searched refs:ui_method (Results 1 – 4 of 4) sorted by relevance
/test/ |
A D | uitest.c | 33 UI_METHOD *ui_method = NULL; in test_old() local 39 if (!TEST_ptr(ui_method = in test_old() 41 || !TEST_ptr(ui = UI_new_method(ui_method))) in test_old() 66 UI_destroy_method(ui_method); in test_old()
|
A D | ossl_store_test.c | 44 UI_METHOD *ui_method = NULL; in test_store_open() local 49 && TEST_ptr(ui_method= UI_create_method("DummyUI")) in test_store_open() 50 && TEST_ptr(sctx = OSSL_STORE_open_ex(input, NULL, NULL, ui_method, in test_store_open() 54 UI_destroy_method(ui_method); in test_store_open() 103 UI_METHOD *ui_method = NULL; in test_store_open_winstore() local 115 && TEST_ptr(ui_method = UI_create_method("DummyUI")) in test_store_open_winstore() 117 NULL, ui_method, NULL, NULL, in test_store_open_winstore() 121 UI_destroy_method(ui_method); in test_store_open_winstore()
|
A D | provider_pkey_test.c | 384 UI_METHOD *ui_method = NULL; in test_pkey_store_open_ex() local 399 if (!TEST_ptr(ui_method= UI_create_method("PW Callbacks"))) in test_pkey_store_open_ex() 402 if (UI_method_set_reader(ui_method, fake_pw_read_string)) in test_pkey_store_open_ex() 406 ui_method, NULL, NULL, NULL, NULL))) in test_pkey_store_open_ex() 419 UI_destroy_method(ui_method); in test_pkey_store_open_ex()
|
A D | evp_extra_test2.c | 826 const UI_METHOD *ui_method = NULL; in test_PEM_read_bio_negative_wrong_password() local 828 ui_method = UI_null(); in test_PEM_read_bio_negative_wrong_password() 837 UI_set_default_method(ui_method); in test_PEM_read_bio_negative_wrong_password()
|
Completed in 24 milliseconds