Lines Matching refs:bIn
18117 84 TPM2B *bIn, // IN: second 2B
18123 90 bIn->buffer,
18124 91 bIn->size,
18126 93 aInOut->size = aInOut->size + bIn->size;
18144 99 const TPM2B *bIn // IN: compare value
18147 102 if(aIn->size != bIn->size)
18155 105 return MemoryEqual(aIn->buffer, bIn->buffer, aIn->size);
19704 226 TPM2B *bIn // IN: 2B containing the data
19709 231 // to the digest occurs. This function should not provide a buffer if bIn is
19711 233 if(bIn != NULL)
19712 234 CryptUpdateDigest(digestState, bIn->size, bIn->buffer);