Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 24 of 24) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPKCS8.php100 * @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 …]
DPKCS1.php49 * @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/
DUtils.php125 * @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/
DHash.php106 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/
Dfunctions.php227 * @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);
DUtils.php120 * @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/
DUtils.php117 * @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/
Duserhomepage_public.default10 Ahora, ¡escriba algo! :-D
Duserhomepage_private.default10 Ahora, ¡escriba algo! :-D
Duserhomepage_publicspace.default12 Ahora, ¡escriba algo! :-D
/plugin/authdrupal8/
Dpassword.inc130 * @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/
Dxmlseclibs.php364 $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/
Dxmlseclibs.php364 $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/
DMSBLOB.php126 switch ($algo) {
/plugin/issuelinks/services/
DGitHub.service.php332 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/
Daes.min.js13 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/
DSSH2.php2668 $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/
DLEAME.txt68 cargar� algo m�s lentamente que las versiones subdivididas, puesto
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md440 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md473 `public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): strin…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js38450 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/
Dpdfmake.js5834 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 …]
Dpdfmake.min.js2algo,p=[],g=[],y=[],w=[],_=[],x=[],k=[],P=[],O=[],I=[];!function(){for(var r=[],i=0;i<256;i++)r[i]…
/plugin/diagramsnet/lib/js/
Dapp.min.js110 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=[]…