Home
last modified time | relevance | path

Searched refs:EncryptDecrypt2_In (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DEncryptDecrypt2_fp.h52 } EncryptDecrypt2_In; typedef
70 EncryptDecrypt2_In *in,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Symmetric/
DEncryptDecrypt2.c55 EncryptDecrypt2_In *in, // IN: input parameter list in TPM2_EncryptDecrypt2()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatchData.h1451 EncryptDecrypt2_In *in,
1466 /* inSize */ (UINT16)(sizeof(EncryptDecrypt2_In)),
1469 /* offsets */ {(UINT16)(offsetof(EncryptDecrypt2_In, inData)),
1470 (UINT16)(offsetof(EncryptDecrypt2_In, decrypt)),
1471 (UINT16)(offsetof(EncryptDecrypt2_In, mode)),
1472 (UINT16)(offsetof(EncryptDecrypt2_In, ivIn)),
DCommandDispatcher.h599 EncryptDecrypt2_In *in = (EncryptDecrypt2_In *)
600 MemoryGetInBuffer(sizeof(EncryptDecrypt2_In));