Lines Matching refs:keyhandle
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()
877 options->keyhandle = SRKHANDLE; in trusted_options_alloc()
947 if (!options->keyhandle) { in trusted_instantiate()
1048 if (!new_o->keyhandle) { in trusted_update()