Lines Matching refs:pr_err
93 pr_err("Memory allocation failed for CHAP_A temporary buffer\n"); in chap_check_algorithm()
103 pr_err("Unable to locate CHAP_A key\n"); in chap_check_algorithm()
120 pr_err("failed to allocate %s algo\n", digest_name); in chap_check_algorithm()
149 pr_err("CHAP user or password not set for" in chap_server_open()
175 pr_err("Unsupported CHAP_A value\n"); in chap_server_open()
233 pr_err("Unable to allocate the digest buffer\n"); in chap_server_compute_hash()
239 pr_err("Unable to allocate the response buffer\n"); in chap_server_compute_hash()
245 pr_err("Unable to allocate the client_digest buffer\n"); in chap_server_compute_hash()
251 pr_err("Unable to allocate the server_digest buffer\n"); in chap_server_compute_hash()
261 pr_err("Unable to allocate challenge buffer\n"); in chap_server_compute_hash()
267 pr_err("Unable to allocate initiatorchg_binhex buffer\n"); in chap_server_compute_hash()
275 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_hash()
279 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_hash()
286 pr_err("CHAP_N values do not match!\n"); in chap_server_compute_hash()
295 pr_err("Could not find CHAP_R.\n"); in chap_server_compute_hash()
299 pr_err("Could not find CHAP_R.\n"); in chap_server_compute_hash()
303 pr_err("Malformed CHAP_R\n"); in chap_server_compute_hash()
307 pr_err("Malformed CHAP_R\n"); in chap_server_compute_hash()
316 pr_err("Unable to allocate struct crypto_shash\n"); in chap_server_compute_hash()
322 pr_err("Unable to allocate struct shash_desc\n"); in chap_server_compute_hash()
330 pr_err("crypto_shash_init() failed\n"); in chap_server_compute_hash()
336 pr_err("crypto_shash_update() failed for id\n"); in chap_server_compute_hash()
343 pr_err("crypto_shash_update() failed for password\n"); in chap_server_compute_hash()
350 pr_err("crypto_shash_finup() failed for challenge\n"); in chap_server_compute_hash()
377 pr_err("Could not find CHAP_I.\n"); in chap_server_compute_hash()
387 pr_err("kstrtoul() failed for CHAP identifier: %d\n", ret); in chap_server_compute_hash()
391 pr_err("chap identifier: %lu greater than 255\n", id); in chap_server_compute_hash()
403 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_hash()
408 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_hash()
413 pr_err("Unable to convert incoming challenge\n"); in chap_server_compute_hash()
417 pr_err("CHAP_C exceeds maximum binary size of 1024 bytes\n"); in chap_server_compute_hash()
421 pr_err("Malformed CHAP_C\n"); in chap_server_compute_hash()
433 pr_err("initiator CHAP_C matches target CHAP_C, failing" in chap_server_compute_hash()
442 pr_err("crypto_shash_init() failed\n"); in chap_server_compute_hash()
450 pr_err("crypto_shash_update() failed for id\n"); in chap_server_compute_hash()
457 pr_err("crypto_shash_update() failed for" in chap_server_compute_hash()
467 pr_err("crypto_shash_finup() failed for ma challenge\n"); in chap_server_compute_hash()