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

/external/dropbear/libtomcrypt/src/ciphers/
H A Dxtea.c51 LOAD32L(K[0], key+0);
52 LOAD32L(K[1], key+4);
53 LOAD32L(K[2], key+8);
54 LOAD32L(K[3], key+12);
85 LOAD32L(y, &pt[0]);
86 LOAD32L(z, &pt[4]);
121 LOAD32L(y, &ct[0]);
122 LOAD32L(z, &ct[4]);
H A Drc6.c134 LOAD32L(a,&pt[0]);LOAD32L(b,&pt[4]);LOAD32L(c,&pt[8]);LOAD32L(d,&pt[12]);
189 LOAD32L(a,&ct[0]);LOAD32L(b,&ct[4]);LOAD32L(c,&ct[8]);LOAD32L(d,&ct[12]);
H A Drc5.c140 LOAD32L(A, &pt[0]);
141 LOAD32L(B, &pt[4]);
195 LOAD32L(A, &ct[0]);
196 LOAD32L(B, &ct[4]);
/external/dropbear/libtomcrypt/testprof/
H A Dstore_test.c18 LOAD32L(L1, buf + y);
H A Dder_tests.c670 LOAD32L(z, buf[0]);
679 LOAD32L(oid[0][y], buf[0]);
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c396 LOAD32L(A, tmp2);
403 LOAD32L(B, tmp2);
495 LOAD32L(a,&pt[0]); LOAD32L(b,&pt[4]);
496 LOAD32L(c,&pt[8]); LOAD32L(d,&pt[12]);
569 LOAD32L(ta,&ct[0]); LOAD32L(tb,&ct[4]);
570 LOAD32L(tc,&ct[8]); LOAD32L(t
[all...]
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h26 #define LOAD32L(x, y) \ macro
137 #define LOAD32L(x, y) \ macro
157 #define LOAD32L(x, y) \ macro
175 #define LOAD32L(x, y) \ macro
/external/dropbear/libtomcrypt/src/prngs/
H A Dsober128.c48 LOAD32L(t, b);
57 LOAD32L(t, b);
/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c130 LOAD32L(pB[i], b + (i<<2));
/external/dropbear/libtomcrypt/src/hashes/
H A Dmd4.c92 LOAD32L(x[i], buf + (4*i));
H A Dmd5.c113 LOAD32L(W[i], buf + (4*i));
H A Drmd128.c94 LOAD32L(X[i], buf + (4 * i));
H A Drmd160.c114 LOAD32L(X[i], buf + (4 * i));
H A Drmd256.c88 LOAD32L(X[i], buf + (4 * i));
H A Drmd320.c108 LOAD32L(X[i], buf + (4 * i));
/external/dropbear/libtomcrypt/
H A Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H} \index{LOAD32H} \index{LOAD64H} \index{BSWAP}
282 \hline LOAD32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $y[0 \ldots 3] \to x$ \\

Completed in 190 milliseconds