HomeSort by relevance Sort by last modified time
    Searched full:ui_openssl (Results 1 - 9 of 9) sorted by null

  /external/openssl/patches/
progs.patch 44 --- openssl-1.0.0.orig/crypto/ui/ui_openssl.c 2009-10-04 09:43:21.000000000 -0700
45 +++ openssl-1.0.0/crypto/ui/ui_openssl.c 2010-05-18 13:36:26.000000000 -0700
crypto_Android.mk 411 ui/ui_openssl.c \
  /external/openssl/crypto/ui/
ui_openssl.c 1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
320 static UI_METHOD ui_openssl = variable
332 UI_METHOD *UI_OpenSSL(void)
334 return &ui_openssl;
ui.h 199 Note that the UI_OpenSSL() method completely ignores the user data.
242 UI_METHOD *UI_OpenSSL(void);
ui_lib.c 602 default_UI_meth=UI_OpenSSL();
  /external/openssl/
openssl.config 199 crypto/ui/ui_openssl.c \
  /external/openssl/include/openssl/
ui.h 199 Note that the UI_OpenSSL() method completely ignores the user data.
242 UI_METHOD *UI_OpenSSL(void);
  /external/openssl/crypto/
Android.mk 411 ui/ui_openssl.c \
  /external/openssl/apps/
apps.c 479 return UI_method_get_opener(UI_OpenSSL())(ui);
503 return UI_method_get_reader(UI_OpenSSL())(ui, uis);
524 return UI_method_get_writer(UI_OpenSSL())(ui, uis);
528 return UI_method_get_closer(UI_OpenSSL())(ui);
    [all...]

Completed in 112 milliseconds