Lines Matching refs:TPM2B
285 TPM2B *key, // IN: HMAC key in CryptStartHMAC2B()
309 TPM2B *key, // IN: HMAC key in CryptStartHMACSequence2B()
351 TPM2B *bIn // IN: 2B containing the data in CryptUpdateDigest2B()
461 TPM2B *digest // IN: the size of the buffer Out: requested in CryptCompleteHash2B()
533 TPM2B *digest // OUT: HMAC in CryptCompleteHMAC2B()
757 TPM2B *key, // IN: HMAC key in KDFa()
759 TPM2B *contextU, // IN: context U in KDFa()
760 TPM2B *contextV, // IN: context V in KDFa()
817 TPM2B *d, // OUT: receives the private exponent in CryptTestKeyRSA()
819 TPM2B *n, // IN/OUT: public modulu in CryptTestKeyRSA()
820 TPM2B *p, // IN: a first prime in CryptTestKeyRSA()
821 TPM2B *q // IN: an optional second prime in CryptTestKeyRSA()
1258 LIB_EXPORT const TPM2B *
1265 const TPM2B *parameter = NULL; in CryptEccGetParameter()
1559 const TPM2B *n; in CryptGenerateR()
1790 TPM2B *key, // IN: KDF HMAC key in ParmDecryptSym()
1791 TPM2B *nonceCaller, // IN: nonce caller in ParmDecryptSym()
1792 TPM2B *nonceTpm, // IN: nonce TPM in ParmDecryptSym()
1829 TPM2B *key, // IN: KDF HMAC key in ParmEncryptSym()
1830 TPM2B *nonceCaller, // IN: nonce caller in ParmEncryptSym()
1831 TPM2B *nonceTpm, // IN: nonce TPM in ParmEncryptSym()
1993 TPM2B *key, // IN: KDF key in CryptXORObfuscation()
1994 TPM2B *contextU, // IN: contextU in CryptXORObfuscation()
1995 TPM2B *contextV, // IN: contextV in CryptXORObfuscation()
2664 TPM2B *nonceCaller, // IN: nonce caller in CryptParameterEncryption()
2731 TPM2B *nonceCaller, // IN: nonce caller in CryptParameterDecryption()
2860 (TPM2B *)proof);
2980 (TPM2B *)proof); in CryptCreateObject()
3504 TPM2B *numerator, // IN: numerator in CryptDivide()
3505 TPM2B *denominator, // IN: denominator in CryptDivide()
3506 TPM2B *quotient, // OUT: quotient = numerator / denominator. in CryptDivide()
3507 TPM2B *remainder // OUT: numerator mod denominator. in CryptDivide()