Searched refs:MD4Transform (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dmd4.c77 /* Constants for MD4Transform routine. */
91 static void MD4Transform (UINT4 [4], unsigned char [64]);
148 MD4Transform (context->state, context->buffer);
151 MD4Transform (context->state, &input[i]);
189 static void MD4Transform (UINT4 state[4], unsigned char block[64]) function
/external/wpa_supplicant/
H A Dmd4.c75 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]);
130 MD4Transform(ctx->state, ctx->buffer);
138 MD4Transform(ctx->state, input);
203 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd4.c75 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]);
130 MD4Transform(ctx->state, ctx->buffer);
138 MD4Transform(ctx->state, input);
203 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) function

Completed in 84 milliseconds