Lines Matching refs:ui_method
81 const UI_METHOD *ui_method, void *ui_data) in ossl_pw_set_ui_method() argument
83 if (!ossl_assert(data != NULL && ui_method != NULL)) { in ossl_pw_set_ui_method()
89 data->_.ui_method.ui_method = ui_method; in ossl_pw_set_ui_method()
90 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
118 const UI_METHOD *ui_method, void *ui_data) in do_ui_passphrase() argument
135 if (ui_method != NULL) { in do_ui_passphrase()
136 UI_set_method(ui, ui_method); in do_ui_passphrase()
211 const UI_METHOD *ui_method = NULL; in ossl_pw_get_passphrase() local
261 ui_method = allocated_ui_method = in ossl_pw_get_passphrase()
265 if (ui_method == NULL) { in ossl_pw_get_passphrase()
270 ui_method = data->_.ui_method.ui_method; in ossl_pw_get_passphrase()
271 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
274 if (ui_method == NULL) { in ossl_pw_get_passphrase()
281 ui_method, ui_data); in ossl_pw_get_passphrase()