Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dengine_passthrough.cc47 UI_METHOD* ui_method, in e_passthrough_load_privkey() argument
/aosp_15_r20/external/curl/lib/vtls/
H A Dopenssl.c1582 UI_METHOD *ui_method = in cert_stuff() local
1584 if(!ui_method) { in cert_stuff()
1589 UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL())); in cert_stuff()
1590 UI_method_set_closer(ui_method, UI_method_get_closer(UI_OpenSSL())); in cert_stuff()
1591 UI_method_set_reader(ui_method, ssl_ui_reader); in cert_stuff()
1592 UI_method_set_writer(ui_method, ssl_ui_writer); in cert_stuff()
1594 ui_method, in cert_stuff()
1596 UI_destroy_method(ui_method); in cert_stuff()