Searched refs:abcd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dmd5.h69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
H A Dmd5.c135 a = pms->abcd[0], b = pms->abcd[1],
136 c = pms->abcd[2], d = pms->abcd[3];
200 /* Let [abcd k s i] denote the operation
226 /* Let [abcd k s i] denote the operation
252 /* Let [abcd k s t] denote the operation
278 /* Let [abcd k s t] denote the operation
306 pms->abcd[0] += a;
307 pms->abcd[
[all...]

Completed in 69 milliseconds