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()
265 pr_err("Unable to allocate the digest buffer\n"); in chap_server_compute_hash()
271 pr_err("Unable to allocate the response buffer\n"); in chap_server_compute_hash()
277 pr_err("Unable to allocate the client_digest buffer\n"); in chap_server_compute_hash()
283 pr_err("Unable to allocate the server_digest buffer\n"); in chap_server_compute_hash()
293 pr_err("Unable to allocate challenge buffer\n"); in chap_server_compute_hash()
299 pr_err("Unable to allocate initiatorchg_binhex buffer\n"); in chap_server_compute_hash()
307 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_hash()
311 pr_err("Could not find CHAP_N.\n"); in chap_server_compute_hash()
318 pr_err("CHAP_N values do not match!\n"); in chap_server_compute_hash()
327 pr_err("Could not find CHAP_R.\n"); in chap_server_compute_hash()
334 pr_err("Malformed CHAP_R\n"); in chap_server_compute_hash()
338 pr_err("Malformed CHAP_R: invalid HEX\n"); in chap_server_compute_hash()
345 pr_err("Malformed CHAP_R: invalid BASE64\n"); in chap_server_compute_hash()
350 pr_err("Could not find CHAP_R\n"); in chap_server_compute_hash()
359 pr_err("Unable to allocate struct crypto_shash\n"); in chap_server_compute_hash()
365 pr_err("Unable to allocate struct shash_desc\n"); in chap_server_compute_hash()
373 pr_err("crypto_shash_init() failed\n"); in chap_server_compute_hash()
379 pr_err("crypto_shash_update() failed for id\n"); in chap_server_compute_hash()
386 pr_err("crypto_shash_update() failed for password\n"); in chap_server_compute_hash()
393 pr_err("crypto_shash_finup() failed for challenge\n"); in chap_server_compute_hash()
426 pr_err("Could not find CHAP_I.\n"); in chap_server_compute_hash()
436 pr_err("kstrtoul() failed for CHAP identifier: %d\n", ret); in chap_server_compute_hash()
440 pr_err("chap identifier: %lu greater than 255\n", id); in chap_server_compute_hash()
452 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_hash()
460 pr_err("Unable to convert incoming challenge\n"); in chap_server_compute_hash()
464 pr_err("CHAP_C exceeds maximum binary size of 1024 bytes\n"); in chap_server_compute_hash()
470 pr_err("Malformed CHAP_C: invalid HEX\n"); in chap_server_compute_hash()
479 pr_err("Malformed CHAP_C: invalid BASE64\n"); in chap_server_compute_hash()
483 pr_err("Unable to convert incoming challenge\n"); in chap_server_compute_hash()
487 pr_err("CHAP_C exceeds maximum binary size of 1024 bytes\n"); in chap_server_compute_hash()
492 pr_err("Could not find CHAP_C.\n"); in chap_server_compute_hash()
505 pr_err("initiator CHAP_C matches target CHAP_C, failing" in chap_server_compute_hash()
514 pr_err("crypto_shash_init() failed\n"); in chap_server_compute_hash()
522 pr_err("crypto_shash_update() failed for id\n"); in chap_server_compute_hash()
529 pr_err("crypto_shash_update() failed for" in chap_server_compute_hash()
539 pr_err("crypto_shash_finup() failed for ma challenge\n"); in chap_server_compute_hash()