/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_x86ni.c | 62 expand_step192(__m128i *t1, __m128i *t2, __m128i *t3) in expand_step192() 98 expand_step256_2(__m128i *t1, __m128i *t3) in expand_step256_2() 154 __m128i t1, t2, t3; in x86ni_keysched() local
|
H A D | aes_small_enc.c | 87 unsigned t0, t1, t2, t3; in mix_columns() local
|
H A D | aes_big_enc.c | 93 uint32_t t0, t1, t2, t3; in br_aes_big_encrypt() local
|
H A D | aes_small_dec.c | 122 unsigned t0, t1, t2, t3; in inv_mix_columns() local
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | safestack.h.in | 37 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ argument 67 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m64.c | 102 uint64_t t0, t1, t2, t3, cc; in f255_add() local 174 uint64_t t0, t1, t2, t3, t4, cc; in f255_sub() local 258 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul() local 502 uint64_t t0, t1, t2, t3; in f255_mul_a24() local 569 uint64_t t0, t1, t2, t3, m; in f255_final_reduce() local
|
H A D | ec_p256_m64.c | 263 uint64_t x, f, t0, t1, t2, t3, t4; in f256_montymul() local 600 uint64_t t0, t1, t2, t3, cc; in f256_final_reduce() local 798 uint64_t t1[4], t2[4], t3[4], t4[4]; in p256_double() local 899 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add() local 1011 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add_mixed() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | trace.h | 74 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument 99 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl_generic.c | 982 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_encrypt() local 1110 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_decrypt() local
|
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-alg-fst.c | 862 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 1043 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 274 __m128i t0, t1, t2, t3; in br_ghash_pclmul() local 353 __m128i t0, t1, t2, t3; in br_ghash_pclmul() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
H A D | fe.h | 105 uint64_t t0, t1, t2, t3; in fe25519_tobytes() local
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i32_priv.c | 36 uint32_t *mp, *mq, *s1, *s2, *t1, *t2, *t3; in br_rsa_i32_private() local
|
H A D | rsa_i15_priv.c | 41 uint16_t *mp, *mq, *s1, *s2, *t1, *t2, *t3; in br_rsa_i15_private() local
|
H A D | rsa_i31_priv.c | 41 uint32_t *mp, *mq, *s1, *s2, *t1, *t2, *t3; in br_rsa_i31_private() local
|
H A D | rsa_i62_priv.c | 43 uint32_t *mp, *mq, *s1, *s2, *t1, *t2, *t3; in br_rsa_i62_private() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-internal-enc.c | 25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
|
H A D | aes-internal-dec.c | 78 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
/freebsd/crypto/openssh/ |
H A D | rijndael.c | 765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_sqrt.c | 372 #define t3 tt in fpu_sqrt() macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cos.c | 42 float64x2_t n, r, r2, r3, r4, t1, t2, t3, y; in V_NAME_D1() local
|
H A D | sin.c | 58 float64x2_t n, r, r2, r3, r4, y, t1, t2, t3; in V_NAME_D1() local
|
/freebsd/usr.bin/enigma/ |
H A D | enigma.c | 26 static char t3[ROTORSZ]; variable
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 174 t3: target
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sin.c | 74 svfloat64_t t3 = svmla_x (pg, C (0), C (1), r2); in SV_NAME_D1() local
|