Searched refs:SSL_AlertCloseNotify (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslAlertMessage.h48 { SSL_AlertCloseNotify = 0, enumerator in enum:__anon4887
H A DsslRecord.c152 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
156 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
H A DsslAlertMessage.c191 case SSL_AlertCloseNotify:
270 if(desc == SSL_AlertCloseNotify) {
296 if(desc != SSL_AlertCloseNotify) {
320 desc = SSL_AlertCloseNotify;
349 case SSL_AlertCloseNotify:
350 return "SSL_AlertCloseNotify";
H A DsslTransport.c569 err = SSLSendAlert(SSL_AlertLevelWarning, SSL_AlertCloseNotify, ctx);
H A DsslHandshake.c507 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
1033 { SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslAlertMessage.h48 { SSL_AlertCloseNotify = 0, enumerator in enum:__anon4933
H A DsslRecord.c152 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
156 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
H A DsslAlertMessage.c191 case SSL_AlertCloseNotify:
270 if(desc == SSL_AlertCloseNotify) {
296 if(desc != SSL_AlertCloseNotify) {
320 desc = SSL_AlertCloseNotify;
349 case SSL_AlertCloseNotify:
350 return "SSL_AlertCloseNotify";
H A DsslTransport.c569 err = SSLSendAlert(SSL_AlertLevelWarning, SSL_AlertCloseNotify, ctx);
H A DsslHandshake.c507 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
1033 { SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslAlertMessage.h48 { SSL_AlertCloseNotify = 0, enumerator in enum:__anon4986
H A DsslRecord.c152 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
156 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
H A DsslAlertMessage.c191 case SSL_AlertCloseNotify:
270 if(desc == SSL_AlertCloseNotify) {
296 if(desc != SSL_AlertCloseNotify) {
320 desc = SSL_AlertCloseNotify;
349 case SSL_AlertCloseNotify:
350 return "SSL_AlertCloseNotify";
H A DsslTransport.c569 err = SSLSendAlert(SSL_AlertLevelWarning, SSL_AlertCloseNotify, ctx);
H A DsslHandshake.c507 SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);
1033 { SSLFatalSessionAlert(SSL_AlertCloseNotify, ctx);

Completed in 115 milliseconds