Searched refs:uint32 (Results 1 – 2 of 2) sorted by relevance
61 *(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()
46 typedef unsigned int uint32; typedef58 uint32 h[8];
Completed in 3 milliseconds