Searched refs:ipad (Results 1 – 2 of 2) sorted by relevance
848 $ipad = str_repeat(chr(0x36), $size);858 $ichar = $ipad[$i] ^ $key[$i];860 $ipad[$i] = $ichar;863 $output = $algo($opad . pack($pack, $algo($ipad . $data)));
146 private $ipad; variable in phpseclib3\\Crypt\\Hash441 $this->ipad = str_repeat(chr(0x36), $b);1040 $temp = $this->ipad ^ $key;