Home
last modified time | relevance | path

Searched refs:SSL_R_BAD_WRITE_RETRY (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h63 # define SSL_R_BAD_WRITE_RETRY 127 macro
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c68 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_WRITE_RETRY), "bad write retry"},
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c261 SSLfatal(s, SSL_AD_INTERNAL_ERROR, SSL_R_BAD_WRITE_RETRY); in tls_write_check_pending()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c2673 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 Dopenssl.txt1390 SSL_R_BAD_WRITE_RETRY:127:bad write retry
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2861 ERR_raise(ERR_LIB_SSL, SSL_R_BAD_WRITE_RETRY); in SSL_key_update()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7116 || !TEST_int_eq(ERR_GET_REASON(ERR_peek_error()), SSL_R_BAD_WRITE_RETRY)) in test_key_update_local_in_write()