Home
last modified time | relevance | path

Searched refs:pcrinfo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/keys/
H A Dtrusted-type.h36 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; member
H A Dtrusted_tpm.h58 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 Dtrusted-type.h43 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; member
H A Dtrusted_tpm.h60 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 Dtrusted_tpm1.c462 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 Dtrusted_tpm1.c469 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