Home
last modified time | relevance | path

Searched refs:STORE32L (Results 1 – 15 of 15) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Drc6.c157 STORE32L(a,&ct[0]);STORE32L(b,&ct[4]);STORE32L(c,&ct[8]);STORE32L(d,&ct[12]); in _rc6_ecb_encrypt()
212 STORE32L(a,&pt[0]);STORE32L(b,&pt[4]);STORE32L(c,&pt[8]);STORE32L(d,&pt[12]); in _rc6_ecb_decrypt()
Dxtea.c100 STORE32L(y, &ct[0]); in xtea_ecb_encrypt()
101 STORE32L(z, &ct[4]); in xtea_ecb_encrypt()
136 STORE32L(y, &pt[0]); in xtea_ecb_decrypt()
137 STORE32L(z, &pt[4]); in xtea_ecb_decrypt()
Drc5.c161 STORE32L(A, &ct[0]); in _rc5_ecb_encrypt()
162 STORE32L(B, &ct[4]); in _rc5_ecb_encrypt()
217 STORE32L(A, &pt[0]); in _rc5_ecb_decrypt()
218 STORE32L(B, &pt[4]); in _rc5_ecb_decrypt()
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c219 STORE32L(tmp, out); in mds_mult()
229 STORE32L(tmp, out); in rs_mult()
523 STORE32L(ta,&ct[0]); STORE32L(tb,&ct[4]); in _twofish_ecb_encrypt()
524 STORE32L(tc,&ct[8]); STORE32L(td,&ct[12]); in _twofish_ecb_encrypt()
599 STORE32L(a, &pt[0]); STORE32L(b, &pt[4]); in _twofish_ecb_decrypt()
600 STORE32L(c, &pt[8]); STORE32L(d, &pt[12]); in _twofish_ecb_decrypt()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h22 #define STORE32L(x, y) \ macro
134 #define STORE32L(x, y) \ macro
154 #define STORE32L(x, y) \ macro
171 #define STORE32L(x, y) \ macro
/external/dropbear/libtomcrypt/testprof/
Dstore_test.c17 STORE32L(L, buf + y); in store_test()
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt40 STORE32L(uTimer, buf);
41 STORE32L(uPad, buf+4)
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c52 #define WORD2BYTE(w, b) STORE32L(b, w)
59 STORE32L(t, b); in XORWORD()
/external/dropbear/libtomcrypt/src/hashes/
Dmd4.c241 STORE32L(md->md4.state[i], out+(4*i)); in md4_done()
Dmd5.c301 STORE32L(md->md5.state[i], out+(4*i)); in md5_done()
Drmd256.c353 STORE32L(md->rmd256.state[i], out+(4*i)); in rmd256_done()
Drmd128.c340 STORE32L(md->rmd128.state[i], out+(4*i)); in rmd128_done()
Drmd160.c399 STORE32L(md->rmd160.state[i], out+(4*i)); in rmd160_done()
Drmd320.c417 STORE32L(md->rmd320.state[i], out+(4*i)); in rmd320_done()
/external/dropbear/libtomcrypt/
Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H}…
280 … \hline STORE32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $x \to y[0 \ldots 3]$ \\