Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA_fp.h16 UINT32 cInSize, // IN: the amount of data to decrypt
DCpriRSA.c994 UINT32 cInSize, // IN: the amount of data to decrypt in _cpri__DecryptRSA() argument
1004 if(cInSize != key->publicKey->size) in _cpri__DecryptRSA()
1008 if((retVal = RSADP(cInSize, cIn, key)) != CRYPT_SUCCESS) in _cpri__DecryptRSA()
1020 return RSAES_Decode(dOutSize, dOut, cInSize, cIn); in _cpri__DecryptRSA()
1023 return OaepDecode(dOutSize, dOut, hashAlg, label, cInSize, cIn); in _cpri__DecryptRSA()
Dpart4.txt30001 …CRYPT_PARAMETER cInSize is not the same as the size of the public modulus of key; …
30012 876 UINT32 cInSize, // IN: the amount of data to decrypt
30024 888 if(cInSize != key->publicKey->size)
30029 893 if((retVal = RSADP(cInSize, cIn, key)) != CRYPT_SUCCESS)
30042 906 return RSAES_Decode(dOutSize, dOut, cInSize, cIn);
30050 909 return OaepDecode(dOutSize, dOut, hashAlg, label, cInSize, cIn);