Lines Matching refs:pr_err
80 pr_err("Memory allocation failed for CHAP_A temporary buffer\n"); in chap_check_algorithm()
90 pr_err("Unable to locate CHAP_A key\n"); in chap_check_algorithm()
121 pr_err("CHAP user or password not set for" in chap_server_open()
145 pr_err("Unsupported CHAP_A value\n"); in chap_server_open()
203 pr_err("Unable to allocate challenge buffer\n"); in chap_server_compute_md5()
209 pr_err("Unable to allocate challenge_binhex buffer\n"); in chap_server_compute_md5()
217 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_md5()
221 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_md5()
228 pr_err("CHAP_N values do not match!\n"); in chap_server_compute_md5()
237 pr_err("Could not find CHAP_R.\n"); in chap_server_compute_md5()
241 pr_err("Could not find CHAP_R.\n"); in chap_server_compute_md5()
250 pr_err("Unable to allocate struct crypto_hash\n"); in chap_server_compute_md5()
258 pr_err("crypto_hash_init() failed\n"); in chap_server_compute_md5()
266 pr_err("crypto_hash_update() failed for id\n"); in chap_server_compute_md5()
274 pr_err("crypto_hash_update() failed for password\n"); in chap_server_compute_md5()
282 pr_err("crypto_hash_update() failed for challenge\n"); in chap_server_compute_md5()
289 pr_err("crypto_hash_final() failed for server digest\n"); in chap_server_compute_md5()
317 pr_err("Could not find CHAP_I.\n"); in chap_server_compute_md5()
327 pr_err("kstrtoul() failed for CHAP identifier: %d\n", ret); in chap_server_compute_md5()
331 pr_err("chap identifier: %lu greater than 255\n", id); in chap_server_compute_md5()
343 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_md5()
348 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_md5()
355 pr_err("Unable to convert incoming challenge\n"); in chap_server_compute_md5()
359 pr_err("CHAP_C exceeds maximum binary size of 1024 bytes\n"); in chap_server_compute_md5()
368 pr_err("initiator CHAP_C matches target CHAP_C, failing" in chap_server_compute_md5()
377 pr_err("Unable to allocate struct crypto_hash\n"); in chap_server_compute_md5()
385 pr_err("crypto_hash_init() failed\n"); in chap_server_compute_md5()
395 pr_err("crypto_hash_update() failed for id\n"); in chap_server_compute_md5()
404 pr_err("crypto_hash_update() failed for" in chap_server_compute_md5()
415 pr_err("crypto_hash_update() failed for ma challenge\n"); in chap_server_compute_md5()
422 pr_err("crypto_hash_final() failed for ma digest\n"); in chap_server_compute_md5()
464 pr_err("Unknown CHAP digest type %d!\n", in chap_got_response()