Searched refs:dataOutSize (Results 1 – 3 of 3) sorted by relevance
432 UINT32 *dataOutSize, // IN/OUT: the recovered data size in OaepDecode() argument450 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()
67 UINT16 *dataOutSize, // OUT: size of plain text in byte
990 UINT16 *dataOutSize, // OUT: size of plain text in byte in CryptDecryptRSA() argument1007 pAssert( (dataOutSize != NULL) && (dataOut != NULL) in CryptDecryptRSA()1031 dSize = *dataOutSize; in CryptDecryptRSA()1047 *dataOutSize = (UINT16)dSize; in CryptDecryptRSA()