Home
last modified time | relevance | path

Searched refs:dOutSize (Results 1 – 6 of 6) 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.c990 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()
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
Dpart4.txt20554 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 …]