Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dmd4c.c37 typedef u_int32_t UINT4; typedef
58 ((unsigned char *, UINT4 *, unsigned int));
60 ((UINT4 *, const unsigned char *, unsigned int));
85 (a) += G ((b), (c), (d)) + (x) + (UINT4)0x5a827999; \
89 (a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
121 if ((context->count[0] += ((UINT4)inputLen << 3)) in MD4Update()
122 < ((UINT4)inputLen << 3)) in MD4Update()
124 context->count[1] += ((UINT4)inputLen >> 29); in MD4Update()
185 MD4Transform(UINT4 state[4], const unsigned char block[64]) in MD4Transform()
280 output[i] = ((UINT4)input[j]) | (((UINT4)input[j+1]) << 8) | in Decode()
[all …]