Searched refs:keyhandle (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/keys/ |
D | trusted.h | 41 uint32_t keyhandle; member 55 pr_info("trusted_key: sealing key handle %0X\n", o->keyhandle); in dump_options()
|
D | trusted.c | 459 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument 483 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 533 store32(tb, keyhandle); in tpm_seal() 574 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument 626 store32(tb, keyhandle); in tpm_unseal() 674 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 697 ret = tpm_unseal(tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 760 opt->keyhandle = handle; in getoptions() 870 options->keyhandle = SRKHANDLE; in trusted_options_alloc()
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 30 keyhandle= ascii hex value of sealing key default 0x40000000 (SRK)
|