Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c432 UINT32 *dataOutSize, // IN/OUT: the recovered data size in OaepDecode() argument
450 pAssert(hLen > 0 && dataOutSize != NULL && dataOut != NULL && padded != NULL); in OaepDecode()
456 dSizeSave = *dataOutSize; in OaepDecode()
457 *dataOutSize = 0; in OaepDecode()
508 *dataOutSize = dSizeSave; in OaepDecode()
512 *dataOutSize = i; in OaepDecode()
DCryptUtil_fp.h67 UINT16 *dataOutSize, // OUT: size of plain text in byte
DCryptUtil.c990 UINT16 *dataOutSize, // OUT: size of plain text in byte in CryptDecryptRSA() argument
1007 pAssert( (dataOutSize != NULL) && (dataOut != NULL) in CryptDecryptRSA()
1031 dSize = *dataOutSize; in CryptDecryptRSA()
1047 *dataOutSize = (UINT16)dSize; in CryptDecryptRSA()