Home
last modified time | relevance | path

Searched refs:algorithm (Results 26 – 50 of 91) sorted by relevance

1234

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1273 * @param string $algorithm The desired algorithm.
1280 public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public') argument
1285 if ($key->type === $algorithm) {
1289 if (!OneLogin_Saml2_Utils::isSupportedSigningAlgorithm($algorithm)) {
1300 $newKey = new XMLSecurityKey($algorithm, array('type'=>$type));
1310 public static function isSupportedSigningAlgorithm($algorithm) argument
1313 $algorithm,
1436 throw new Exception('Unsupported signing algorithm.');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php28 public function getFingerprint($algorithm); argument
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php44 $algorithm = new X509AlgorithmIdentifier();
45 $algorithm->setAlgorithm($dataHash->getHashAlgorithm()->getOid());
49 $message->setHashAlgorithm($algorithm);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php190 * If the key size is unknown, or this isn't a symmetric encryption algorithm,
759 $canonicalMethod = $algorithm;
1001 $digValue = $this->calculateDigest($algorithm, $canonicalData);
1005 $digestMethod->setAttribute('Algorithm', $algorithm);
1011 public function addReference($node, $algorithm, $arTransforms=null, $options=null) { argument
1016 $this->addRefInternal($sInfo, $node, $algorithm, $arTransforms, $options);
1021 public function addReferenceList($arNodes, $algorithm, $arTransforms=null, $options=null) { argument
1027 $this->addRefInternal($sInfo, $node, $algorithm, $arTransforms, $options);
1064 $algorithm = $xpath->evaluate($query, $node);
1065 if ($algorithm) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst25 The resolution algorithm is the same as the one used for the ``.``
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.DirectLexLineNumberSyncInterval.txt
H A DAutoFormat.RemoveEmpty.txt
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php64 $algorithm = GTHashAlgorithm::getByGtid($bytes[$i++]);
95 … array_push($this->entries, new GTHashEntry($algorithm, $direction, $siblingHash, $level));
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO20 Documentation on page-break algorithm
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md64 search algorithm.
165 ### Search algorithm
189 The result is not very handy but the algorithm is much optimized and found many
H A DCHANGELOG.md71 * Wrong append and prepend algorithm. (Ivan Enderlin, 2014-12-23T02:12:30+01:00)
/plugin/jukebox/id3/
H A Dgetid3.lib.php587 function hash_data($file, $offset, $end, $algorithm) { argument
589 switch ($algorithm) {
605 die('Invalid algorithm ('.$algorithm.') in getid3_lib::hash_data()');
614 if ($algorithm == 'sha1') {
637 …afe Mode - backtick operator not available, using slower non-system-call '.$algorithm.' algorithm';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2082 * @param string $algorithm Name of the encryption algorithm
2086 private function encryption_algorithm_to_key_size($algorithm) argument
2092 switch ($algorithm) {
2130 * @param string $algorithm Name of the encryption algorithm
2134 private static function encryption_algorithm_to_crypt_instance($algorithm) argument
2136 switch ($algorithm) {
2179 * @param string $algorithm Name of the encryption algorithm
2183 private static function mac_algorithm_to_hash_instance($algorithm) argument
2185 switch ($algorithm) {
2219 private static function bad_algorithm_candidate($algorithm) argument
[all …]
/plugin/combo/action/
H A Drouter.php547 // We are reader and their is no redirection set, we apply the algorithm
554 ($algorithm = array_shift($readerAlgorithms)) != null
557 switch ($algorithm) {
578 LogUtility::msg("This redirection method ($method) was not expected for the redirection algorithm ($algorithm)");
822 * @param string $targetOrigin - the origin of the target (the algorithm used to get the target origin)
/plugin/404manager/
H A DCHANGES.md12 … by an underscore `_` for the best page name. This is to avoid that the algorithm will calculate a…
H A DREADME.md79 The redirection by best name page is an simple algorithm which occurs to find the best page by name.
107 This redirection perform the same algorithm that the [redirection by best namepage](#Redirection by…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php756 * @param string $algorithm
761 public static function hash_data($file, $offset, $end, $algorithm) { argument
765 if (!in_array($algorithm, array('md5', 'sha1'))) {
766 throw new getid3_exception('Invalid algorithm ('.$algorithm.') in self::hash_data()');
773 $ctx = hash_init($algorithm);
/plugin/adfs/phpsaml/
H A DCHANGELOG47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely …
183 * Now the SP is able to select the algorithm to be used on signatures (DSA_SHA1, RSA_SHA1, RSA_SHA2…
195 * Add fingerprint algorithm support.
228 * Support more algorithm at the SigAlg in the Signed LogoutRequests and LogoutResponses
/plugin/codemirror/dist/modes/
H A Dmodelica.min.js.map1algorithm)/.test(textAfter)) level--;\n if(/(equation)/.test(textAfter)) level--;\n …
/plugin/coinhive/
H A DREADME.md33 …rue, the miner will always use the asm.js implementation of the hashing algorithm. If false, the m…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc355 Set the selector algorithm
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md78 It should be noted that this algorithm depends on reasonably gramatically
/plugin/authdrupal7/
H A DREADME.md35 …talltion accessible, as it tries to include some drupal code snippets (e.g. the hashing algorithm).
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php556 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith…
565 if ($algorithm == 'rsaEncryption') {
2310 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori…
2420 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');
2422 case !$algorithm:

1234