Searched refs:cInSize (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | CpriRSA_fp.h | 16 UINT32 cInSize, // IN: the amount of data to decrypt
|
D | CpriRSA.c | 1007 UINT32 cInSize, // IN: the amount of data to decrypt in _cpri__DecryptRSA() argument 1017 if(cInSize != key->publicKey->size) in _cpri__DecryptRSA() 1021 if((retVal = RSADP(cInSize, cIn, key)) != CRYPT_SUCCESS) in _cpri__DecryptRSA() 1033 return RSAES_Decode(dOutSize, dOut, cInSize, cIn); in _cpri__DecryptRSA() 1036 return OaepDecode(dOutSize, dOut, hashAlg, label, cInSize, cIn); in _cpri__DecryptRSA()
|