HomeSort by relevance Sort by last modified time
    Searched full:trustroot (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 24 * Optionally, you can set $returnUrl and $realm (or $trustRoot, which is an alias).
53 protected $server, $version, $trustRoot, $aliases, $identifier_select = false
69 $this->trustRoot = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
70 $this->returnUrl = $this->trustRoot . $_SERVER['REQUEST_URI'];
95 case 'trustRoot':
97 $this->trustRoot = trim($value);
109 case 'trustRoot':
111 return $this->trustRoot;
384 'openid.trust_root' => $this->trustRoot,
397 'openid.realm' => $this->trustRoot,
    [all...]
  /external/openssl/crypto/objects/
objects.txt 621 id-pkix-OCSP 11 : trustRoot : Trust Root
    [all...]
obj_mac.h     [all...]
obj_dat.h     [all...]
  /external/openssl/include/openssl/
obj_mac.h     [all...]

Completed in 1631 milliseconds