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

  /external/tpm2/
swap.h 37 #define UINT32_TO_BYTE_ARRAY(i, b) {(b)[0] = (BYTE)((i) >> 24); \
62 #define UINT32_TO_BYTE_ARRAY(i, b) (*((UINT32 *)(b)) = (i))
stubs_hash.c 139 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
151 UINT32_TO_BYTE_ARRAY(sizeInBits, marshaledUint32);
215 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
CpriHash.c 696 UINT32_TO_BYTE_ARRAY(counter, swappedCounter);
806 UINT32_TO_BYTE_ARRAY(counter, marshaledUint32);
818 UINT32_TO_BYTE_ARRAY(sizeInBits, marshaledUint32);
    [all...]
RSAKeySieve.c 173 UINT32_TO_BYTE_ARRAY(inner, swapped);
182 UINT32_TO_BYTE_ARRAY(*(ktx->outer), swapped);
432 UINT32_TO_BYTE_ARRAY(p,b);
CpriRSA.c 271 UINT32_TO_BYTE_ARRAY(e, exponent);
    [all...]
Object.c 350 UINT32_TO_BYTE_ARRAY(parentHandle, parentQN.t.name);
CpriECC.c 722 UINT32_TO_BYTE_ARRAY(count, marshaledCounter.t.buffer);
    [all...]

Completed in 613 milliseconds