HomeSort by relevance Sort by last modified time
    Searched refs:LOAD32L (Results 1 - 16 of 16) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
xtea.c 51 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]);
rc6.c 134 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]);
rc5.c 140 LOAD32L(A, &pt[0]);
141 LOAD32L(B, &pt[4]);
195 LOAD32L(A, &ct[0]);
196 LOAD32L(B, &ct[4]);
  /external/dropbear/libtomcrypt/testprof/
store_test.c 18 LOAD32L(L1, buf + y);
der_tests.c 670 LOAD32L(z, buf[0]);
679 LOAD32L(oid[0][y], buf[0]);
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 396 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(td,&ct[12])
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 26 #define LOAD32L(x, y) \
137 #define LOAD32L(x, y) \
157 #define LOAD32L(x, y) \
175 #define LOAD32L(x, y) \
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 48 LOAD32L(t, b);
57 LOAD32L(t, b);
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 130 LOAD32L(pB[i], b + (i<<2));
  /external/dropbear/libtomcrypt/src/hashes/
md4.c 92 LOAD32L(x[i], buf + (4*i));
md5.c 113 LOAD32L(W[i], buf + (4*i));
rmd128.c 94 LOAD32L(X[i], buf + (4 * i));
rmd160.c 114 LOAD32L(X[i], buf + (4 * i));
rmd256.c 88 LOAD32L(X[i], buf + (4 * i));
rmd320.c 108 LOAD32L(X[i], buf + (4 * i));
  /external/dropbear/libtomcrypt/
crypt.tex 274 \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$ \\
    [all...]

Completed in 105 milliseconds