Home
last modified time | relevance | path

Searched refs:STORE32L (Results 1 – 20 of 20) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Drc6.c150 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 Drc5.c158 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 Dserpent.c519 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 Dtwofish.c208 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 Dpoly1305.c233 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 Drabbit.c138 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 Dtomcrypt_macros.h7 #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 Dsalsa20_crypt.c37 STORE32L(x[i], output + 4 * i); in s_salsa20_block()
A Dxsalsa20_setup.c94 STORE32L(x[sti[i]], subkey + 4 * i); in xsalsa20_setup()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/chacha/
A Dchacha_crypt.c36 STORE32L(x[i], output + 4 * i); in s_chacha_block()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c653 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 Dbcrypt.c44 STORE32L(ct[n], &out[4 * n]); in s_bcrypt_hash()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/
A Dsober128_stream.c34 STORE32L(t, out); in XORWORD()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dmd4.c233 STORE32L(md->md4.state[i], out+(4*i)); in md4_done()
A Dblake2s.c413 STORE32L(md->blake2s.h[i], buffer + i * 4); in blake2s_done()
A Dmd5.c293 STORE32L(md->md5.state[i], out+(4*i)); in md5_done()
A Drmd128.c332 STORE32L(md->rmd128.state[i], out+(4*i)); in rmd128_done()
A Drmd256.c345 STORE32L(md->rmd256.state[i], out+(4*i)); in rmd256_done()
A Drmd160.c391 STORE32L(md->rmd160.state[i], out+(4*i)); in rmd160_done()
A Drmd320.c410 STORE32L(md->rmd320.state[i], out+(4*i)); in rmd320_done()

Completed in 39 milliseconds