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

  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 115 static SSL *doConnection( SSL *scon );
340 SSL *scon=NULL; local
411 if( (scon = doConnection( NULL )) == NULL )
417 SSL_write(scon,buf,strlen(buf));
418 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
423 SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
425 SSL_shutdown(scon);
427 SHUTDOWN2(SSL_get_fd(scon));
430 if (SSL_session_reused(scon))
434 ver=SSL_version(scon);
    [all...]
  /external/openssl/apps/
s_time.c 115 static SSL *doConnection( SSL *scon );
340 SSL *scon=NULL; local
411 if( (scon = doConnection( NULL )) == NULL )
417 SSL_write(scon,buf,strlen(buf));
418 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
423 SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
425 SSL_shutdown(scon);
427 SHUTDOWN2(SSL_get_fd(scon));
430 if (SSL_session_reused(scon))
434 ver=SSL_version(scon);
    [all...]
  /system/core/init/
init.c 160 char *scon = NULL; local
201 scon = strdup(svc->seclabel);
202 if (!scon) {
223 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
253 setsockcreatecon(scon);
266 freecon(scon);
267 scon = NULL;
346 freecon(scon);

Completed in 232 milliseconds