Home
last modified time | relevance | path

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

/plugin/authradius/
H A Ddes.php42 …$keys = des_make_subkeys (des_bits_to_bytes ($key)); //Chew the key into the subkeys needed for D…
50 $cypherBlock = des_block_encode(des_bits_to_bytes ($clearBlock), $keys); //Encrypt it
218 function des_bits_to_bytes($bitStream) { function