/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
D | PKCS8.php | 100 * @param string $algo 102 public static function setEncryptionAlgorithm($algo) argument 104 self::$defaultEncryptionAlgorithm = $algo; 111 * @param string $algo 113 public static function setEncryptionScheme($algo) argument 115 self::$defaultEncryptionScheme = $algo; 133 * @param string $algo 135 public static function setPRF($algo) argument 137 self::$defaultPRF = $algo; 145 * @param string $algo [all …]
|
D | PKCS1.php | 49 * @param string $algo 51 public static function setEncryptionAlgorithm($algo) argument 53 self::$defaultEncryptionAlgorithm = $algo; 81 * @param string $algo 85 private static function getEncryptionObject($algo) argument 89 case preg_match("#^AES-(128|192|256)-$modes$#", $algo, $matches): 93 case preg_match("#^DES-EDE3-$modes$#", $algo, $matches): 95 case preg_match("#^DES-$modes$#", $algo, $matches): 98 throw new UnsupportedAlgorithmException($algo . ' is not a supported algorithm');
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
D | Utils.php | 125 * @param string $algo Hash algorithm (e.g. md5, crc32, etc) 133 $algo, argument 142 $ctx = hash_init($algo);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | Hash.php | 106 private $algo; variable in phpseclib3\\Crypt\\Hash 281 $this->computedKey = is_array($this->algo) ? 282 call_user_func($this->algo, $this->key) : 283 hash($this->algo, $this->key, true); 315 $this->algo = 'umac'; 456 $this->algo = $hash; 802 $algo = $this->algo; 803 if ($algo == 'umac') { 855 if (is_array($algo)) { 857 return substr($algo($text, ...array_values($this->parameters)), 0, $this->length); [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | functions.php | 227 * @param string $algo Hash algorithm (e.g. md5, crc32, etc) 236 function hash(StreamInterface $stream, $algo, $rawOutput = false) argument 238 return Utils::hash($stream, $algo, $rawOutput);
|
D | Utils.php | 120 * @param string $algo Hash algorithm (e.g. md5, crc32, etc) 127 public static function hash(StreamInterface $stream, $algo, $rawOutput = false) argument 135 $ctx = hash_init($algo);
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | Utils.php | 117 * @param string $algo Hash algorithm (e.g. md5, crc32, etc) 122 …public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): string argument 130 $ctx = hash_init($algo);
|
/plugin/userhomepage/lang/es/ |
D | userhomepage_public.default | 10 Ahora, ¡escriba algo! :-D
|
D | userhomepage_private.default | 10 Ahora, ¡escriba algo! :-D
|
D | userhomepage_publicspace.default | 12 Ahora, ¡escriba algo! :-D
|
/plugin/authdrupal8/ |
D | password.inc | 130 * @param $algo 142 function _password_crypt($algo, $password, $setting) { 173 $hash = hash($algo, $salt . $password, TRUE); 175 $hash = hash($algo, $hash . $password, TRUE);
|
/plugin/saml/phpsaml/extlib/xmlseclibs/ |
D | xmlseclibs.php | 364 $algo = OPENSSL_ALGO_SHA1; 366 $algo = $this->cryptParams['digest']; 368 if (! openssl_sign ($data, $signature, $this->key, $algo)) { 369 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo); 375 $algo = OPENSSL_ALGO_SHA1; 377 $algo = $this->cryptParams['digest']; 379 return openssl_verify ($data, $signature, $this->key, $algo);
|
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
D | xmlseclibs.php | 364 $algo = OPENSSL_ALGO_SHA1; 366 $algo = $this->cryptParams['digest']; 368 if (! openssl_sign ($data, $signature, $this->key, $algo)) { 369 throw new Exception('Failure Signing Data: ' . openssl_error_string() . ' - ' . $algo); 375 $algo = OPENSSL_ALGO_SHA1; 377 $algo = $this->cryptParams['digest']; 379 return openssl_verify ($data, $signature, $this->key, $algo);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
D | MSBLOB.php | 126 switch ($algo) {
|
/plugin/issuelinks/services/ |
D | GitHub.service.php | 332 list($algo, $signature_github) = explode('=', $INPUT->server->str('HTTP_X_HUB_SIGNATURE')); 337 $signature_local = hash_hmac($algo, $body, $secret['secret']);
|
/plugin/diagramsnet/lib/js/cryptojs/ |
D | aes.min.js | 13 e)).finalize(b)}}});var n=d.algo={};return d}(Math); 16 …(b<<j|b>>>32-j)+n}for(var t=CryptoJS,r=t.lib,w=r.WordArray,v=r.Hasher,r=t.algo,b=[],x=0;64>x;x++)b… 22 (function(){var u=CryptoJS,p=u.lib,d=p.Base,l=p.WordArray,p=u.algo,s=p.EvpKDF=d.extend({cfg:d.exten… 24 ….lib,l=d.Base,s=d.WordArray,t=d.BufferedBlockAlgorithm,r=p.enc.Base64,w=p.algo.EvpKDF,v=d.Cipher=t… 32 (function(){for(var u=CryptoJS,p=u.lib.BlockCipher,d=u.algo,l=[],s=[],t=[],r=[],w=[],v=[],b=[],x=[]…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
D | SSH2.php | 2668 $algo = self::array_intersect_first($algos, $this->server_host_key_algorithms); 2669 switch ($algo) { 4804 foreach ($algos as $algo) { 4805 $obj = self::encryption_algorithm_to_crypt_instance($algo); 4807 $obj->setKeyLength(preg_replace('#[^\d]#', '', $algo)); 4809 switch ($algo) { 4825 $algos = array_diff($algos, [$algo]); 4826 $ciphers[] = $algo;
|
/plugin/jmol2/jmol/ |
D | LEAME.txt | 68 cargar� algo m�s lentamente que las versiones subdivididas, puesto
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
D | README.md | 440 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
D | README.md | 473 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 38450 function dsaSign(hash, priv, algo) { 38459 var kv = getKey(x, q, hash, algo); 38462 k = makeKey(q, kv, algo); 38487 function getKey(x, q, hash, algo) { 38500 k = createHmac(algo, k).update(v).update(Buffer.from([0])).update(x).update(hbits).digest(); 38501 v = createHmac(algo, k).update(v).digest(); 38502 k = createHmac(algo, k).update(v).update(Buffer.from([1])).update(x).update(hbits).digest(); 38503 v = createHmac(algo, k).update(v).digest(); 38530 function makeKey(q, kv, algo) { 38538 kv.v = createHmac(algo, kv.k).update(kv.v).digest(); [all …]
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 5834 var C_algo = C.algo; 6069 var C_algo = C.algo; 7684 var C_algo = C.algo = {}; 8118 var C_algo = C.algo; 8314 var C_algo = C.algo; 8568 var C_algo = C.algo; 9304 var C_algo = C.algo; 9442 var C_algo = C.algo; 9614 var C_algo = C.algo; 9789 var C_algo = C.algo; [all …]
|
D | pdfmake.min.js | 2 …algo,p=[],g=[],y=[],w=[],_=[],x=[],k=[],P=[],O=[],I=[];!function(){for(var r=[],i=0;i<256;i++)r[i]…
|
/plugin/diagramsnet/lib/js/ |
D | app.min.js | 110 e)).finalize(b)}}});var n=d.algo={};return d}(Math); 113 …(b<<j|b>>>32-j)+n}for(var t=CryptoJS,r=t.lib,w=r.WordArray,v=r.Hasher,r=t.algo,b=[],x=0;64>x;x++)b… 119 (function(){var u=CryptoJS,p=u.lib,d=p.Base,l=p.WordArray,p=u.algo,s=p.EvpKDF=d.extend({cfg:d.exten… 121 ….lib,l=d.Base,s=d.WordArray,t=d.BufferedBlockAlgorithm,r=p.enc.Base64,w=p.algo.EvpKDF,v=d.Cipher=t… 129 (function(){for(var u=CryptoJS,p=u.lib.BlockCipher,d=u.algo,l=[],s=[],t=[],r=[],w=[],v=[],b=[],x=[]…
|