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

/linux-4.4.14/security/keys/
H A Dtrusted.h46 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); dump_options()
47 print_hex_dump(KERN_INFO, "pcrinfo ", DUMP_PREFIX_NONE, dump_options()
48 16, 1, o->pcrinfo, o->pcrinfo_len, 0); dump_options()
H A Dtrusted.c463 const unsigned char *pcrinfo, uint32_t pcrinfosize) tpm_seal()
522 pcrinfosize, pcrinfo, sizeof(uint32_t), tpm_seal()
536 storebytes(tb, pcrinfo, pcrinfosize); tpm_seal()
676 o->blobauth, o->pcrinfo, o->pcrinfo_len); key_seal()
723 {Opt_pcrinfo, "pcrinfo=%s"},
750 res = hex2bin(opt->pcrinfo, args[0].from, getoptions()
458 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
/linux-4.4.14/include/keys/
H A Dtrusted-type.h37 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; member in struct:trusted_key_options

Completed in 49 milliseconds