Searched refs:extractBER (Results 1 – 7 of 7) sorted by relevance
130 $key = ASN1::extractBER($key);146 $key = ASN1::extractBER($key);
182 $key = ASN1::extractBER($key);201 $key = ASN1::extractBER($key);
154 $ciphertext = ASN1::extractBER($key);164 $decoded = ASN1::extractBER($key);
662 $decoded = ASN1::extractBER($key);
280 $decoded = ASN1::extractBER($params);
494 $newcert = ASN1::extractBER($cert);2246 $newcsr = ASN1::extractBER($csr);2461 $newcrl = ASN1::extractBER($crl);3753 $key = ASN1::extractBER($key);
1472 public static function extractBER($str) function in phpseclib3\\File\\ASN1