Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm.h48 char digest[IMA_MAX_DIGEST_SIZE];
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template_lib.c237 u8 buffer[CRYPTO_MAX_ALG_NAME + 2 + IMA_MAX_DIGEST_SIZE] = { 0 }; in ima_eventdigest_init_common()
271 char digest[IMA_MAX_DIGEST_SIZE]; in ima_eventdigest_init()
H A Dima_api.c222 char digest[IMA_MAX_DIGEST_SIZE]; in ima_collect_measurement()
H A Dima_main.c808 char digest[IMA_MAX_DIGEST_SIZE]; in process_buffer_measurement()
/OK3568_Linux_fs/kernel/security/integrity/
H A Dintegrity.h94 #define IMA_MAX_DIGEST_SIZE 64 macro