/onnv-gate/usr/src/common/openssl/doc/crypto/ |
H A D | ERR_error_string.pod | 5 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 D | ERR_get_error.pod | 43 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 D | ERR_load_crypto_strings.pod | 38 L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>
|
H A D | ERR_print_errors.pod | 41 L<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>,
|
H A D | err.pod | 26 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 D | http_errorstr.c | 108 msg = ERR_error_string(error, NULL); in http_errorstr()
|
/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-rsa.c | 78 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 D | sfsasl.c | 798 ERR_error_string(ERR_get_error(), NULL), try, 905 ERR_error_string(ERR_get_error(), NULL), try,
|
H A D | tls.c | 963 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 D | dstream.c | 768 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 D | err.h | 271 char *ERR_error_string(unsigned long e,char *buf);
|
H A D | err.c | 872 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 D | pkinit_crypto_openssl.c | 1087 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 D | http.c | 2315 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 D | bntest.c | 865 ERR_error_string(l,NULL)); in test_mod_mul()
|
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
H A D | stdsoap2.cpp | 3037 return ERR_error_string(err, soap->msgbuf); in soap_ssl_error()
|
/onnv-gate/usr/src/common/openssl/ |
H A D | CHANGES | 4668 ERR_error_string(e, buf), but writes at most 'len' bytes
|