Home
last modified time | relevance | path

Searched refs:digest_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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 …]
/openbmc/linux/Documentation/ABI/testing/
H A Dima_policy30 option: [digest_type=] [template=] [permit_directio]
58 specifying "digest_type=verity" first.)
63 digest_type:= verity
168 measure func=FILE_CHECK digest_type=verity \
178 measure func=BPRM_CHECK digest_type=verity \
185 appraise func=BPRM_CHECK digest_type=verity \
/openbmc/linux/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() argument
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()
/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.h250 AvbDigestType digest_type,
H A Davb_slot_verify.c1330 AvbDigestType digest_type, in avb_slot_verify_data_calculate_vbmeta_digest() argument
1335 switch (digest_type) { in avb_slot_verify_data_calculate_vbmeta_digest()