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

  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 157 STORE32L(a,&ct[0]);STORE32L(b,&ct[4]);STORE32L(c,&ct[8]);STORE32L(d,&ct[12]);
212 STORE32L(a,&pt[0]);STORE32L(b,&pt[4]);STORE32L(c,&pt[8]);STORE32L(d,&pt[12]);
xtea.c 100 STORE32L(y, &ct[0]);
101 STORE32L(z, &ct[4]);
136 STORE32L(y, &pt[0]);
137 STORE32L(z, &pt[4]);
rc5.c 161 STORE32L(A, &ct[0]);
162 STORE32L(B, &ct[4]);
217 STORE32L(A, &pt[0]);
218 STORE32L(B, &pt[4]);
  /external/dropbear/libtomcrypt/testprof/
store_test.c 17 STORE32L(L, buf + y);
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 219 STORE32L(tmp, out);
229 STORE32L(tmp, out);
523 STORE32L(ta,&ct[0]); STORE32L(tb,&ct[4]);
524 STORE32L(tc,&ct[8]); STORE32L(td,&ct[12]);
599 STORE32L(a, &pt[0]); STORE32L(b, &pt[4]);
600 STORE32L(c, &pt[8]); STORE32L(d, &pt[12])
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 22 #define STORE32L(x, y) \
134 #define STORE32L(x, y) \
154 #define STORE32L(x, y) \
171 #define STORE32L(x, y) \
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 52 #define WORD2BYTE(w, b) STORE32L(b, w)
59 STORE32L(t, b);
  /external/dropbear/libtomcrypt/src/hashes/
md4.c 241 STORE32L(md->md4.state[i], out+(4*i));
md5.c 301 STORE32L(md->md5.state[i], out+(4*i));
rmd128.c 340 STORE32L(md->rmd128.state[i], out+(4*i));
rmd160.c 399 STORE32L(md->rmd160.state[i], out+(4*i));
rmd256.c 353 STORE32L(md->rmd256.state[i], out+(4*i));
rmd320.c 417 STORE32L(md->rmd320.state[i], out+(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}
280 \hline STORE32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $x \to y[0 \ldots 3]$ \\
    [all...]

Completed in 147 milliseconds