Home
last modified time | relevance | path

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

/linux-6.12.1/include/keys/
Dtrusted_tpm.h58 pr_info("pcrinfo %d\n", o->pcrinfo_len); in dump_options()
60 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
Dtrusted-type.h42 uint32_t pcrinfo_len; member
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_tpm1.c687 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
775 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions()
776 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()
779 opt->pcrinfo_len); in getoptions()