Searched refs:IMA_MAX_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
170 u8 buffer[CRYPTO_MAX_ALG_NAME + 2 + IMA_MAX_DIGEST_SIZE] = { 0 }; in ima_eventdigest_init_common()206 char digest[IMA_MAX_DIGEST_SIZE]; in ima_eventdigest_init()
202 char digest[IMA_MAX_DIGEST_SIZE]; in ima_collect_measurement()
72 #define IMA_MAX_DIGEST_SIZE 64 macro