Lines Matching refs:TPM2B
249 TPM2B *dInOut, // IN: size of the encrypted block and the size of in RSAEP()
284 TPM2B *inOut, // IN/OUT: the value to encrypt in RSADP()
321 TPM2B *padded, // OUT: the pad data in OaepEncode()
323 const TPM2B *label, // IN: null-terminated string (may be NULL) in OaepEncode()
324 TPM2B *message, // IN: the message being padded in OaepEncode()
420 TPM2B *dataOut, // OUT: the recovered data in OaepDecode()
422 const TPM2B *label, // IN: null-terminated string (may be NULL) in OaepDecode()
423 TPM2B *padded // IN: the padded data in OaepDecode()
501 TPM2B *padded, // OUT: the pad data in RSAES_PKCS1v1_5Encode()
502 TPM2B *message, // IN: the message being padded in RSAES_PKCS1v1_5Encode()
546 TPM2B *message, // OUT: the recovered message in RSAES_Decode()
547 TPM2B *coded // IN: the encoded message in RSAES_Decode()
604 TPM2B *out, // OUT: the encoded buffer in PssEncode()
606 TPM2B *digest, // IN: the digest in PssEncode()
686 TPM2B *dIn, // In: the digest to compare in PssDecode()
687 TPM2B *eIn // IN: the encoded data in PssDecode()
837 TPM2B *pOut, // IN:OUT on in, the size of the public key in RSASSA_Encode()
840 TPM2B *hIn // IN: digest value to encode in RSASSA_Encode()
890 TPM2B *hIn, // In: the digest to compare in RSASSA_Decode()
891 TPM2B *eIn // IN: the encoded data in RSASSA_Decode()
1065 TPM2B *dIn, // IN: the data to encrypt in CryptRsaEncrypt()
1069 const TPM2B *label, // IN: in case it is needed in CryptRsaEncrypt()
1144 TPM2B *dOut, // OUT: the decrypted data in CryptRsaDecrypt()
1145 TPM2B *cIn, // IN: the data to decrypt in CryptRsaDecrypt()
1148 const TPM2B *label // IN: in case it is needed for the scheme in CryptRsaDecrypt()