Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/
H A Discsi_target_auth.c89 char *tmp, *orig, *token, *digest_name; in chap_check_algorithm()
116 digest_name = chap_get_digest_name(digest_type); in chap_check_algorithm()
117 if (!digest_name) in chap_check_algorithm()
120 pr_debug("Selected %s Algorithm\n", digest_name); in chap_check_algorithm()
121 if (chap_test_algorithm(digest_name) < 0) { in chap_check_algorithm()
122 pr_err("failed to allocate %s algo\n", digest_name); in chap_check_algorithm()
182 chap->digest_name = chap_get_digest_name(digest_type); in chap_server_open()
367 tfm = crypto_alloc_shash(chap->digest_name, 0, 0); in chap_server_compute_hash()
410 chap->digest_name, response); in chap_server_compute_hash()
414 chap->digest_name); in chap_server_compute_hash()
88 char *tmp, *orig, *token, *digest_name; chap_check_algorithm() local
[all...]
H A Discsi_target_auth.h39 unsigned char *digest_name; member