Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_auth.c21 static char *chap_get_digest_name(const int digest_type) in chap_get_digest_name() argument
23 switch (digest_type) { in chap_get_digest_name()
88 long digest_type; in chap_check_algorithm() local
111 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() local
159 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...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_auth.c21 static char *chap_get_digest_name(const int digest_type) in chap_get_digest_name() argument
23 switch (digest_type) { in chap_get_digest_name()
88 long digest_type; in chap_check_algorithm() local
111 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() local
159 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...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_template_lib.c33 enum digest_type { enum
290 u8 digest_type, u8 hash_algo, in ima_eventdigest_init_common()
310 if (digest_type < DIGEST_TYPE__LAST && hash_algo < HASH_ALGO__LAST) { in ima_eventdigest_init_common()
313 digest_type_name[digest_type], in ima_eventdigest_init_common()
428 u8 digest_type = DIGEST_TYPE_IMA; in ima_eventdigest_ngv2_init() local
438 digest_type = DIGEST_TYPE_VERITY; in ima_eventdigest_ngv2_init()
441 digest_type, hash_algo, in ima_eventdigest_ngv2_init()
289 ima_eventdigest_init_common(const u8 *digest, u32 digestsize, u8 digest_type, u8 hash_algo, struct ima_field_data *field_data) ima_eventdigest_init_common() argument

Completed in 2 milliseconds