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()
454 ctx->pwdata._.ui_method.ui_method, in OSSL_STORE_load()
455 ctx->pwdata._.ui_method.ui_method_data); in OSSL_STORE_load()
492 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_delete() argument
506 if (ui_method != NULL in OSSL_STORE_delete()
507 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_delete()
1026 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_attach() argument
1044 ui_method, ui_data); in OSSL_STORE_attach()
1079 if (ui_method != NULL in OSSL_STORE_attach()
1080 && !ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data)) { in OSSL_STORE_attach()