Searched refs:ui_data (Results 1 – 6 of 6) sorted by relevance
| /crypto/ |
| A D | passphrase.c | 81 const UI_METHOD *ui_method, void *ui_data) in ossl_pw_set_ui_method() argument 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 137 if (ui_data != NULL) in do_ui_passphrase() 138 UI_add_user_data(ui, ui_data); in do_ui_passphrase() 213 void *ui_data = NULL; in ossl_pw_get_passphrase() local 263 ui_data = data->_.pem_password.password_cbarg; in ossl_pw_get_passphrase() 271 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase() 281 ui_method, ui_data); in ossl_pw_get_passphrase()
|
| /crypto/ui/ |
| A D | ui_local.h | 44 void *(*ui_duplicate_data) (UI *ui, void *ui_data); 45 void (*ui_destroy_data) (UI *ui, void *ui_data);
|
| A D | ui_lib.c | 690 void *(*duplicator) (UI *ui, void *ui_data), in UI_method_set_data_duplicator() argument 691 void (*destructor)(UI *ui, void *ui_data)) in UI_method_set_data_duplicator()
|
| /crypto/store/ |
| A D | store_lib.c | 64 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_open_ex() argument 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() 492 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_delete() argument 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() [all …]
|
| /crypto/encode_decode/ |
| A D | encoder_pkey.c | 51 void *ui_data) in OSSL_ENCODER_CTX_set_passphrase_ui() argument 53 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_ENCODER_CTX_set_passphrase_ui()
|
| A D | decoder_pkey.c | 35 void *ui_data) in OSSL_DECODER_CTX_set_passphrase_ui() argument 37 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_DECODER_CTX_set_passphrase_ui()
|
Completed in 25 milliseconds