Searched refs:challenge_binhex (Results 1 – 1 of 1) sorted by relevance
182 unsigned char *challenge_binhex = NULL; in chap_server_compute_md5() local207 challenge_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_md5()208 if (!challenge_binhex) { in chap_server_compute_md5()310 kfree(challenge_binhex); in chap_server_compute_md5()352 challenge_len = chap_string_to_hex(challenge_binhex, challenge, in chap_server_compute_md5()367 if (!memcmp(challenge_binhex, chap->challenge, CHAP_CHALLENGE_LENGTH)) { in chap_server_compute_md5()412 sg_init_one(&sg, challenge_binhex, challenge_len); in chap_server_compute_md5()444 kfree(challenge_binhex); in chap_server_compute_md5()