HomeSort by relevance Sort by last modified time
    Searched defs:secure (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Cookie.pm 119 my($name,$value,$path,$domain,$secure,$expires,$httponly) =
120 rearrange([NAME,[VALUE,VALUES],PATH,DOMAIN,SECURE,EXPIRES,HTTPONLY],@_);
147 $self->secure($secure) if defined $secure;
158 my(@constant_values,$domain,$path,$expires,$max_age,$secure,$httponly);
164 push(@constant_values,"secure") if $secure = $self->secure;
228 sub secure { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eeprom/sparc/
openprom.c 400 int secure; local
411 secure = strcmp(opp2->oprom_array, "none");
428 if (! secure) {
444 if (secure) {
463 * We must be in a secure mode in order to do this.
469 int secure; local
480 secure = strcmp(opp2->oprom_array, "none");
482 if (!secure) {
483 (void) printf("Not in secure mode\n");
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
url.c 66 int enclosed, secure; local
69 && skip_url_prefix( &url, &enclosed, &secure ));
186 int enclosed, secure, i, nattrs, at_start; local
196 if ( !skip_url_prefix( &url, &enclosed, &secure )) {
206 if ( secure ) {
request.c 645 sprintf( msg, "* host: %s port: %d secure: %s%s\n",
951 int rc, tmprc, secure, msgid; local
967 secure = (( ludp->lud_options & LDAP_URL_OPT_SECURE ) != 0 );
969 /* XXXmcs: can't tell if secure is supported by connect callback */
970 if ( secure && ld->ld_extconnect_fn == NULL ) {
979 secure ? "S" : "", desc, refurl );
1039 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT;
1051 if ( secure ) {
    [all...]
os-ip.c 159 static LBER_SOCKET nsldapi_os_socket( LDAP *ld, int secure, int domain,
168 typedef LBER_SOCKET (NSLDAPI_SOCKET_FN)( LDAP *ld, int secure, int domain,
178 int secure, NSLDAPI_SOCKET_FN *socketfn, NSLDAPI_IOCTL_FN *ioctlfn,
198 nsldapi_os_socket( LDAP *ld, int secure, int domain, int type, int protocol )
203 if ( secure ) {
206 "secure mode not supported") ));
469 int defport, int secure, char **krbinstancep )
490 if ( secure ) {
505 defport, secure, nsldapi_os_socket,
540 int defport, int secure, NSLDAPI_SOCKET_FN *socketfn
1678 int s, secure; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
init_os_ctx.c 199 * because it needs to be able to specify "secure" */
201 os_get_default_config_files(profile_filespec_t **pfiles, krb5_boolean secure)
208 if (!secure)
218 if (!name && !secure)
230 if (!name && !secure)
259 secure = 1;
261 if (secure) {
335 /* Set the profile paths in the context. If secure is set to TRUE
344 krb5_boolean secure = ctx->profile_secure; local
350 retval = os_get_default_config_files(&files, secure);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_hash.c 390 boolean_t secure; local
401 secure = iraflags & IRAF_IPSEC_SECURE;
434 secure) {
sctp_input.c 3234 boolean_t secure; local
3348 boolean_t secure; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
nodes.h 170 SECURE *secure; member in struct:rstat_node
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
ldapsinit.c 255 PRBool secure; local
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 )
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/javelin/io/
envctrltwo.c 2231 uint8_t secure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
analyze.c 1091 int secure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dcs/sparc/sun4u/
rdr_messages.c 155 int (*secure)(int, int); member in struct:__anon335
1382 if (libdscp.secure(0, fd) != DSCP_OK) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
common.c 239 static int secure = 0; variable
490 secure = 1; /* do SSL encryption */
524 secure = 1;
824 if (secure == 1) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
sysctrl.c 3240 uint_t secure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/tazmo/io/
envctrl.c 2811 uint8_t secure = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6.c 2389 boolean_t secure; local
    [all...]
ip.c 431 * happens if the incoming packet is secure. The information initialized
4933 boolean_t secure; local
5033 boolean_t secure; local
5313 boolean_t secure; local
14466 boolean_t secure; local
    [all...]

Completed in 6049 milliseconds