Searched refs:challenge_binhex (Results 1 – 1 of 1) sorted by relevance
161 unsigned char *challenge_binhex = NULL; in chap_server_compute_md5() local185 challenge_binhex = kzalloc(CHAP_CHALLENGE_STR_LEN, GFP_KERNEL); in chap_server_compute_md5()186 if (!challenge_binhex) { in chap_server_compute_md5()338 if (hex2bin(challenge_binhex, challenge, challenge_len) < 0) { in chap_server_compute_md5()348 if (!memcmp(challenge_binhex, chap->challenge, CHAP_CHALLENGE_LENGTH)) { in chap_server_compute_md5()380 ret = crypto_shash_finup(desc, challenge_binhex, challenge_len, in chap_server_compute_md5()407 kfree(challenge_binhex); in chap_server_compute_md5()