Searched refs:ERR_reason_error_string (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/err/
H A Derr_prn.c115 rs=ERR_reason_error_string(e);
H A Derr.h281 const char *ERR_reason_error_string(unsigned long e);
H A Derr_def.c546 const char *ERR_reason_error_string(unsigned long e) function
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl.h161 #define OSSL_ErrMsg() ERR_reason_error_string(ERR_get_error())
H A Dossl.c312 msg = ERR_reason_error_string(e);
H A Dossl_pkcs7.c725 msg = ERR_reason_error_string(ERR_get_error());
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A DtlsInt.h80 ((char*)ERR_reason_error_string((unsigned long)SSL_get_error((ssl),(err))))
H A DtlsIO.c902 (char *)ERR_reason_error_string(ERR_get_error()));
H A Dtls.c41 #define REASON() ERR_reason_error_string(ERR_get_error())
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Drsa.c327 BIO_printf(out, "RSA key error: %s\n", ERR_reason_error_string(err));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Derr.h255 const char *ERR_reason_error_string(unsigned long e);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/err/
H A Derr.c517 rs=ERR_reason_error_string(e);
590 const char *ERR_reason_error_string(unsigned long e) function
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Derr.h281 const char *ERR_reason_error_string(unsigned long e);
/macosx-10.10.1/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.xs9 croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c373 r = snprintf(reasons + reasons_i, n, "%s%s", (reasons_i > 0 ? ", " : ""), ERR_reason_error_string(err));

Completed in 290 milliseconds