Lines Matching refs:pr_debug
35 pr_debug("CHAP string contains non hex digit symbols\n"); in chap_string_to_hex()
70 pr_debug("[%s] Sending CHAP_C=0x%s\n\n", (caller) ? "server" : "client", in chap_gen_challenge()
99 pr_debug("Selected MD5 Algorithm\n"); in chap_check_algorithm()
134 pr_debug("[server] Got CHAP_A=5\n"); in chap_server_open()
141 pr_debug("[server] Sending CHAP_A=%d\n", chap->digest_type); in chap_server_open()
155 pr_debug("[server] Sending CHAP_I=%d\n", chap->id); in chap_server_open()
231 pr_debug("[server] Got CHAP_N=%s\n", chap_n); in chap_server_compute_md5()
245 pr_debug("[server] Got CHAP_R=%s\n", chap_r); in chap_server_compute_md5()
296 pr_debug("[server] MD5 Server Digest: %s\n", response); in chap_server_compute_md5()
299 pr_debug("[server] MD5 Digests do not match!\n\n"); in chap_server_compute_md5()
302 pr_debug("[server] MD5 Digests match, CHAP connetication" in chap_server_compute_md5()
337 pr_debug("[server] Got CHAP_I=%lu\n", id); in chap_server_compute_md5()
351 pr_debug("[server] Got CHAP_C=%s\n", challenge); in chap_server_compute_md5()
432 pr_debug("[server] Sending CHAP_N=%s\n", auth->userid_mutual); in chap_server_compute_md5()
440 pr_debug("[server] Sending CHAP_R=0x%s\n", response); in chap_server_compute_md5()