Home
last modified time | relevance | path

Searched refs:HASH_ALGO__LAST (Results 1 – 15 of 15) sorted by relevance

/linux/include/crypto/
H A Dhash_info.h38 extern const char *const hash_algo_name[HASH_ALGO__LAST];
39 extern const int hash_digest_size[HASH_ALGO__LAST];
/linux/lib/crypto/
H A Dhash_info.c11 const char *const hash_algo_name[HASH_ALGO__LAST] = {
38 const int hash_digest_size[HASH_ALGO__LAST] = {
/linux/security/integrity/ima/
H A Dima_template_lib.c310 if (digest_type < DIGEST_TYPE__LAST && hash_algo < HASH_ALGO__LAST) { in ima_eventdigest_init_common()
315 } else if (hash_algo < HASH_ALGO__LAST) { in ima_eventdigest_init_common()
331 if (hash_algo < HASH_ALGO__LAST) in ima_eventdigest_init_common()
401 DIGEST_TYPE__LAST, HASH_ALGO__LAST, in ima_eventdigest_init()
479 else if (hash_algo == HASH_ALGO__LAST || cur_digestsize == 0) in ima_eventdigest_modsig_init()
H A Dima_modsig.c83 hdr->hash_algo = HASH_ALGO__LAST; in ima_read_modsig()
H A Dima_appraise.c193 sig->hash_algo >= HASH_ALGO__LAST) in ima_get_hash_algo()
199 || sig->hash_algo >= HASH_ALGO__LAST) in ima_get_hash_algo()
205 if (ret < HASH_ALGO__LAST) in ima_get_hash_algo()
H A Dima_crypto.c91 if (algo < 0 || algo >= HASH_ALGO__LAST) in ima_alloc_tfm()
153 if (algo == HASH_ALGO__LAST) in ima_init_crypto()
290 if (algo < 0 || algo >= HASH_ALGO__LAST) in ima_alloc_atfm()
H A Dima_policy.c135 8 * sizeof(unsigned int) >= HASH_ALGO__LAST,
1404 idx = match_string(hash_algo_name, HASH_ALGO__LAST, token); in ima_parse_appraise_algos()
2101 for (idx = 0; idx < HASH_ALGO__LAST; idx++) { in ima_policy_show_appraise_algos()
H A Dima_main.c87 i = match_string(hash_algo_name, HASH_ALGO__LAST, str); in hash_setup()
/linux/include/uapi/linux/
H A Dhash_info.h41 HASH_ALGO__LAST enumerator
/linux/security/integrity/
H A Ddigsig_asymmetric.c99 if (hdr->hash_algo >= HASH_ALGO__LAST) in asymmetric_verify()
/linux/security/integrity/evm/
H A Devm_crypto.c30 static struct crypto_shash *evm_tfm[HASH_ALGO__LAST];
89 if (hash_algo >= HASH_ALGO__LAST) in init_desc()
/linux/drivers/virt/coco/guest/
H A Dtsm-mr.c163 if (tm->mrs[i].mr_hash >= HASH_ALGO__LAST) in tsm_mr_create_attribute_group()
/linux/fs/ubifs/
H A Dauth.c267 c->auth_hash_algo = match_string(hash_algo_name, HASH_ALGO__LAST, in ubifs_init_authentication()
H A Dsb.c569 if (hash_algo >= HASH_ALGO__LAST) { in authenticate_sb_node()
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c539 bank->crypto_id = HASH_ALGO__LAST; in tpm2_init_bank_info()