| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | kseed.c | 259 STORE32H(P[2], ct); in kseed_ecb_encrypt() 260 STORE32H(P[3], ct+4); in kseed_ecb_encrypt() 261 STORE32H(P[0], ct+8); in kseed_ecb_encrypt() 262 STORE32H(P[1], ct+12); in kseed_ecb_encrypt() 281 STORE32H(P[2], pt); in kseed_ecb_decrypt() 282 STORE32H(P[3], pt+4); in kseed_ecb_decrypt() 283 STORE32H(P[0], pt+8); in kseed_ecb_decrypt() 284 STORE32H(P[1], pt+12); in kseed_ecb_decrypt()
|
| H A D | noekeon.c | 136 STORE32H(a,&ct[0]); STORE32H(b,&ct[4]); in s_noekeon_ecb_encrypt() 137 STORE32H(c,&ct[8]); STORE32H(d,&ct[12]); in s_noekeon_ecb_encrypt() 190 STORE32H(a,&pt[0]); STORE32H(b, &pt[4]); in s_noekeon_ecb_decrypt() 191 STORE32H(c,&pt[8]); STORE32H(d, &pt[12]); in s_noekeon_ecb_decrypt()
|
| H A D | tea.c | 76 STORE32H(y, &ct[0]); in tea_ecb_encrypt() 77 STORE32H(z, &ct[4]); in tea_ecb_encrypt() 107 STORE32H(v0, &pt[0]); in tea_ecb_decrypt() 108 STORE32H(v1, &pt[4]); in tea_ecb_decrypt()
|
| H A D | xtea.c | 92 STORE32H(y, &ct[0]); in xtea_ecb_encrypt() 93 STORE32H(z, &ct[4]); in xtea_ecb_encrypt() 128 STORE32H(y, &pt[0]); in xtea_ecb_decrypt() 129 STORE32H(z, &pt[4]); in xtea_ecb_decrypt()
|
| H A D | multi2.c | 154 STORE32H(p[0], ct); in multi2_ecb_encrypt() 155 STORE32H(p[1], ct+4); in multi2_ecb_encrypt() 175 STORE32H(p[0], pt); in multi2_ecb_decrypt() 176 STORE32H(p[1], pt+4); in multi2_ecb_decrypt()
|
| H A D | kasumi.c | 154 STORE32H(left, ct); in kasumi_ecb_encrypt() 155 STORE32H(right, ct+4); in kasumi_ecb_encrypt() 181 STORE32H(left, pt); in kasumi_ecb_decrypt() 182 STORE32H(right, pt+4); in kasumi_ecb_decrypt()
|
| H A D | blowfish.c | 493 STORE32H(L, &ct[0]); in s_blowfish_ecb_encrypt() 494 STORE32H(R, &ct[4]); in s_blowfish_ecb_encrypt() 555 STORE32H(L, &pt[0]); in s_blowfish_ecb_decrypt() 556 STORE32H(R, &pt[4]); in s_blowfish_ecb_decrypt()
|
| H A D | cast5.c | 556 STORE32H(R,&ct[0]); in s_cast5_ecb_encrypt() 557 STORE32H(L,&ct[4]); in s_cast5_ecb_encrypt() 609 STORE32H(L,&pt[0]); in s_cast5_ecb_decrypt() 610 STORE32H(R,&pt[4]); in s_cast5_ecb_decrypt()
|
| H A D | des.c | 1598 STORE32H(work[0],ct+0); in des_ecb_encrypt() 1599 STORE32H(work[1],ct+4); in des_ecb_encrypt() 1619 STORE32H(work[0],pt+0); in des_ecb_decrypt() 1620 STORE32H(work[1],pt+4); in des_ecb_decrypt() 1643 STORE32H(work[0],ct+0); in des3_ecb_encrypt() 1644 STORE32H(work[1],ct+4); in des3_ecb_encrypt() 1666 STORE32H(work[0],pt+0); in des3_ecb_decrypt() 1667 STORE32H(work[1],pt+4); in des3_ecb_decrypt()
|
| /optee_os/core/lib/libtomcrypt/src/misc/ssh/ |
| H A D | ssh_encode_sequence_multi.c | 105 STORE32H(u32data, out); in ssh_encode_sequence_multi() 117 STORE32H(size, out); in ssh_encode_sequence_multi() 125 STORE32H(0, out); in ssh_encode_sequence_multi() 131 STORE32H(size+1, out); in ssh_encode_sequence_multi() 135 STORE32H(size, out); in ssh_encode_sequence_multi()
|
| /optee_os/core/lib/libtomcrypt/src/mac/pelican/ |
| H A D | pelican.c | 80 STORE32H(s0, pelmac->state ); in s_four_rounds() 81 STORE32H(s1, pelmac->state + 4); in s_four_rounds() 82 STORE32H(s2, pelmac->state + 8); in s_four_rounds() 83 STORE32H(s3, pelmac->state + 12); in s_four_rounds()
|
| /optee_os/core/lib/libtomcrypt/src/modes/f8/ |
| H A D | f8_encrypt.c | 42 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt() 56 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt() 75 STORE32H(f8->blockcnt, (buf+(f8->blocklen-4))); in f8_encrypt()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/aes/ |
| H A D | aes.c | 403 STORE32H(s0, ct); in s_rijndael_ecb_encrypt() 410 STORE32H(s1, ct+4); in s_rijndael_ecb_encrypt() 417 STORE32H(s2, ct+8); in s_rijndael_ecb_encrypt() 424 STORE32H(s3, ct+12); in s_rijndael_ecb_encrypt() 587 STORE32H(s0, pt); in s_rijndael_ecb_decrypt() 594 STORE32H(s1, pt+4); in s_rijndael_ecb_decrypt() 601 STORE32H(s2, pt+8); in s_rijndael_ecb_decrypt() 608 STORE32H(s3, pt+12); in s_rijndael_ecb_decrypt()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_macros.h | 34 #define STORE32H(x, y) \ macro 61 #define STORE32H(x, y) \ macro 71 #define STORE32H(x, y) \ macro 86 #define STORE32H(x, y) \ macro 202 #define STORE32H(x, y) \ macro 222 #define STORE32H(x, y) \ macro
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_mgf1.c | 60 STORE32H(counter, buf); in pkcs_1_mgf1()
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs5/ |
| H A D | pkcs_5_2.c | 70 STORE32H(blkno, buf[1]); in pkcs_5_alg2()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sha1_accel.c | 155 STORE32H(md->sha1.state[i], out+(4*i)); in sha1_done()
|
| H A D | sha256_accel.c | 162 STORE32H(md->sha256.state[i], out+(4*i)); in sha256_done()
|
| /optee_os/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H A D | bcrypt.c | 133 STORE32H(blkno, blkbuf); in bcrypt_pbkdf_openbsd()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_gf_mult.c | 186 STORE32H(tmp[i], pTmp + (i<<2)); in gcm_gf_mult()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | sha1.c | 225 STORE32H(md->sha1.state[i], out+(4*i)); in sha1_done()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/sha2/ |
| H A D | sha256.c | 269 STORE32H(md->sha256.state[i], out+(4*i)); in sha256_done()
|