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.c88 char *tmp, *orig, *token, *digest_name; in chap_check_algorithm() local
115 digest_name = chap_get_digest_name(digest_type); in chap_check_algorithm()
116 if (!digest_name) in chap_check_algorithm()
119 pr_debug("Selected %s Algorithm\n", digest_name); in chap_check_algorithm()
120 if (chap_test_algorithm(digest_name) < 0) { in chap_check_algorithm()
121 pr_err("failed to allocate %s algo\n", digest_name); in chap_check_algorithm()
181 chap->digest_name = chap_get_digest_name(digest_type); in chap_server_open()
357 tfm = crypto_alloc_shash(chap->digest_name, 0, 0); in chap_server_compute_hash()
400 chap->digest_name, response); in chap_server_compute_hash()
404 chap->digest_name); in chap_server_compute_hash()
[all …]
H A Discsi_target_auth.h39 unsigned char *digest_name; member