Lines Matching refs:subArray

556 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith…
670 $extensions = &$this->subArray($root, $path, !empty($this->extensionValues));
752 $attributes = &$this->subArray($root, $path);
792 $attributes = &$this->subArray($root, $path);
834 $dns = &$this->subArray($root, $path);
863 $dns = &$this->subArray($root, $path);
2192 $keyinfo = $this->subArray($this->currentCert, $path);
2310 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori…
2420 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');
2547 $rclist = &$this->subArray($crl, 'tbsCertList/revokedCertificates');
3239 private function &subArray(&$root, $path, $create = false) function in phpseclib3\\File\\X509
3293 $attributes = &$this->subArray($root, $pth, $create);
3311 $extensions = &$this->subArray($root, $path, $create);
3505 $attributes = &$this->subArray($this->currentCert, 'certificationRequestInfo/attributes');
3560 $attributes = $this->subArray($csr, 'certificationRequestInfo/attributes');
3600 $attributes = $this->subArray($csr, 'certificationRequestInfo/attributes');
3623 … $attributes = &$this->subArray($this->currentCert, 'certificationRequestInfo/attributes', true);
3890 …if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates', tru…
3915 … if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) {
3935 … if (is_array($rclist = $this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) {
3963 if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) {
3982 … if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates'))) {
4008 if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) {
4031 if (is_array($rclist = $this->subArray($crl, 'tbsCertList/revokedCertificates'))) {
4054 …if (is_array($rclist = &$this->subArray($this->currentCert, 'tbsCertList/revokedCertificates', tru…