Home
last modified time | relevance | path

Searched refs:counterInOut (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
Dstubs_hash.c89 UINT32 * counterInOut, // IN/OUT: caller may provide the iteration in _cpri__KDFa() argument
106 if(counterInOut != NULL) in _cpri__KDFa()
107 counter = *counterInOut; in _cpri__KDFa()
161 if(counterInOut != NULL) in _cpri__KDFa()
162 *counterInOut = counter; in _cpri__KDFa()
DCryptUtil_fp.h186 keyStream, counterInOut) \ argument
190 ((BYTE *)keyStream), ((UINT32 *)counterInOut), ((BOOL)FALSE))
203 keyStream, counterInOut) \ argument
207 ((BYTE *)keyStream), ((UINT32 *)counterInOut), ((BOOL)TRUE))
365 UINT32 *counterInOut // IN/OUT: caller may provide the iteration
DCpriHash.c755 UINT32 *counterInOut, // IN/OUT: caller may provide the iteration in _cpri__KDFa() argument
773 if(counterInOut != NULL) in _cpri__KDFa()
774 counter = *counterInOut; in _cpri__KDFa()
828 if(counterInOut != NULL) in _cpri__KDFa()
829 *counterInOut = counter; in _cpri__KDFa()
DCpriHash_fp.h41 UINT32 *counterInOut, // IN/OUT: caller may provide the iteration
DCryptUtil.c757 UINT32 *counterInOut // IN/OUT: caller may provide the iteration in KDFa() argument
763 keyStream, counterInOut); in KDFa()
Dpart4.txt20176 509 //% sizeInBits, keyStream, counterInOut) \
20186 519 //% ((UINT32 *)counterInOut), \
20200 524 //% sizeInBits, keyStream, counterInOut) \
20210 534 //% ((UINT32 *)counterInOut), \
20229 547 UINT32 *counterInOut // IN/OUT: caller may provide the iteration
20240 553 keyStream, counterInOut);
27306 569 UINT32 *counterInOut, // IN/OUT: caller may provide the iteration
27326 589 if(counterInOut != NULL)
27327 590 counter = *counterInOut;
27399 656 if(counterInOut != NULL)
[all …]