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

  /external/openssl/crypto/err/
err_prn.c 148 * as ERR_error_string cannot know how large the buffer is */
149 char *ERR_error_string(unsigned long e, char *ret)
  /dalvik/libcore/openssl/src/main/java/org/openssl/
NativeBN.java 24 public static native String ERR_error_string(int e);
25 // char *ERR_error_string(unsigned long e, char *buf);

Completed in 66 milliseconds