Lines Matching refs:ui_method
64 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_open_ex() argument
106 if (ui_method != NULL in OSSL_STORE_open_ex()
107 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_open_ex()
131 ui_method, ui_data); in OSSL_STORE_open_ex()
133 loader_ctx = loader->open(loader, uri, ui_method, ui_data); in OSSL_STORE_open_ex()
239 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_open() argument
243 return OSSL_STORE_open_ex(uri, NULL, NULL, ui_method, ui_data, NULL, in OSSL_STORE_open()
460 ctx->pwdata._.ui_method.ui_method, in OSSL_STORE_load()
461 ctx->pwdata._.ui_method.ui_method_data); in OSSL_STORE_load()
498 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_delete() argument
512 if (ui_method != NULL in OSSL_STORE_delete()
513 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_delete()
1018 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_attach() argument
1036 ui_method, ui_data); in OSSL_STORE_attach()
1071 if (ui_method != NULL in OSSL_STORE_attach()
1072 && !ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data)) { in OSSL_STORE_attach()