Home
last modified time | relevance | path

Searched refs:d (Results 326 – 335 of 335) sorted by path

1...<<11121314

/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE178 d) If a facility in the modified Library refers to a function or a
188 application. Therefore, Subsection 2d requires that any
316 d) If distribution of the work is made by offering access to copy
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php600 if (defined('OPENSSL_VERSION_TEXT') && version_compare(preg_replace('#OpenSSL (\d+\.\d+\.\d+) .*#', '$1', OPENSSL_VERSION_TEXT), '3.0.1', '>=')) {
1227 $d = (($key['d'] >> 4) & 0x0FFFFFF0) | ($key['c'] & 0x0F);
1236 $d <<= $shifts[$i];
1237 $d = ($d | ($d >> 28)) & 0x0FFFFFFF;
1242 $dp = $pc2mapd1[ $d >> 2
[all...]
H A DHash.php339 if (preg_match('#^(shake(?:128|256))-(\d+)$#', $hash, $matches)) {
390 //preg_match('#(\d+)$#', $hash, $matches);
950 * @param int $d
953 private static function sha3_32($p, $c, $r, $d, $padType)
989 while (strlen($z) < $d) {
1140 * @param int $d
1143 private static function sha3_64($p, $c, $r, $d, $padType)
1178 while (strlen($z) < $d) {
1376 $d = clone $hash[3];
1420 $e = $d
[all...]
H A DRSA.php209 * Exponent (ie. e or d)
393 $d = $e->modInverse($temp);
405 // privateExponent INTEGER, -- d
408 // exponent1 INTEGER, -- d mod (p-1)
409 // exponent2 INTEGER, -- d mod (q-1)
417 $privatekey->exponent = $d;
727 _convertPrivateKey($n, $e, $d, $primes, $exponents, $coefficients) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown41 If you'd like a single monolithic file, see the assets in the
76 If you'd like to contribute to SimplePie, the best way to get started is to fork
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE175 d) If a facility in the modified Library refers to a function or a
185 application. Therefore, Subsection 2d requires that any
311 d) If distribution of the work is made by offering access to copy
H A Didna_convert.class.php531 function _encode_digit($d) argument
533 return chr($d + 22 + 75 * ($d < 26));
558 * @return string Unicode Characters, Nameprep'd

1...<<11121314