Searched refs:STORE32L (Results 1 – 15 of 15) sorted by relevance
/external/dropbear/libtomcrypt/src/ciphers/ |
D | rc6.c | 157 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()
|
D | xtea.c | 100 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()
|
D | rc5.c | 161 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/ |
D | twofish.c | 219 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/ |
D | tomcrypt_macros.h | 22 #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/ |
D | store_test.c | 17 STORE32L(L, buf + y); in store_test()
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 40 STORE32L(uTimer, buf); 41 STORE32L(uPad, buf+4)
|
/external/dropbear/libtomcrypt/src/prngs/ |
D | sober128.c | 52 #define WORD2BYTE(w, b) STORE32L(b, w) 59 STORE32L(t, b); in XORWORD()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 241 STORE32L(md->md4.state[i], out+(4*i)); in md4_done()
|
D | md5.c | 301 STORE32L(md->md5.state[i], out+(4*i)); in md5_done()
|
D | rmd256.c | 353 STORE32L(md->rmd256.state[i], out+(4*i)); in rmd256_done()
|
D | rmd128.c | 340 STORE32L(md->rmd128.state[i], out+(4*i)); in rmd128_done()
|
D | rmd160.c | 399 STORE32L(md->rmd160.state[i], out+(4*i)); in rmd160_done()
|
D | rmd320.c | 417 STORE32L(md->rmd320.state[i], out+(4*i)); in rmd320_done()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 274 \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]$ \\
|