Home
last modified time | relevance | path

Searched refs:STORE32H (Results 1 – 19 of 19) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Dkseed.c267 STORE32H(P[2], ct); in kseed_ecb_encrypt()
268 STORE32H(P[3], ct+4); in kseed_ecb_encrypt()
269 STORE32H(P[0], ct+8); in kseed_ecb_encrypt()
270 STORE32H(P[1], ct+12); in kseed_ecb_encrypt()
289 STORE32H(P[2], pt); in kseed_ecb_decrypt()
290 STORE32H(P[3], pt+4); in kseed_ecb_decrypt()
291 STORE32H(P[0], pt+8); in kseed_ecb_decrypt()
292 STORE32H(P[1], pt+12); in kseed_ecb_decrypt()
Dnoekeon.c144 STORE32H(a,&ct[0]); STORE32H(b,&ct[4]); in _noekeon_ecb_encrypt()
145 STORE32H(c,&ct[8]); STORE32H(d,&ct[12]); in _noekeon_ecb_encrypt()
198 STORE32H(a,&pt[0]); STORE32H(b, &pt[4]); in _noekeon_ecb_decrypt()
199 STORE32H(c,&pt[8]); STORE32H(d, &pt[12]); in _noekeon_ecb_decrypt()
Dkasumi.c162 STORE32H(left, ct); in kasumi_ecb_encrypt()
163 STORE32H(right, ct+4); in kasumi_ecb_encrypt()
189 STORE32H(left, pt); in kasumi_ecb_decrypt()
190 STORE32H(right, pt+4); in kasumi_ecb_decrypt()
Dblowfish.c430 STORE32H(R, &ct[0]); in _blowfish_ecb_encrypt()
431 STORE32H(L, &ct[4]); in _blowfish_ecb_encrypt()
492 STORE32H(L, &pt[0]); in _blowfish_ecb_decrypt()
493 STORE32H(R, &pt[4]); in _blowfish_ecb_decrypt()
Dcast5.c570 STORE32H(R,&ct[0]); in _cast5_ecb_encrypt()
571 STORE32H(L,&ct[4]); in _cast5_ecb_encrypt()
623 STORE32H(L,&pt[0]); in _cast5_ecb_decrypt()
624 STORE32H(R,&pt[4]); in _cast5_ecb_decrypt()
Ddes.c1601 STORE32H(work[0],ct+0);
1602 STORE32H(work[1],ct+4);
1622 STORE32H(work[0],pt+0);
1623 STORE32H(work[1],pt+4);
1647 STORE32H(work[0],ct+0); in des3_ecb_encrypt()
1648 STORE32H(work[1],ct+4); in des3_ecb_encrypt()
1670 STORE32H(work[0],pt+0); in des3_ecb_decrypt()
1671 STORE32H(work[1],pt+4); in des3_ecb_decrypt()
/external/dropbear/libtomcrypt/src/mac/pelican/
Dpelican.c87 STORE32H(s0, pelmac->state ); in four_rounds()
88 STORE32H(s1, pelmac->state + 4); in four_rounds()
89 STORE32H(s2, pelmac->state + 8); in four_rounds()
90 STORE32H(s3, pelmac->state + 12); in four_rounds()
/external/dropbear/libtomcrypt/src/modes/f8/
Df8_encrypt.c50 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt()
64 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt()
83 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt()
/external/dropbear/libtomcrypt/src/ciphers/aes/
Daes.c423 STORE32H(s0, ct); in _rijndael_ecb_encrypt()
430 STORE32H(s1, ct+4); in _rijndael_ecb_encrypt()
437 STORE32H(s2, ct+8); in _rijndael_ecb_encrypt()
444 STORE32H(s3, ct+12); in _rijndael_ecb_encrypt()
602 STORE32H(s0, pt); in _rijndael_ecb_decrypt()
609 STORE32H(s1, pt+4); in _rijndael_ecb_decrypt()
616 STORE32H(s2, pt+8); in _rijndael_ecb_decrypt()
623 STORE32H(s3, pt+12); in _rijndael_ecb_decrypt()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h44 #define STORE32H(x, y) \ macro
72 #define STORE32H(x, y) \ macro
87 #define STORE32H(x, y) \ macro
195 #define STORE32H(x, y) \ macro
215 #define STORE32H(x, y) \ macro
/external/dropbear/libtomcrypt/src/pk/pkcs1/
Dpkcs_1_mgf1.c68 STORE32H(counter, buf); in pkcs_1_mgf1()
/external/dropbear/libtomcrypt/testprof/
Dstore_test.c23 STORE32H(L, buf + y); in store_test()
/external/dropbear/libtomcrypt/src/misc/pkcs5/
Dpkcs_5_2.c74 STORE32H(blkno, buf[1]); in pkcs_5_alg2()
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_gf_mult.c194 STORE32H(tmp[i], pTmp + (i<<2)); in gcm_gf_mult()
/external/dropbear/
Dpacket.c338 STORE32H(ses.recvseq, tempbuf); in checkmac()
541 STORE32H(ses.transseq, seqbuf); in writemac()
Dbuffer.c245 STORE32H(val, buf_getwriteptr(buf, 4)); in buf_putint()
/external/dropbear/libtomcrypt/src/hashes/
Dsha1.c233 STORE32H(md->sha1.state[i], out+(4*i)); in sha1_done()
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha256.c279 STORE32H(md->sha256.state[i], out+(4*i)); in sha256_done()
/external/dropbear/libtomcrypt/
Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H}…
284 … \hline STORE32H(x, y) & {\bf unsigned long} x, {\bf unsigned char} *y & $x \to y[3 \ldots 0]$ \\