Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/ima/
Dima_template.c57 #define MAX_TEMPLATE_NAME_LEN sizeof("d-ng|n-ng|sig|buf|d-modisg|modsig") macro
350 char template_name[MAX_TEMPLATE_NAME_LEN]; in ima_restore_measurement_list()
404 if (hdr[HDR_TEMPLATE_NAME].len >= MAX_TEMPLATE_NAME_LEN) { in ima_restore_measurement_list()