Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_err.c461 {ERR_REASON(SSL_R_WRONG_MESSAGE_TYPE) , "wrong message type"},
H A Dssl_srvr.c2194 SSLerror(s, SSL_R_WRONG_MESSAGE_TYPE); in ssl3_get_client_certificate()
H A Dssl_clnt.c1460 SSLerror(s, SSL_R_WRONG_MESSAGE_TYPE); in ssl3_get_certificate_request()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h2332 #define SSL_R_WRONG_MESSAGE_TYPE 262 macro