Home
last modified time | relevance | path

Searched refs:LOAD32L (Results 1 – 16 of 16) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Dxtea.c51 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()
Drc6.c134 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()
Drc5.c140 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/
Dtwofish.c396 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/
Dtomcrypt_macros.h26 #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/
Dstore_test.c18 LOAD32L(L1, buf + y); in store_test()
Dder_tests.c670 LOAD32L(z, buf[0]);
679 LOAD32L(oid[0][y], buf[0]);
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c48 LOAD32L(t, b); in BYTE2WORD()
57 LOAD32L(t, b); in XORWORD()
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_gf_mult.c130 LOAD32L(pB[i], b + (i<<2)); in gcm_gf_mult()
/external/dropbear/libtomcrypt/src/hashes/
Dmd4.c92 LOAD32L(x[i], buf + (4*i)); in _md4_compress()
Dmd5.c113 LOAD32L(W[i], buf + (4*i)); in _md5_compress()
Drmd256.c88 LOAD32L(X[i], buf + (4 * i)); in _rmd256_compress()
Drmd128.c94 LOAD32L(X[i], buf + (4 * i)); in _rmd128_compress()
Drmd160.c114 LOAD32L(X[i], buf + (4 * i)); in _rmd160_compress()
Drmd320.c108 LOAD32L(X[i], buf + (4 * i)); in _rmd320_compress()
/external/dropbear/libtomcrypt/
Dcrypt.tex274 \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$ \\