Home
last modified time | relevance | path

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

/linux-4.4.14/security/keys/
Dtrusted.h46 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options()
48 16, 1, o->pcrinfo, o->pcrinfo_len, 0); in dump_options()
Dtrusted.c676 o->blobauth, o->pcrinfo, o->pcrinfo_len); in key_seal()
747 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions()
748 if (opt->pcrinfo_len > MAX_PCRINFO_SIZE) in getoptions()
751 opt->pcrinfo_len); in getoptions()
/linux-4.4.14/include/keys/
Dtrusted-type.h36 uint32_t pcrinfo_len; member