Home
last modified time | relevance | path

Searched refs:dOutSize (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DCpriHash_fp.h12 UINT32 dOutSize, // IN: size of digest buffer
86 UINT32 dOutSize, // IN: size of digest buffer
DCpriHash.c407 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()
DCpriRSA.c1003 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()
Dstubs_hash.c64 UINT32 dOutSize, // IN: size of digest buffer in _cpri__CompleteHMAC() argument
78 return _cpri__CompleteHash(&localState, dOutSize, dOut); in _cpri__CompleteHMAC()
DCpriRSA_fp.h12 UINT32 *dOutSize, // OUT: the size of the decrypted data