Home
last modified time | relevance | path

Searched refs:bitStream (Results 1 – 1 of 1) sorted by relevance

/plugin/authradius/
H A Ddes.php218 function des_bits_to_bytes($bitStream) { argument
219 for ($i = 0; $i < strlen($bitStream); $i++) {
220 $val = ord($bitStream[$i]);
244 $bitStream .= chr($value);
247 return ($bitStream);