Home
last modified time | relevance | path

Searched refs:pcrinfo_len (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/keys/
Dtrusted_tpm.h60 pr_info("pcrinfo %d\n", o->pcrinfo_len); in dump_options()
62 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
Dtrusted-type.h42 uint32_t pcrinfo_len; member
/linux-5.19.10/security/keys/trusted-keys/
Dtrusted_tpm1.c676 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
764 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions()
765 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()
768 opt->pcrinfo_len); in getoptions()