Home
last modified time | relevance | path

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

/Linux-v4.19/include/keys/
Dtrusted-type.h20 #define MAX_PCRINFO_SIZE 64 macro
38 unsigned char pcrinfo[MAX_PCRINFO_SIZE];
/Linux-v4.19/security/keys/
Dtrusted.c766 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()