Searched refs:SSL3_AD_CLOSE_NOTIFY (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_stat.c416 case SSL3_AD_CLOSE_NOTIFY: str="CN"; break;
457 case SSL3_AD_CLOSE_NOTIFY:
H A Dssl3.h330 #define SSL3_AD_CLOSE_NOTIFY 0 macro
H A Ds3_enc.c873 case SSL_AD_CLOSE_NOTIFY: return(SSL3_AD_CLOSE_NOTIFY);
H A Dt1_enc.c1216 case SSL_AD_CLOSE_NOTIFY: return(SSL3_AD_CLOSE_NOTIFY);
H A Dssl.h1484 #define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c881 if ((ret & 0xff) != SSL3_AD_CLOSE_NOTIFY)

Completed in 120 milliseconds