Searched refs:digest_type (Results 1 – 1 of 1) sorted by relevance
21 static char *chap_get_digest_name(const int digest_type) in chap_get_digest_name() argument23 switch (digest_type) { in chap_get_digest_name()88 long digest_type; in chap_check_algorithm() local111 if (kstrtol(token, 10, &digest_type)) in chap_check_algorithm()114 digest_name = chap_get_digest_name(digest_type); in chap_check_algorithm()122 r = digest_type; in chap_check_algorithm()144 int digest_type; in chap_server_open() local159 digest_type = chap_check_algorithm(a_str); in chap_server_open()160 switch (digest_type) { in chap_server_open()180 chap->digest_name = chap_get_digest_name(digest_type); in chap_server_open()[all …]