Home
last modified time | relevance | path

Searched refs:MAP (Results 26 – 50 of 153) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttribute.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Attribute
32 'type' => AttributeType::MAP,
37 'children' => AttributeValue::MAP
H A DCertificationRequest.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequest
32 'certificationRequestInfo' => CertificationRequestInfo::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DCurve.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Curve
32 'a' => FieldElement::MAP,
33 'b' => FieldElement::MAP,
H A DPolicyInformation.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyInformation
32 'policyIdentifier' => CertPolicyId::MAP,
38 'children' => PolicyQualifierInfo::MAP
H A DDistributionPointName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DistributionPointName
36 ] + GeneralNames::MAP,
41 ] + RelativeDistinguishedName::MAP
H A DEDIPartyName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\EDIPartyName
36 ] + DirectoryString::MAP,
43 ] + DirectoryString::MAP
H A DNameConstraints.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\NameConstraints
36 ] + GeneralSubtrees::MAP,
41 ] + GeneralSubtrees::MAP
H A DUserNotice.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\UserNotice
35 ] + NoticeReference::MAP,
39 ] + DisplayText::MAP
H A DRSASSA_PSS_params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params
39 ] + HashAlgorithm::MAP,
45 ] + MaskGenAlgorithm::MAP,
H A DIssuingDistributionPoint.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint
36 ] + DistributionPointName::MAP,
55 ] + ReasonFlags::MAP,
H A DCertificateIssuer.php29 const MAP = GeneralNames::MAP; define in phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer
H A DHashAlgorithm.php29 const MAP = AlgorithmIdentifier::MAP; define in phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm
H A DIssuerAltName.php29 const MAP = GeneralNames::MAP; define in phpseclib3\\File\\ASN1\\Maps\\IssuerAltName
H A DMaskGenAlgorithm.php29 const MAP = AlgorithmIdentifier::MAP; define in phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm
H A DSubjectAltName.php29 const MAP = GeneralNames::MAP; define in phpseclib3\\File\\ASN1\\Maps\\SubjectAltName
H A DBuiltInDomainDefinedAttributes.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes
33 'children' => BuiltInDomainDefinedAttribute::MAP
H A DExtKeyUsageSyntax.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax
33 'children' => KeyPurposeId::MAP
H A DExtensionAttributes.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes
33 'children' => ExtensionAttribute::MAP
H A DExtensions.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Extensions
35 'children' => Extension::MAP
H A DGeneralNames.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralNames
33 'children' => GeneralName::MAP
H A DGeneralSubtrees.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees
33 'children' => GeneralSubtree::MAP
H A DName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Name
32 'rdnSequence' => RDNSequence::MAP
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php240 $params = ASN1::asn1map($params[0], Maps\Characteristic_two::MAP);
248 $temp = ASN1::asn1map($temp[0], Maps\Pentanomial::MAP);
362 ASN1::encodeDER(['namedCurve' => $name], Maps\ECParameters::MAP);
401 ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP);
427 ASN1::encodeDER(['namedCurve' => $testName], Maps\ECParameters::MAP);
472 ASN1::encodeDER(['specifiedCurve' => $data], Maps\ECParameters::MAP);
493 $modulo = ASN1::encodeDER($modulo, Maps\Pentanomial::MAP);
500 ], Maps\Characteristic_two::MAP);
526 ASN1::encodeDER(['specifiedCurve' => $data], Maps\ECParameters::MAP);
H A DPKCS1.php78 $ecPrivate = ASN1::asn1map($decoded[0], Maps\ECPrivateKey::MAP);
93 $ecParams = ASN1::asn1map($decoded[0], Maps\ECParameters::MAP);
125 $key = ASN1::asn1map($decoded[0], Maps\ECParameters::MAP);
130 $key = ASN1::asn1map($decoded[0], Maps\ECPrivateKey::MAP);
197 $key = ASN1::encodeDER($key, Maps\ECPrivateKey::MAP);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php71 $key = ASN1::asn1map($decoded[0], Maps\RSAPrivateKey::MAP);
94 $key = ASN1::asn1map($decoded[0], Maps\RSAPublicKey::MAP);
143 $key = ASN1::encodeDER($key, Maps\RSAPrivateKey::MAP);
163 $key = ASN1::encodeDER($key, Maps\RSAPublicKey::MAP);

1234567