Home
last modified time | relevance | path

Searched refs:cInSize (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DCpriRSA_fp.h16 UINT32 cInSize, // IN: the amount of data to decrypt
DCpriRSA.c1007 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()