Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dtrusted.h5 #define MAX_PCRINFO_SIZE 64 macro
45 unsigned char pcrinfo[MAX_PCRINFO_SIZE];
Dtrusted.c748 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()