Lines Matching refs:des_key
501 u_char des_key[8];
511 pppcrypt_56_to_64_bit_key(ZPasswordHash + 0, des_key);
513 lwip_des_setkey_enc(&des, des_key);
517 pppcrypt_56_to_64_bit_key(ZPasswordHash + 7, des_key);
519 lwip_des_setkey_enc(&des, des_key);
523 pppcrypt_56_to_64_bit_key(ZPasswordHash + 14, des_key);
525 lwip_des_setkey_enc(&des, des_key);
618 u_char des_key[8];
625 pppcrypt_56_to_64_bit_key(UcasePassword +0, des_key);
627 lwip_des_setkey_enc(&des, des_key);
631 pppcrypt_56_to_64_bit_key(UcasePassword +7, des_key);
633 lwip_des_setkey_enc(&des, des_key);