Searched refs:BYTE_ARRAY_TO_UINT64 (Results 1 – 6 of 6) sorted by relevance
64 #define BYTE_ARRAY_TO_UINT64(b) ByteArrayToUint64((BYTE *)(b)) macro79 #define BYTE_ARRAY_TO_UINT64(b) *((uint64_t *)(b)) macro94 #define BYTE_ARRAY_TO_UINT64(b) REVERSE_ENDIAN_64(*((uint64_t *)(b))) macro
145 k[i] = CryptSetOddByteParity(BYTE_ARRAY_TO_UINT64(pk)); in CryptDesValidateKey()179 UINT64 k = BYTE_ARRAY_TO_UINT64(pK); in CryptGenerateKeyDes()
84 authTimeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer); in TPM2_PolicyTicket()
964 return BYTE_ARRAY_TO_UINT64(((BYTE *)&intVal)); in NvGetUINT64Data()1791 counter = BYTE_ARRAY_TO_UINT64(currentRamAddr + sizeof(NV_RAM_HEADER)); in NvEntityStartup()
321 *((UINT64 *)target) = BYTE_ARRAY_TO_UINT64(*buffer); in UnmarshalInteger()
182 *target = BYTE_ARRAY_TO_UINT64(*buffer); in UINT64_Unmarshal()