/external/dropbear/libtomcrypt/src/ciphers/ |
D | xtea.c | 51 LOAD32L(K[0], key+0); in xtea_setup() 52 LOAD32L(K[1], key+4); in xtea_setup() 53 LOAD32L(K[2], key+8); in xtea_setup() 54 LOAD32L(K[3], key+12); in xtea_setup() 85 LOAD32L(y, &pt[0]); in xtea_ecb_encrypt() 86 LOAD32L(z, &pt[4]); in xtea_ecb_encrypt() 121 LOAD32L(y, &ct[0]); in xtea_ecb_decrypt() 122 LOAD32L(z, &ct[4]); in xtea_ecb_decrypt()
|
D | rc6.c | 134 LOAD32L(a,&pt[0]);LOAD32L(b,&pt[4]);LOAD32L(c,&pt[8]);LOAD32L(d,&pt[12]); in _rc6_ecb_encrypt() 189 LOAD32L(a,&ct[0]);LOAD32L(b,&ct[4]);LOAD32L(c,&ct[8]);LOAD32L(d,&ct[12]); in _rc6_ecb_decrypt()
|
D | rc5.c | 140 LOAD32L(A, &pt[0]); in _rc5_ecb_encrypt() 141 LOAD32L(B, &pt[4]); in _rc5_ecb_encrypt() 195 LOAD32L(A, &ct[0]); in _rc5_ecb_decrypt() 196 LOAD32L(B, &ct[4]); in _rc5_ecb_decrypt()
|
/external/dropbear/libtomcrypt/src/ciphers/twofish/ |
D | twofish.c | 396 LOAD32L(A, tmp2); in _twofish_setup() 403 LOAD32L(B, tmp2); in _twofish_setup() 495 LOAD32L(a,&pt[0]); LOAD32L(b,&pt[4]); in _twofish_ecb_encrypt() 496 LOAD32L(c,&pt[8]); LOAD32L(d,&pt[12]); in _twofish_ecb_encrypt() 569 LOAD32L(ta,&ct[0]); LOAD32L(tb,&ct[4]); in _twofish_ecb_decrypt() 570 LOAD32L(tc,&ct[8]); LOAD32L(td,&ct[12]); in _twofish_ecb_decrypt()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_macros.h | 26 #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/testprof/ |
D | store_test.c | 18 LOAD32L(L1, buf + y); in store_test()
|
D | der_tests.c | 670 LOAD32L(z, buf[0]); 679 LOAD32L(oid[0][y], buf[0]);
|
/external/dropbear/libtomcrypt/src/prngs/ |
D | sober128.c | 48 LOAD32L(t, b); in BYTE2WORD() 57 LOAD32L(t, b); in XORWORD()
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_gf_mult.c | 130 LOAD32L(pB[i], b + (i<<2)); in gcm_gf_mult()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 92 LOAD32L(x[i], buf + (4*i)); in _md4_compress()
|
D | md5.c | 113 LOAD32L(W[i], buf + (4*i)); in _md5_compress()
|
D | rmd256.c | 88 LOAD32L(X[i], buf + (4 * i)); in _rmd256_compress()
|
D | rmd128.c | 94 LOAD32L(X[i], buf + (4 * i)); in _rmd128_compress()
|
D | rmd160.c | 114 LOAD32L(X[i], buf + (4 * i)); in _rmd160_compress()
|
D | rmd320.c | 108 LOAD32L(X[i], buf + (4 * i)); in _rmd320_compress()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H}… 282 \hline LOAD32L(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $y[0 \ldots 3] \to x$ \\
|