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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 24 public static native String ERR_error_string(int e);
25 // char *ERR_error_string(unsigned long e, char *buf);
BigInt.java 64 String s = NativeBN.ERR_error_string(e);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 122 func, txt, ERR_error_string(ERR_get_error(), NULL));
126 ERR_error_string(err, NULL));
591 ERR_error_string(ERR_get_error(), NULL));
601 ERR_error_string(ERR_get_error(), NULL));
617 id, ERR_error_string(ERR_get_error(), NULL));
626 ERR_error_string(ERR_get_error(), NULL));
841 engine_id, ERR_error_string(ERR_get_error(), NULL));
847 ERR_error_string(ERR_get_error(), NULL));
855 ERR_error_string(ERR_get_error(), NULL));
865 ERR_error_string(ERR_get_error(), NULL))
    [all...]
crypto_openssl.c 89 ERR_error_string(ERR_get_error(), NULL));
96 ERR_error_string(ERR_get_error(), NULL));
102 ERR_error_string(ERR_get_error(), NULL));
238 ERR_error_string(ERR_get_error(), NULL));
250 "%s", ERR_error_string(ERR_get_error(), NULL));
289 ERR_error_string(ERR_get_error(), NULL));
301 "%s", ERR_error_string(ERR_get_error(), NULL));
  /external/openssh/
ssh-rsa.c 74 ERR_error_string(ecode, NULL));
246 ERR_error_string(ERR_get_error(), NULL));
  /external/openssl/crypto/err/
err.h 335 char *ERR_error_string(unsigned long e,char *buf);
err.c 567 * others will be displayed numerically by ERR_error_string.
911 * as ERR_error_string cannot know how large the buffer is */
912 char *ERR_error_string(unsigned long e, char *ret)
  /external/openssl/include/openssl/
err.h 335 char *ERR_error_string(unsigned long e,char *buf);
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 78 char* errStr = ERR_error_string(e, NULL);
544 NATIVE_METHOD(NativeBN, ERR_error_string, "(I)Ljava/lang/String;"),
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 91 << ", name: " << ERR_error_string(error_code, NULL);
    [all...]
  /external/openssl/crypto/bn/
bntest.c 867 ERR_error_string(l,NULL));
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1216 es, ERR_error_string(l, buf), file, line,
    [all...]

Completed in 626 milliseconds