Symbol: tls_error
crypto/libressl/apps/nc/netcat.c
1346
errx(1, "tls write failed (%s)", tls_error(tls));
crypto/libressl/apps/nc/netcat.c
1372
errx(1, "tls read failed (%s)", tls_error(tls));
crypto/libressl/apps/nc/netcat.c
586
tls_error(tls_ctx));
crypto/libressl/apps/nc/netcat.c
704
tls_error(tls_ctx));
crypto/libressl/apps/nc/netcat.c
843
tls_error(tls_ctx));
crypto/libressl/apps/nc/netcat.c
846
if ((errstr = tls_error(tls_ctx)) == NULL)
crypto/libressl/apps/nc/netcat.c
869
warnx("tls accept failed (%s)", tls_error(tls_ctx));
crypto/libressl/apps/nc/netcat.c
871
if ((errstr = tls_error(tls_cctx)) == NULL)
crypto/libressl/include/tls.h
93
const char *tls_error(struct tls *_ctx);
crypto/libressl/tls/tls.c
117
tls_error_set(struct tls_error *error, const char *fmt, ...)
crypto/libressl/tls/tls.c
132
tls_error_setx(struct tls_error *error, const char *fmt, ...)
crypto/libressl/tls/tls.c
75
tls_error_clear(struct tls_error *error)
crypto/libressl/tls/tls.c
84
tls_error_vset(struct tls_error *error, int errnum, const char *fmt, va_list ap)
crypto/libressl/tls/tls_config.c
40
tls_config_load_file(struct tls_error *error, const char *filetype,
crypto/libressl/tls/tls_internal.h
185
struct tls_error error;
crypto/libressl/tls/tls_internal.h
218
struct tls_error *_error, const char *_cert_file);
crypto/libressl/tls/tls_internal.h
220
struct tls_error *_error, const uint8_t *_cert, size_t _len);
crypto/libressl/tls/tls_internal.h
222
struct tls_error *_error, const char *_key_file);
crypto/libressl/tls/tls_internal.h
224
struct tls_error *_error, const uint8_t *_key, size_t _len);
crypto/libressl/tls/tls_internal.h
226
struct tls_error *_error, const char *_ocsp_file);
crypto/libressl/tls/tls_internal.h
228
struct tls_error *_error, const uint8_t *_staple, size_t _len);
crypto/libressl/tls/tls_internal.h
230
struct tls_error *_error, X509 **_cert);
crypto/libressl/tls/tls_internal.h
252
int tls_config_load_file(struct tls_error *error, const char *filetype,
crypto/libressl/tls/tls_internal.h
260
void tls_error_clear(struct tls_error *error);
crypto/libressl/tls/tls_internal.h
261
int tls_error_set(struct tls_error *error, const char *fmt, ...)
crypto/libressl/tls/tls_internal.h
264
int tls_error_setx(struct tls_error *error, const char *fmt, ...)
crypto/libressl/tls/tls_internal.h
86
struct tls_error error;
crypto/libressl/tls/tls_keypair.c
105
struct tls_error *error, const char *ocsp_file)
crypto/libressl/tls/tls_keypair.c
113
struct tls_error *error, const uint8_t *staple, size_t len)
crypto/libressl/tls/tls_keypair.c
135
tls_keypair_load_cert(struct tls_keypair *keypair, struct tls_error *error,
crypto/libressl/tls/tls_keypair.c
33
tls_keypair_pubkey_hash(struct tls_keypair *keypair, struct tls_error *error)
crypto/libressl/tls/tls_keypair.c
68
tls_keypair_set_cert_file(struct tls_keypair *keypair, struct tls_error *error,
crypto/libressl/tls/tls_keypair.c
78
tls_keypair_set_cert_mem(struct tls_keypair *keypair, struct tls_error *error,
crypto/libressl/tls/tls_keypair.c
87
tls_keypair_set_key_file(struct tls_keypair *keypair, struct tls_error *error,
crypto/libressl/tls/tls_keypair.c
96
tls_keypair_set_key_mem(struct tls_keypair *keypair, struct tls_error *error,
crypto/libressl/tls/tls_signer.c
35
struct tls_error error;