/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | rc6.c | 150 STORE32L(a,&ct[0]);STORE32L(b,&ct[4]);STORE32L(c,&ct[8]);STORE32L(d,&ct[12]); in s_rc6_ecb_encrypt() 206 STORE32L(a,&pt[0]);STORE32L(b,&pt[4]);STORE32L(c,&pt[8]);STORE32L(d,&pt[12]); in s_rc6_ecb_decrypt()
|
A D | rc5.c | 158 STORE32L(A, &ct[0]); in s_rc5_ecb_encrypt() 159 STORE32L(B, &ct[4]); in s_rc5_ecb_encrypt() 219 STORE32L(A, &pt[0]); in s_rc5_ecb_decrypt() 220 STORE32L(B, &pt[4]); in s_rc5_ecb_decrypt()
|
A D | serpent.c | 519 STORE32L(d, out + 0); in s_enc_block() 520 STORE32L(e, out + 4); in s_enc_block() 521 STORE32L(b, out + 8); in s_enc_block() 522 STORE32L(a, out + 12); in s_enc_block() 560 STORE32L(a, out + 0); in s_dec_block() 561 STORE32L(d, out + 4); in s_dec_block() 562 STORE32L(b, out + 8); in s_dec_block() 563 STORE32L(e, out + 12); in s_dec_block()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 208 STORE32L(tmp, out); in mds_mult() 218 STORE32L(tmp, out); in rs_mult() 516 STORE32L(ta,&ct[0]); STORE32L(tb,&ct[4]); in s_twofish_ecb_encrypt() 517 STORE32L(tc,&ct[8]); STORE32L(td,&ct[12]); in s_twofish_ecb_encrypt() 593 STORE32L(a, &pt[0]); STORE32L(b, &pt[4]); in s_twofish_ecb_decrypt() 594 STORE32L(c, &pt[8]); STORE32L(d, &pt[12]); in s_twofish_ecb_decrypt()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/ |
A D | poly1305.c | 233 STORE32L(h0, mac + 0); in poly1305_done() 234 STORE32L(h1, mac + 4); in poly1305_done() 235 STORE32L(h2, mac + 8); in poly1305_done() 236 STORE32L(h3, mac + 12); in poly1305_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rabbit/ |
A D | rabbit.c | 138 STORE32L((ptr[0] ^ (ptr[5]>>16) ^ (ulong32)(ptr[3]<<16)), out+ 0); in ss_rabbit_gen_1_block() 139 STORE32L((ptr[2] ^ (ptr[7]>>16) ^ (ulong32)(ptr[5]<<16)), out+ 4); in ss_rabbit_gen_1_block() 140 STORE32L((ptr[4] ^ (ptr[1]>>16) ^ (ulong32)(ptr[7]<<16)), out+ 8); in ss_rabbit_gen_1_block() 141 STORE32L((ptr[6] ^ (ptr[3]>>16) ^ (ulong32)(ptr[1]<<16)), out+12); in ss_rabbit_gen_1_block()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 7 #define STORE32L(x, y) \ macro 137 #define STORE32L(x, y) \ macro 157 #define STORE32L(x, y) \ macro 173 #define STORE32L(x, y) \ macro
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/salsa20/ |
A D | salsa20_crypt.c | 37 STORE32L(x[i], output + 4 * i); in s_salsa20_block()
|
A D | xsalsa20_setup.c | 94 STORE32L(x[sti[i]], subkey + 4 * i); in xsalsa20_setup()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/chacha/ |
A D | chacha_crypt.c | 36 STORE32L(x[i], output + 4 * i); in s_chacha_block()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 653 STORE32L(u ## x0 ^ v0, st->buf + ooff); \ in s_sosemanuk_internal() 654 STORE32L(u ## x1 ^ v1, st->buf + ooff + 4); \ in s_sosemanuk_internal() 655 STORE32L(u ## x2 ^ v2, st->buf + ooff + 8); \ in s_sosemanuk_internal() 656 STORE32L(u ## x3 ^ v3, st->buf + ooff + 12); \ in s_sosemanuk_internal()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 44 STORE32L(ct[n], &out[4 * n]); in s_bcrypt_hash()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/ |
A D | sober128_stream.c | 34 STORE32L(t, out); in XORWORD()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | md4.c | 233 STORE32L(md->md4.state[i], out+(4*i)); in md4_done()
|
A D | blake2s.c | 413 STORE32L(md->blake2s.h[i], buffer + i * 4); in blake2s_done()
|
A D | md5.c | 293 STORE32L(md->md5.state[i], out+(4*i)); in md5_done()
|
A D | rmd128.c | 332 STORE32L(md->rmd128.state[i], out+(4*i)); in rmd128_done()
|
A D | rmd256.c | 345 STORE32L(md->rmd256.state[i], out+(4*i)); in rmd256_done()
|
A D | rmd160.c | 391 STORE32L(md->rmd160.state[i], out+(4*i)); in rmd160_done()
|
A D | rmd320.c | 410 STORE32L(md->rmd320.state[i], out+(4*i)); in rmd320_done()
|