Searched refs:emLen (Results 1 – 3 of 3) sorted by relevance
548 * @param int $emLen552 protected function emsa_pkcs1_v1_5_encode($m, $emLen) argument589 if ($emLen < $tLen + 11) {593 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);611 * @param int $emLen614 protected function emsa_pkcs1_v1_5_encode_without_null($m, $emLen) argument648 if ($emLen < $tLen + 11) {652 $ps = str_repeat(chr(0xFF), $emLen - $tLen - 3);
230 $emLen = ($emBits + 7) >> 3; // ie. ceil($emBits / 8);234 if ($emLen < $this->hLen + $sLen + 2) {248 $dbMask = $this->mgf1($h, $emLen - $this->hLen - 1);251 $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)