Searched refs:keyhandle (Results 1 – 1 of 1) sorted by relevance
/security/keys/ |
D | trusted.c | 468 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument 492 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 542 store32(tb, keyhandle); in tpm_seal() 583 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument 635 store32(tb, keyhandle); in tpm_unseal() 683 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 706 ret = tpm_unseal(tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal() 787 opt->keyhandle = handle; in getoptions() 938 options->keyhandle = SRKHANDLE; in trusted_options_alloc() 1008 if (!options->keyhandle) { in trusted_instantiate() [all …]
|