Home
last modified time | relevance | path

Searched refs:STRING_TYPE_SIZE (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php190 const STRING_TYPE_SIZE = [ define in phpseclib3\\File\\ASN1
1371 …if (!array_key_exists($from, self::STRING_TYPE_SIZE) || !array_key_exists($to, self::STRING_TYPE_S…
1374 $insize = self::STRING_TYPE_SIZE[$from];
1375 $outsize = self::STRING_TYPE_SIZE[$to];
H A DX509.php1772 … if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) {
1879 … if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) {
1957 if ($type !== false && array_key_exists($type, ASN1::STRING_TYPE_SIZE)) {