Searched defs:t1 (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | seed.c | 337 u32 i, t0, t1, x1, x2, x3, x4; in seed_set_key() local 373 u32 x1, x2, x3, x4, t0, t1; in seed_encrypt() local 411 u32 x1, x2, x3, x4, t0, t1; in seed_decrypt() local
|
D | camellia_generic.c | 357 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ argument 561 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local 668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument 866 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_encrypt() local 921 u32 il, ir, t0, t1; /* temporary variables */ in camellia_do_decrypt() local
|
D | sha256_generic.c | 73 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
|
D | sha512_generic.c | 84 u64 a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
|
D | ecc.c | 713 u64 t1[ndigits]; in apply_z() local
|