Home | History | Annotate | Download | only in tpm2

Lines Matching refs:in

24    NV_Read_In        *in,                 // IN: input parameter list
34 NvGetIndexInfo(in->nvIndex, &nvIndex);
39 result = NvReadAccessChecks(in->authHandle, in->nvIndex);
44 if((in->size + in->offset) > nvIndex.publicArea.dataSize)
50 out->data.t.size = in->size;
52 NvGetIndexData(in->nvIndex, &nvIndex, in->offset, in->size, out->data.t.buffer);