Searched refs:pcrinfo_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted_tpm.h | 60 pr_info("pcrinfo %d\n", o->pcrinfo_len); in dump_options() 62 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
|
H A D | trusted-type.h | 42 uint32_t pcrinfo_len; member
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted_tpm.h | 58 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options() 60 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
|
H A D | trusted-type.h | 35 uint32_t pcrinfo_len; member
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 676 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()
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 683 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 772 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions() 773 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions() 776 opt->pcrinfo_len); in getoptions()
|
Completed in 4 milliseconds