Home
last modified time | relevance | path

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

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