Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 2 of 2) sorted by relevance

/optee_client-3.20.0/tee-supplicant/src/
A Dsha2.c61 *(x) = ((uint32) *((str) + 3) ) \
62 | ((uint32) *((str) + 2) << 8) \
63 | ((uint32) *((str) + 1) << 16) \
64 | ((uint32) *((str) + 0) << 24); \
97 uint32 sha256_h0[8] =
101 uint32 sha256_k[64] =
124 uint32 w[64] = { 0 }; in sha256_transf()
125 uint32 wv[8] = { 0 }; in sha256_transf()
126 uint32 t1 = 0; in sha256_transf()
127 uint32 t2 = 0; in sha256_transf()
A Dsha2.h46 typedef unsigned int uint32; typedef
58 uint32 h[8];

Completed in 23 milliseconds