Searched refs:SSL_R_BAD_WRITE_RETRY (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | sslerr.h | 63 # define SSL_R_BAD_WRITE_RETRY 127 macro
|
/freebsd/crypto/openssl/crypto/ |
H A D | ssl_err.c | 68 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_WRITE_RETRY), "bad write retry"},
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 261 SSLfatal(s, SSL_AD_INTERNAL_ERROR, SSL_R_BAD_WRITE_RETRY); in tls_write_check_pending()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_impl.c | 2673 return QUIC_RAISE_NON_NORMAL_ERROR(ctx, SSL_R_BAD_WRITE_RETRY, NULL); in quic_write_nonblocking_aon()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1390 SSL_R_BAD_WRITE_RETRY:127:bad write retry
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 2861 ERR_raise(ERR_LIB_SSL, SSL_R_BAD_WRITE_RETRY); in SSL_key_update()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 7116 || !TEST_int_eq(ERR_GET_REASON(ERR_peek_error()), SSL_R_BAD_WRITE_RETRY)) in test_key_update_local_in_write()
|