Home
last modified time | relevance | path

Searched refs:SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_err.c392 {ERR_REASON(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG), "ssl session id context too long"},
H A Dssl_sess.c902 SSLerrorx(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); in SSL_SESSION_set1_id_context()
H A Dssl_lib.c367 SSLerrorx(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); in SSL_CTX_set_session_id_context()
381 SSLerror(ssl, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG); in SSL_set_session_id_context()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h2265 #define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG 273 macro