Lines Matching refs:keyhandle
458 uint32_t keyhandle, const unsigned char *keyauth, in tpm_seal() argument
482 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal()
535 tpm_buf_append_u32(tb, keyhandle); in tpm_seal()
576 uint32_t keyhandle, const unsigned char *keyauth, in tpm_unseal() argument
626 tpm_buf_append_u32(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()
777 opt->keyhandle = handle; in getoptions()
883 options->keyhandle = SRKHANDLE; in trusted_options_alloc()
907 if (!options->keyhandle && !tpm2) { in trusted_tpm_seal()
952 if (!options->keyhandle && !tpm2) { in trusted_tpm_unseal()