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

  /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 173 char *scon = NULL; local
214 scon = strdup(svc->seclabel);
215 if (!scon) {
236 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
237 if (rc == 0 && !strcmp(scon, mycon)) {
274 si->perm, si->uid, si->gid, si->socketcon ?: scon);
280 freecon(scon);
281 scon = NULL;
359 freecon(scon);
    [all...]

Completed in 175 milliseconds