HomeSort by relevance Sort by last modified time
    Searched refs:UI_OpenSSL (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
setup-vms.h 329 #define UI_OpenSSL UI_OPENSSL
  /external/curl/lib/vtls/
openssl.c 312 return (UI_method_get_reader(UI_OpenSSL()))(ui, uis);
330 return (UI_method_get_writer(UI_OpenSSL()))(ui, uis);
569 UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL()));
570 UI_method_set_closer(ui_method, UI_method_get_closer(UI_OpenSSL()));
    [all...]

Completed in 857 milliseconds