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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dpc1crypt.c30 unsigned short ax; member in struct:pc1_ctx
57 pc1->ax = pc1->x1a0[pc1->i];
61 pc1->tmp = pc1->ax;
62 pc1->ax = pc1->si;
65 pc1->tmp = pc1->ax;
66 pc1->ax = pc1->dx;
69 if (pc1->ax != 0) {
70 pc1->ax = pc1->ax * pc1->bx;
73 pc1->tmp = pc1->ax;
[all...]

Completed in 84 milliseconds