Home
last modified time | relevance | path

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

/external/tpm2/
DCryptUtil_fp.h104 UINT16 *cipherOutSize, // OUT: size of cipher text in byte
DCryptUtil.c1062 UINT16 *cipherOutSize, // OUT: size of cipher text in byte in CryptEncryptRSA() argument
1084 && 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()
Dpart4.txt20602 796 UINT16 *cipherOutSize, // OUT: size of cipher text in byte
20627 821 && cipherOutSize != NULL
20628 822 && *cipherOutSize >= rsaKey->publicArea.unique.rsa.t.size);
20634 828 cOutSize = *cipherOutSize;
20658 847 *cipherOutSize = (UINT16)cOutSize;