Home
last modified time | relevance | path

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

/Linux-v5.10/include/keys/
Dtrusted-type.h17 #define MAX_PCRINFO_SIZE 64 macro
35 unsigned char pcrinfo[MAX_PCRINFO_SIZE];
/Linux-v5.10/security/keys/trusted-keys/
Dtrusted_tpm1.c761 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()