Searched refs:cipherOutSize (Results 1 – 3 of 3) sorted by relevance
104 UINT16 *cipherOutSize, // OUT: size of cipher text in byte
1062 UINT16 *cipherOutSize, // OUT: size of cipher text in byte in CryptEncryptRSA() argument1084 && cipherOutSize != NULL in CryptEncryptRSA()1085 && *cipherOutSize >= rsaKey->publicArea.unique.rsa.t.size); in CryptEncryptRSA()1089 cOutSize = *cipherOutSize; in CryptEncryptRSA()1104 *cipherOutSize = (UINT16)cOutSize; in CryptEncryptRSA()
20602 796 UINT16 *cipherOutSize, // OUT: size of cipher text in byte20627 821 && cipherOutSize != NULL20628 822 && *cipherOutSize >= rsaKey->publicArea.unique.rsa.t.size);20634 828 cOutSize = *cipherOutSize;20658 847 *cipherOutSize = (UINT16)cOutSize;