Searched refs:revokedCertificate (Results 1 – 1 of 1) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 3858 private function revokedCertificate(&$rclist, $serial, $create = false) function in phpseclib3\\File\\X509 3891 if ($this->revokedCertificate($rclist, $serial) === false) { // If not yet revoked 3892 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) { 3916 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { 3936 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { 3983 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { 4009 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { 4032 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) { 4055 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) {
|