Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt25 keyctl add trusted name "load hex_blob [pcrlock=pcrnum]" ring
/linux-4.4.14/security/keys/
Dtrusted.c377 static int pcrlock(const int pcrnum) in pcrlock() argument
387 return tpm_pcr_extend(TPM_ANY_NUM, pcrnum, hash) ? -EINVAL : 0; in pcrlock()