Home
last modified time | relevance | path

Searched refs:ui_method (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dopenssl.c556 UI_METHOD *ui_method = in cert_stuff() local
558 if(!ui_method) { in cert_stuff()
563 UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL())); in cert_stuff()
564 UI_method_set_closer(ui_method, UI_method_get_closer(UI_OpenSSL())); in cert_stuff()
565 UI_method_set_reader(ui_method, ssl_ui_reader); in cert_stuff()
566 UI_method_set_writer(ui_method, ssl_ui_writer); in cert_stuff()
570 ui_method, in cert_stuff()
572 UI_destroy_method(ui_method); in cert_stuff()