Lines Matching defs:secure
255 PRBool secure;
278 * Determine if secure option is set. Also, clear secure bit in options
280 * how to handle the secure option).
283 secure = PR_TRUE;
286 secure = PR_FALSE;
392 if ( SSL_OptionSet( sslfd, SSL_SECURITY, secure ) != SECSuccess ||
393 SSL_OptionSet( sslfd, SSL_HANDSHAKE_AS_CLIENT, secure )
394 != SECSuccess || ( secure && SSL_ResetHandshake( sslfd,
935 int ldapssl_import_fd ( LDAP *ld, int secure )
980 if ( SSL_OptionSet( sslfd, SSL_SECURITY, secure ) != SECSuccess ||
981 SSL_OptionSet( sslfd, SSL_HANDSHAKE_AS_CLIENT, secure )
982 != SECSuccess || ( secure && SSL_ResetHandshake( sslfd,
1035 * Reset an LDAP session from SSL to a non-secure status.