Lines Matching refs:TPM2B
15 TPM2B * oPadKey // OUT: the key prepared for the oPad round in _cpri__StartHMAC()
63 TPM2B * oPadKey, // IN: the HMAC key in oPad format in _cpri__CompleteHMAC()
83 TPM2B * key, // IN: HMAC key in _cpri__KDFa()
85 TPM2B * contextU, // IN: context U in _cpri__KDFa()
86 TPM2B * contextV, // IN: context V in _cpri__KDFa()
168 TPM2B * Z, // IN: Z in _cpri__KDFe()
170 TPM2B * partyUInfo, // IN: PartyUInfo in _cpri__KDFe()
171 TPM2B * partyVInfo, // IN: PartyVInfo in _cpri__KDFe()
247 TPM2B * seed, // IN: the seed value in _cpri__GenerateSeededRandom()
249 TPM2B * partyU, // IN: other data (oprtional) in _cpri__GenerateSeededRandom()
250 TPM2B * partyV // IN: still more (optional) in _cpri__GenerateSeededRandom()