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

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 306 void *UI_OpenSSL(void)
  /external/curl/lib/
setup-vms.h 330 #define UI_OpenSSL UI_OPENSSL
  /external/curl/lib/vtls/
openssl.c 306 return (UI_method_get_reader(UI_OpenSSL()))(ui, uis);
324 return (UI_method_get_writer(UI_OpenSSL()))(ui, uis);
563 UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL()));
564 UI_method_set_closer(ui_method, UI_method_get_closer(UI_OpenSSL()));
    [all...]

Completed in 100 milliseconds