Searched refs:retSize (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | CryptUtil_fp.h | 171 UINT16 retSize, // IN: size of the return buffer
|
D | CryptUtil.c | 486 UINT16 retSize, // IN: size of the return buffer in CryptHashBlock() argument 491 return _cpri__HashBlock(algId, blockSize, block, retSize, ret); in CryptHashBlock()
|
D | part4.txt | 19846 …Hash a block of data and return the results. If the digest is larger than retSize, it is truncated… 19858 323 UINT16 retSize, // IN: size of the return buffer 19864 329 return _cpri__HashBlock(algId, blockSize, block, retSize, ret);
|