Home
last modified time | relevance | path

Searched refs:aInOut (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DMemoryLib.c125 TPM2B *aInOut, // IN/OUT: destination 2B in MemoryConcat2B() argument
131 MemoryMove(&aInOut->buffer[aInOut->size], in MemoryConcat2B()
134 aSize - aInOut->size); in MemoryConcat2B()
135 aInOut->size = aInOut->size + bIn->size; in MemoryConcat2B()
DMemoryLib_fp.h36 TPM2B *aInOut, // IN/OUT: destination 2B
Dpart4.txt18116 83 TPM2B *aInOut, // IN/OUT: destination 2B
18118 85 UINT16 aSize // IN: The size of aInOut.buffer (max values for
18119 86 // aInOut.size)
18122 89 MemoryMove(&aInOut->buffer[aInOut->size],
18125 92 aSize - aInOut->size);
18126 93 aInOut->size = aInOut->size + bIn->size;