Lines Matching refs:challenge
51 memset(chap->challenge, 0, MAX_CHAP_CHALLENGE_LEN);
53 ret = get_random_bytes_wait(chap->challenge, chap->challenge_len);
57 bin2hex(challenge_asciihex, chap->challenge,
60 * Set CHAP_C, and copy the generated challenge into c_str.
182 /* Tie the challenge length to the digest size */
293 pr_err("Unable to allocate challenge buffer\n");
390 ret = crypto_shash_finup(desc, chap->challenge,
393 pr_err("crypto_shash_finup() failed for challenge\n");
460 pr_err("Unable to convert incoming challenge\n");
483 pr_err("Unable to convert incoming challenge\n");
503 !memcmp(initiatorchg_binhex, chap->challenge,
534 * Convert received challenge to binary hex.
539 pr_err("crypto_shash_finup() failed for ma challenge\n");