Home
last modified time | relevance | path

Searched refs:encryptionKeyIn (Results 1 – 12 of 12) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Duplication/
DDuplicate.c110 if(in->encryptionKeyIn.t.size != 0) in TPM2_Duplicate()
119 if(in->encryptionKeyIn.t.size != 0 in TPM2_Duplicate()
120 && in->encryptionKeyIn.t.size != (innerKeySize + 7) / 8) in TPM2_Duplicate()
152 &in->symmetricAlg, &in->encryptionKeyIn, in TPM2_Duplicate()
155 out->encryptionKeyOut = in->encryptionKeyIn; in TPM2_Duplicate()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_Duplicate.c19 const TPM2B_DATA *encryptionKeyIn, in Tss2_Sys_Duplicate_Prepare() argument
44 if (!encryptionKeyIn) { in Tss2_Sys_Duplicate_Prepare()
52 rval = Tss2_MU_TPM2B_DATA_Marshal(encryptionKeyIn, ctx->cmdBuffer, in Tss2_Sys_Duplicate_Prepare()
115 const TPM2B_DATA *encryptionKeyIn, in Tss2_Sys_Duplicate() argument
129 newParentHandle, encryptionKeyIn, in Tss2_Sys_Duplicate()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_Duplicate.c81 const TPM2B_DATA *encryptionKeyIn, in Esys_Duplicate() argument
90 shandle1, shandle2, shandle3, encryptionKeyIn, in Esys_Duplicate()
162 const TPM2B_DATA *encryptionKeyIn, in Esys_Duplicate_Async() argument
168 esysContext, objectHandle, newParentHandle, encryptionKeyIn, symmetricAlg); in Esys_Duplicate_Async()
199 encryptionKeyIn, symmetricAlg); in Esys_Duplicate_Async()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DDuplicate_fp.h49 TPM2B_DATA encryptionKeyIn; member
/external/tpm2-tss/include/tss2/
Dtss2_sys.h397 const TPM2B_DATA *encryptionKeyIn,
411 const TPM2B_DATA *encryptionKeyIn,
Dtss2_esys.h624 const TPM2B_DATA *encryptionKeyIn,
638 const TPM2B_DATA *encryptionKeyIn,
/external/tpm2-tss/test/unit/
Desys-tcti-rcs.c665 TPM2B_DATA encryptionKeyIn = DUMMY_2B_DATA(.buffer); in test_Duplicate() local
676 &encryptionKeyIn, in test_Duplicate()
Desys-tpm-rcs.c645 TPM2B_DATA encryptionKeyIn = DUMMY_2B_DATA(.buffer); in test_Duplicate() local
656 &encryptionKeyIn, in test_Duplicate()
Desys-resubmissions.c696 TPM2B_DATA encryptionKeyIn = DUMMY_2B_DATA(.buffer); in test_Duplicate() local
707 &encryptionKeyIn, in test_Duplicate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h344 result = TPM2B_DATA_Unmarshal(&in->encryptionKeyIn, paramBuffer, paramBufferSize);
DCommandDispatchData.h980 (UINT16)(offsetof(Duplicate_In, encryptionKeyIn)),
/external/tpm2-tss/doc/
Ddoxygen.dox249 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_DATA *encryptionKeyIn, const TPMT_S…
250 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_DATA *encryptionKeyIn, const TPMT_S…