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

/drivers/target/iscsi/
H A Discsi_target_auth.c43 static void chap_binaryhex_to_asciihex(char *dst, char *src, int src_len) function
90 chap_binaryhex_to_asciihex(challenge_asciihex, chap->challenge,
282 chap_binaryhex_to_asciihex(response, server_digest, MD5_SIGNATURE_SIZE);
402 chap_binaryhex_to_asciihex(response, digest, MD5_SIGNATURE_SIZE);

Completed in 44 milliseconds