Searched refs:emLen (Results 1 – 3 of 3) sorted by relevance
530 * @param int $emLen534 protected function emsa_pkcs1_v1_5_encode($m, $emLen) argument587 if ($emLen < $tLen + 11) {591 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);609 * @param int $emLen612 protected function emsa_pkcs1_v1_5_encode_without_null($m, $emLen) argument662 if ($emLen < $tLen + 11) {666 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
231 $emLen = ($emBits + 7) >> 3; // ie. ceil($emBits / 8);235 if ($emLen < $this->hLen + $sLen + 2) {249 $dbMask = $this->mgf1($h, $emLen - $this->hLen - 1);252 $temp = $emLen - $this->hLen - $sLen - 2;
204 $emLen = ($emBits + 1) >> 3; // ie. ceil($emBits / 8)208 if ($emLen < $this->hLen + $sLen + 2) {215 $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2);217 $dbMask = $this->mgf1($h, $emLen - $this->hLen - 1); // ie. stlren($db)