Searched defs:cipherOutSize (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DCryptUtil.c1069 UINT16 *cipherOutSize, // OUT: size of cipher text in byte
1091 && cipherOutSize != NULL
1092 && *cipherOutSize >= rsaKey->publicArea.unique.rsa.t.size);
1096 cOutSize = *cipherOutSize;
1111 *cipherOutSize = (UINT16)cOutSize;
1067 CryptEncryptRSA( UINT16 *cipherOutSize, BYTE *cipherOut, OBJECT *rsaKey, TPMT_RSA_DECRYPT *scheme, UINT16 dataInSize, BYTE *dataIn, const char *label ) argument

Completed in 107 milliseconds