Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_auth.c84 return CHAP_DIGEST_MD5; in chap_check_algorithm()
116 case CHAP_DIGEST_MD5: in chap_server_open()
123 chap->digest_type = CHAP_DIGEST_MD5; in chap_server_open()
430 case CHAP_DIGEST_MD5: in chap_got_response()
Discsi_target_auth.h8 #define CHAP_DIGEST_MD5 5 macro