Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPCR_SetAuthPolicy_fp.h51 } PCR_SetAuthPolicy_In; typedef
62 PCR_SetAuthPolicy_In *in
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_SetAuthPolicy.c50 PCR_SetAuthPolicy_In *in // IN: input parameter list in TPM2_PCR_SetAuthPolicy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatchData.h2553 PCR_SetAuthPolicy_In *in
2567 /* inSize */ (UINT16)(sizeof(PCR_SetAuthPolicy_In)),
2570 /* offsets */ {(UINT16)(offsetof(PCR_SetAuthPolicy_In, authPolicy)),
2571 (UINT16)(offsetof(PCR_SetAuthPolicy_In, hashAlg)),
2572 (UINT16)(offsetof(PCR_SetAuthPolicy_In, pcrNum))},
DCommandDispatcher.h1155 PCR_SetAuthPolicy_In *in = (PCR_SetAuthPolicy_In *)
1156 MemoryGetInBuffer(sizeof(PCR_SetAuthPolicy_In));