Home
last modified time | relevance | path

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

/plugin/authradius/
H A Dmschap.php66 $resp1 = des_encrypt_ecb(substr($nthash, 0, 7), $challenge);
67 $resp2 = des_encrypt_ecb(substr($nthash, 7, 7), $challenge);
68 $resp3 = des_encrypt_ecb(substr($nthash, 14, 7), $challenge);
H A Ddes.php31 function des_encrypt_ecb($key, $clearText) { function