Searched refs:pcrinfo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted-type.h | 36 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; member
|
H A D | trusted_tpm.h | 58 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options() 59 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, in dump_options() 60 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted-type.h | 43 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; member
|
H A D | trusted_tpm.h | 60 pr_info("pcrinfo %d\n", o->pcrinfo_len); in dump_options() 61 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, in dump_options() 62 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 462 const unsigned char *pcrinfo, uint32_t pcrinfosize) in tpm_seal() 527 pcrinfosize, pcrinfo, sizeof(uint32_t), in tpm_seal() 538 tpm_buf_append(tb, pcrinfo, pcrinfosize); in tpm_seal() 676 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 722 {Opt_pcrinfo, "pcrinfo=%s"}, 767 res = hex2bin(opt->pcrinfo, args[0].from, in getoptions() 457 tpm_seal(struct tpm_buf *tb, uint16_t keytype, uint32_t keyhandle, const unsigned char *keyauth, const unsigned char *data, uint32_t datalen, unsigned char *blob, uint32_t *bloblen, const unsigned char *blobauth, const unsigned char *pcrinfo, uint32_t pcrinfosize) tpm_seal() argument
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 469 const unsigned char *pcrinfo, uint32_t pcrinfosize) in tpm_seal() 534 pcrinfosize, pcrinfo, sizeof(uint32_t), in tpm_seal() 545 tpm_buf_append(tb, pcrinfo, pcrinfosize); in tpm_seal() 683 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal() 733 {Opt_pcrinfo, "pcrinfo=%s"}, 775 res = hex2bin(opt->pcrinfo, args[0].from, in getoptions() 464 tpm_seal(struct tpm_buf *tb, uint16_t keytype, uint32_t keyhandle, const unsigned char *keyauth, const unsigned char *data, uint32_t datalen, unsigned char *blob, uint32_t *bloblen, const unsigned char *blobauth, const unsigned char *pcrinfo, uint32_t pcrinfosize) tpm_seal() argument
|
Completed in 4 milliseconds