Home
last modified time | relevance | path

Searched refs:idKeyParams (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_identity.c35 TPM_KEY *idKeyParams, in TPM_MakeIdentity() argument
103 if (idKeyParams->keyUsage != TPM_KEY_IDENTITY) in TPM_MakeIdentity()
132 if (idKeyParams->tag == TPM_TAG_KEY12) { in TPM_MakeIdentity()
139 idKey->keyFlags = idKeyParams->keyFlags; in TPM_MakeIdentity()
163 idKeyParams->PCRInfo.localityAtRelease; in TPM_MakeIdentity()
169 idKeyParams->PCRInfo.digestAtCreation; in TPM_MakeIdentity()
171 idKeyParams->PCRInfo.digestAtRelease; in TPM_MakeIdentity()
172 } else if (idKeyParams->tag == 0x0101) { in TPM_MakeIdentity()
180 idKey->keyFlags = idKeyParams->keyFlags; in TPM_MakeIdentity()
204 idKeyParams->PCRInfo.digestAtRelease; in TPM_MakeIdentity()
[all …]
H A Dtpm_commands.h1689 TPM_KEY *idKeyParams,
H A Dtpm_cmd_handler.c1761 TPM_KEY idKeyParams; in execute_TPM_MakeIdentity() local
1773 || tpm_unmarshal_TPM_KEY(&ptr, &len, &idKeyParams) in execute_TPM_MakeIdentity()
1776 res = TPM_MakeIdentity(&identityAuth, &labelPrivCADigest, &idKeyParams, in execute_TPM_MakeIdentity()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DMakeIdentity_fp.h51 TPM_KEY12 idKeyParams; member
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A DCommands12.c231 rc = TSS_TPM_KEY12_Unmarshalu(&target->idKeyParams, buffer, size); in MakeIdentity_In_Unmarshal()
H A Dtssmarshal12.c193 rc = TSS_TPM_KEY12_Marshalu(&source->idKeyParams, written, buffer, size); in TSS_MakeIdentity_In_Marshalu()