Home
last modified time | relevance | path

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

/openbmc/linux/include/keys/
H A Dtrusted-type.h23 #define MAX_PCRINFO_SIZE 64 macro
43 unsigned char pcrinfo[MAX_PCRINFO_SIZE];
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c765 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()