Lines Matching refs:keyhandle
465 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument
489 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal()
542 tpm_buf_append_u32(tb, keyhandle); in tpm_seal()
583 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument
633 tpm_buf_append_u32(tb, keyhandle); in tpm_unseal()
681 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal()
704 ret = tpm_unseal(&tb, o->keyhandle, o->keyauth, p->blob, p->blob_len, in key_unseal()
785 opt->keyhandle = handle; in getoptions()
956 options->keyhandle = SRKHANDLE; in trusted_options_alloc()
1026 if (!options->keyhandle) { in trusted_instantiate()
1130 if (!new_o->keyhandle) { in trusted_update()