HomeSort by relevance Sort by last modified time
    Searched refs:marshaledUint32 (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
stubs_hash.c 101 BYTE marshaledUint32[4];
139 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
140 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32);
151 UINT32_TO_BYTE_ARRAY(sizeInBits, marshaledUint32);
152 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32);
182 BYTE marshaledUint32[4];
215 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
216 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32);
CpriHash.c 768 BYTE marshaledUint32[4];
806 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
807 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32);
818 UINT32_TO_BYTE_ARRAY(sizeInBits, marshaledUint32);
819 _cpri__UpdateHash(&hashState, sizeof(UINT32), marshaledUint32);
865 BYTE marshaledUint32[4];
    [all...]

Completed in 99 milliseconds