Searched refs:dOutSize (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | CpriHash_fp.h | 12 UINT32 dOutSize, // IN: size of digest buffer 86 UINT32 dOutSize, // IN: size of digest buffer
|
D | CpriHash.c | 407 UINT32 dOutSize, // IN: size of digest buffer in _cpri__CompleteHash() argument 430 if((unsigned)hLen > dOutSize) in _cpri__CompleteHash() 438 memcpy(dOut, temp, dOutSize); in _cpri__CompleteHash() 440 retVal = (UINT16)dOutSize; in _cpri__CompleteHash() 632 UINT32 dOutSize, // IN: size of digest buffer in _cpri__CompleteHMAC() argument 646 return _cpri__CompleteHash(&localState, dOutSize, dOut); in _cpri__CompleteHMAC()
|
D | CpriRSA.c | 1003 UINT32 *dOutSize, // OUT: the size of the decrypted data in _cpri__DecryptRSA() argument 1015 pAssert(cIn != NULL && dOut != NULL && dOutSize != NULL && key != NULL); in _cpri__DecryptRSA() 1027 if(*dOutSize < key->publicKey->size) in _cpri__DecryptRSA() 1029 *dOutSize = key->publicKey->size; in _cpri__DecryptRSA() 1030 memcpy(dOut, cIn, *dOutSize); 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()
|
D | stubs_hash.c | 64 UINT32 dOutSize, // IN: size of digest buffer in _cpri__CompleteHMAC() argument 78 return _cpri__CompleteHash(&localState, dOutSize, dOut); in _cpri__CompleteHMAC()
|
D | CpriRSA_fp.h | 12 UINT32 *dOutSize, // OUT: the size of the decrypted data
|