Home
last modified time | relevance | path

Searched refs:ipad (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A DPassHash.php830 $ipad = str_repeat(chr(0x36), $size);
840 $ichar = $ipad[$i] ^ $key[$i];
842 $ipad[$i] = $ichar;
845 $output = $algo($opad . pack($pack, $algo($ipad . $data)));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php146 private $ipad;
433 $this->ipad = str_repeat(chr(0x36), $b);
843 $temp = $this->ipad ^ $key;
140 var $ipad; global() variable in phpseclib\\Crypt\\Hash