Searched refs:chap_binaryhex_to_asciihex (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_auth.c41 static void chap_binaryhex_to_asciihex(char *dst, char *src, int src_len) chap_binaryhex_to_asciihex() function
62 chap_binaryhex_to_asciihex(challenge_asciihex, chap->challenge, chap_gen_challenge()
295 chap_binaryhex_to_asciihex(response, server_digest, MD5_SIGNATURE_SIZE); chap_server_compute_md5()
436 chap_binaryhex_to_asciihex(response, digest, MD5_SIGNATURE_SIZE); chap_server_compute_md5()

Completed in 130 milliseconds