Home
last modified time | relevance | path

Searched refs:ERR_error_string (Results 1 – 17 of 17) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DERR_error_string.pod5 ERR_error_string, ERR_error_string_n, ERR_lib_error_string,
13 char *ERR_error_string(unsigned long e, char *buf);
22 ERR_error_string() generates a human-readable string representing the
26 ERR_error_string_n() is a variant of ERR_error_string() that writes
54 ERR_error_string() returns a pointer to a static buffer containing the
70 ERR_error_string() is available in all versions of SSLeay and OpenSSL.
H A DERR_get_error.pod43 L<ERR_error_string(3)|ERR_error_string(3)> for human-readable error
64 L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>,
H A DERR_load_crypto_strings.pod38 L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>
H A DERR_print_errors.pod41 L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>,
H A Derr.pod26 char *ERR_error_string(unsigned long e, char *buf);
60 messages is described in L<ERR_error_string(3)|ERR_error_string(3)>.
179 L<ERR_error_string(3)|ERR_error_string(3)>,
/onnv-gate/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c108 msg = ERR_error_string(error, NULL); in http_errorstr()
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dssh-rsa.c78 ERR_error_string(ecode, NULL)); in ssh_rsa_sign()
250 ERR_error_string(ERR_get_error(), NULL)); in openssh_RSA_verify()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c798 ERR_error_string(ERR_get_error(), NULL), try,
905 ERR_error_string(ERR_get_error(), NULL), try,
H A Dtls.c963 ERR_error_string(err, NULL));
1004 ERR_error_string(err, NULL));
1683 ERR_error_string(l, buf),
/onnv-gate/usr/src/lib/libpkg/common/
H A Ddstream.c768 ERR_error_string(ERR_get_error(), NULL)); in BIO_ds_dump()
801 ERR_error_string(ERR_get_error(), NULL)); in BIO_ds_dump_header()
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.h271 char *ERR_error_string(unsigned long e,char *buf);
H A Derr.c872 char *ERR_error_string(unsigned long e, char *ret) in ERR_error_string() function
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1087 ERR_error_string(err, NULL)); in cms_signeddata_create()
1108 ERR_error_string(err, NULL)); in cms_signeddata_create()
1125 ERR_error_string(err, NULL)); in cms_signeddata_create()
1139 ERR_error_string(err, NULL)); in cms_signeddata_create()
1235 ERR_error_string(err, NULL)); in cms_signeddata_verify()
1237 __FUNCTION__, ERR_error_string(err, NULL)); in cms_signeddata_verify()
1441 ERR_error_string(err, NULL)); in cms_signeddata_verify()
1676 ERR_error_string(err, NULL)); in cms_envelopeddata_verify()
1696 ERR_error_string(err, NULL)); in cms_envelopeddata_verify()
/onnv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2315 printf("http_setup_ssl: %s\n", ERR_error_string(error, NULL)); in http_setup_ssl()
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c865 ERR_error_string(l,NULL)); in test_mod_mul()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp3037 return ERR_error_string(err, soap->msgbuf); in soap_ssl_error()
/onnv-gate/usr/src/common/openssl/
H A DCHANGES4668 ERR_error_string(e, buf), but writes at most 'len' bytes