Searched refs:dOutSize (Results 1 – 6 of 6) 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 | 990 UINT32 *dOutSize, // OUT: the size of the decrypted data in _cpri__DecryptRSA() argument 1002 pAssert(cIn != NULL && dOut != NULL && dOutSize != NULL && key != NULL); in _cpri__DecryptRSA() 1014 if(*dOutSize < key->publicKey->size) in _cpri__DecryptRSA() 1016 *dOutSize = key->publicKey->size; in _cpri__DecryptRSA() 1017 memcpy(dOut, cIn, *dOutSize); 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()
|
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
|
D | part4.txt | 20554 765 // Initialize the dOutSize parameter 26904 279 UINT32 dOutSize, // IN: size of digest buffer 26934 304 if((unsigned)hLen > dOutSize) 26942 312 memcpy(dOut, temp, dOutSize); 26944 314 retVal = (UINT16)dOutSize; 27153 dOutSize bytes. 27163 471 UINT32 dOutSize, // IN: size of digest buffer 27180 488 return _cpri__CompleteHash(&localState, dOutSize, dOut); 30003 CRYPT_FAIL dOutSize is not large enough for the result 30008 872 UINT32 *dOutSize, // OUT: the size of the decrypted data [all …]
|