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

/linux-4.4.14/include/keys/
H A Dtrusted-type.h38 int pcrlock; member in struct:trusted_key_options
/linux-4.4.14/security/keys/
H A Dtrusted.h45 pr_info("trusted_key: pcrlock %d\n", o->pcrlock); dump_options()
H A Dtrusted.c377 static int pcrlock(const int pcrnum) pcrlock() function
724 {Opt_pcrlock, "pcrlock=%s"},
788 opt->pcrlock = lock; getoptions()
984 if (!ret && options->pcrlock) trusted_instantiate()
985 ret = pcrlock(options->pcrlock); trusted_instantiate()
1067 if (new_o->pcrlock) { trusted_update()
1068 ret = pcrlock(new_o->pcrlock); trusted_update()
1070 pr_info("trusted_key: pcrlock failed (%d)\n", ret); trusted_update()

Completed in 60 milliseconds