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

  /external/openssl/crypto/ui/
ui.h 199 Note that the UI_OpenSSL() method completely ignores the user data.
242 UI_METHOD *UI_OpenSSL(void);
ui_openssl.c 1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
326 static UI_METHOD ui_openssl = variable
338 UI_METHOD *UI_OpenSSL(void)
340 return &ui_openssl;
ui_lib.c 602 default_UI_meth=UI_OpenSSL();
  /external/openssl/include/openssl/
ui.h 199 Note that the UI_OpenSSL() method completely ignores the user data.
242 UI_METHOD *UI_OpenSSL(void);

Completed in 47 milliseconds