Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/openbsd/lib/libcrypto/util/
H A Dmkstack.pl105 #define sk_${t1}_new_null() ((STACK_OF($t1) *)sk_new_null())
108 #define sk_${t1}_value(st, i) (($t1)sk_value(CHECKED_STACK_OF($t1, st), i))
109 #define sk_${t1}_num(st) SKM_sk_num($t1, st)
112 #define sk_${t1}_free(st) SKM_sk_free(${t1}, st)
114 #define sk_${t1}_zero(st) SKM_sk_zero($t1, (st))
116 #define sk_${t1}_delete(st, i) SKM_sk_delete($t1, (st), (i))
117 #define sk_${t1}_delete_ptr(st, ptr) ($t1 *)sk_delete_ptr(CHECKED_STACK_OF($t1, st), CHECKED_PTR_OF…
121 #define sk_${t1}_dup(st) SKM_sk_dup($t1, st)
122 #define sk_${t1}_shift(st) SKM_sk_shift($t1, (st))
124 #define sk_${t1}_sort(st) SKM_sk_sort($t1, (st))
[all …]
/openbsd/lib/libcrypto/bn/arch/amd64/
H A Dbignum_mul_8_16_alt.S45 #define t1 r9 macro
96 xor t1, t1
111 mov [z+16], t1
115 xor t1, t1
141 mov [z+40], t1
145 xor t1, t1
178 mov [z+64], t1
182 xor t1, t1
208 mov [z+88], t1
212 xor t1, t1
[all …]
H A Dbignum_sqr_8_16_alt.S40 #define t1 r9 macro
122 xor t1, t1
133 combadd1(t0,t2,t1,[x+8])
135 mov [z+16], t1
141 doubladd(t1,t0,t2,u1,u0)
158 mov [z+40], t1
185 mov [z+64], t1
208 mov [z+88], t1
212 xor t1, t1
225 combads(t2,t1,[x+56])
[all …]
H A Dbignum_mul_4_8_alt.S45 #define t1 r9 macro
96 xor t1, t1
101 combads(t1,t0,[x],[y+8])
102 combadz(t2,t1,t0,[x+8],[y])
108 combadz(t0,t2,t1,[x],[y+16])
110 combadd(t0,t2,t1,[x+16],[y])
111 mov [z+16], t1
115 xor t1, t1
116 combadz(t1,t0,t2,[x],[y+24])
135 mov [z+40], t1
[all …]
/openbsd/lib/libcrypto/sha/asm/
H A Dsha512-armv4.pl84 eor $t1,$t1,$Elo,lsl#18
87 eor $t1,$t1,$Ehi,lsr#18
89 eor $t1,$t1,$Elo,lsl#14
91 eor $t1,$t1,$Elo,lsr#9
105 eor $t1,$t1,$t3
109 and $t1,$t1,$Ehi
136 eor $t1,$t1,$Alo,lsl#4
138 eor $t1,$t1,$Alo,lsr#2
364 adc $t1,$Ahi,$t1
381 adc $t1,$Ahi,$t1
[all …]
H A Dsha1-armv4-large.pl68 $t1="r10";
78 ldr $t1,[$Xi,#13*4]
82 eor $t0,$t0,$t1
99 ldrb $t1,[$inp,#2]
118 and $t1,$b,$t1,ror#2
120 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
128 &Xupdate(@_,"and $t1,$b,$t1,ror#2");
130 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
137 &Xupdate(@_,"eor $t1,$b,$t1,ror#2");
145 &Xupdate(@_,"and $t1,$b,$t1,ror#2","and $t2,$c,$d");
[all …]
/openbsd/games/hack/
H A Dhack.end.c352 t1->date, &t1->uid, in topten()
353 &t1->level, &t1->maxlvl, in topten()
354 &t1->hp, &t1->maxhp, &t1->points, in topten()
355 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
418 t1->date, t1->uid, in topten()
420 t1->hp, t1->maxhp, t1->points, in topten()
421 t1->plchar, t1->sex, t1->name, t1->death); in topten()
501 if(t1->maxhp < 3*t1->hp && t1->maxlvl < 4) in outentry()
671 t1->date, &t1->uid, in prscore()
673 &t1->hp, &t1->maxhp, &t1->points, in prscore()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cpp27 t1.Write1(l1); in TEST_F()
34 t1.Write1(l); in TEST_F()
41 t1.Read1(l); in TEST_F()
48 t1.Write1(l); in TEST_F()
55 t1.Read1(l); in TEST_F()
62 t1.Write1(l); in TEST_F()
63 t1.Read1(l); in TEST_F()
77 t1.Lock(m); in TEST_F()
78 t1.Read8(l); in TEST_F()
94 t1.Lock(m); in TEST_F()
[all …]
/openbsd/lib/libcrypto/aes/asm/
H A Daes-armv4.pl42 $t1="r4";
666 eor $t1,$t1,$t2 @ rk[12]=rk[4]^...
737 sub $t1,$t1,$t1,lsr#7
738 and $t1,$t1,$mask1b
743 sub $t1,$t1,$t1,lsr#7
744 and $t1,$t1,$mask1b
749 sub $t1,$t1,$t1,lsr#7
750 and $t1,$t1,$mask1b
755 eor $t1,$t1,$s3 @ tpe
756 eor $t1,$t1,$s1,ror#24
[all …]
/openbsd/sys/arch/octeon/dev/
H A Doctcrypto_asm.S65 ld t1, 8(a0)
101 ld t1, 8(a0)
108 sd t1, 8(a0)
123 ld t1, 8(a2)
133 ld t1, 8(a0)
181 ld t1, 8(a2)
191 ld t1, 8(a0)
240 ld t1, 8(a2)
250 daddu t1, 1
276 daddu t1, 1
[all …]
/openbsd/sys/arch/mips64/mips64/
H A Dlcore_ddb.S45 GET_CPU_INFO(t1, t0)
48 lw t1, PCB_ONFAULT(t0)
65 GET_CPU_INFO(t1, t0)
68 lw t1, PCB_ONFAULT(t0)
85 GET_CPU_INFO(t1, t0)
88 lw t1, PCB_ONFAULT(t0)
104 GET_CPU_INFO(t1, t0)
120 GET_CPU_INFO(t1, t0)
140 GET_CPU_INFO(t1, t0)
160 GET_CPU_INFO(t1, t0)
[all …]
/openbsd/lib/libm/src/ld128/
H A De_hypotl.c85 t1=0; in hypotl()
87 b *= t1; in hypotl()
88 a *= t1; in hypotl()
101 t1 = 0; in hypotl()
103 t2 = a-t1; in hypotl()
104 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
110 t1 = 0; in hypotl()
112 t2 = a - t1; in hypotl()
113 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
117 t1 = 1.0L; in hypotl()
[all …]
/openbsd/lib/libm/src/
H A De_hypot.c85 t1=0; in hypot()
87 b *= t1; in hypot()
88 a *= t1; in hypot()
101 t1 = 0; in hypot()
103 t2 = a-t1; in hypot()
104 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in hypot()
110 t1 = 0; in hypot()
112 t2 = a - t1; in hypot()
113 w = sqrt(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypot()
117 t1 = 1.0; in hypot()
[all …]
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dptr_table.t12 my $t1 = XS::APItest::PtrTable->new();
13 isa_ok($t1, 'XS::APItest::PtrTable');
21 isa_ok($t1, 'XS::APItest::PtrTable');
23 is($t1->fetch($a), 0, 'Not found');
24 is($t1->fetch($h), 0, 'Not found');
25 is($t1->fetch($c), 0, 'Not found');
27 $t1->store($a, $h);
30 is($t1->fetch($h), 0, 'Not found');
31 is($t1->fetch($c), 0, 'Not found');
33 $t1->split();
[all …]
/openbsd/share/misc/
H A Dscsi_modes40 {RLEC} t1
43 {QErr} t1
44 {DQue} t1
82 {IC} t1
84 {CAP} t1
87 {WCE} t1
88 {MF} t1
89 {RCD} t1
96 {FSW} t1
98 {DRA} t1
[all …]
/openbsd/sbin/iked/
H A Dsmult_curve25519_ref.c191 unsigned int t1[32]; in recip() local
195 /* 4 */ square(t1,z2); in recip()
196 /* 8 */ square(t0,t1); in recip()
203 /* 2^7 - 2^2 */ square(t1,t0); in recip()
204 /* 2^8 - 2^3 */ square(t0,t1); in recip()
211 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); } in recip()
216 /* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { square(t0,t1); square(t1,t0); } in recip()
221 /* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t1,t0); square(t0,t1); } in recip()
226 /* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); } in recip()
231 /* 2^200 - 2^100 */ for (i = 2;i < 100;i += 2) { square(t1,t0); square(t0,t1); } in recip()
[all …]
/openbsd/usr.bin/ssh/
H A Dsmult_curve25519_ref.c191 unsigned int t1[32]; in recip() local
195 /* 4 */ square(t1,z2); in recip()
196 /* 8 */ square(t0,t1); in recip()
203 /* 2^7 - 2^2 */ square(t1,t0); in recip()
204 /* 2^8 - 2^3 */ square(t0,t1); in recip()
211 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); } in recip()
216 /* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { square(t0,t1); square(t1,t0); } in recip()
221 /* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t1,t0); square(t0,t1); } in recip()
226 /* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); } in recip()
231 /* 2^200 - 2^100 */ for (i = 2;i < 100;i += 2) { square(t1,t0); square(t0,t1); } in recip()
[all …]
H A Drijndael.c762 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
858 t1 = in rijndaelEncrypt()
884 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
889 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
898 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
903 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1043 t1 =
1071 Td3[(t1 ) & 0xff] ^
1074 Td0[(t1 >> 24) ] ^
1081 Td1[(t1 >> 16) & 0xff] ^
[all …]
/openbsd/sys/arch/alpha/alpha/
H A Dlocore.s220 bne t1, 5f /* yes */
241 cmpeq t1, t2, t1
243 cmovne t1, 1, a0
475 stt $f2, (2 * 8)(t1)
685 ldq_u t1, 0(t3)
688 mskbl t1, t3, t1
689 or t0, t1, t0
782 extbl t1, a0, t1
784 insbl t1, a1, t2
1063 ldq t1, (9 * 8)(a0)
[all …]
/openbsd/usr.bin/signify/
H A Dfe25519.c130 fe25519 t1 = *x; in fe25519_iseq_vartime() local
132 fe25519_freeze(&t1); in fe25519_iseq_vartime()
135 if(t1.v[i] != t2.v[i]) return 0; in fe25519_iseq_vartime()
227 fe25519 t1; in fe25519_invert() local
231 /* 4 */ fe25519_square(&t1,&z2); in fe25519_invert()
232 /* 8 */ fe25519_square(&t0,&t1); in fe25519_invert()
247 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); } in fe25519_invert()
252 /* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); } in fe25519_invert()
257 /* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { fe25519_square(&t1,&t0); fe25519_square(&t0,&t1); } in fe25519_invert()
262 /* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { fe25519_square(&t0,&t1); fe25519_square(&t1,&t0); } in fe25519_invert()
[all …]
/openbsd/sys/lib/libsa/
H A Drijndael.c857 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
953 t1 = in rijndaelEncrypt()
979 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
984 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
993 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
998 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1137 t1 = in rijndaelDecrypt()
1165 Td3[(t1 ) & 0xff] ^ in rijndaelDecrypt()
1168 Td0[(t1 >> 24) ] ^ in rijndaelDecrypt()
1175 Td1[(t1 >> 16) & 0xff] ^ in rijndaelDecrypt()
[all …]
/openbsd/sys/crypto/
H A Drijndael.c759 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
855 t1 = in rijndaelEncrypt()
881 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt()
886 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt()
895 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt()
900 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt()
1039 t1 = in rijndaelDecrypt()
1067 Td3[(t1 ) & 0xff] ^ in rijndaelDecrypt()
1070 Td0[(t1 >> 24) ] ^ in rijndaelDecrypt()
1077 Td1[(t1 >> 16) & 0xff] ^ in rijndaelDecrypt()
[all …]
/openbsd/lib/libcrypto/aes/
H A Daes_core.c936 t1 = in aes_encrypt_internal()
962 Te1[(t1 >> 16) & 0xff] ^ in aes_encrypt_internal()
967 Te0[(t1 >> 24)] ^ in aes_encrypt_internal()
976 Te3[(t1) & 0xff] ^ in aes_encrypt_internal()
981 Te2[(t1 >> 8) & 0xff] ^ in aes_encrypt_internal()
1139 t1 = in aes_decrypt_internal()
1167 Td3[(t1) & 0xff] ^ in aes_decrypt_internal()
1170 Td0[(t1 >> 24)] ^ in aes_decrypt_internal()
1177 Td1[(t1 >> 16) & 0xff] ^ in aes_decrypt_internal()
1184 Td2[(t1 >> 8) & 0xff] ^ in aes_decrypt_internal()
[all …]
/openbsd/sys/arch/hppa/hppa/
H A Dlocore0.S142 ldil L%(n), t1 ! \
177 ldil L%TFF_LAST, t1
180 ldo R%proc0fpstate(t1), t1
182 mtctl t1, cr30
232 ldo R%$virtual_mode(t1), t1
233 mtctl t1, pcoq
234 ldo 4(t1), t1
235 mtctl t1, pcoq
236 mfctl r29, t1
237 ldw CI_PSW(t1), t2
[all …]
/openbsd/lib/libc/arch/mips64/gen/
H A Dldexp.S59 dsrl t1, t1, 64 - 11
66 ble t1, zero, 4f # underflow?
112 li t1, DEXP_MIN + DEXP_BIAS
113 subu t1, t1, t9 # adjust exponent
114 addu t1, t1, a2 # scale exponent
118 ble t1, zero, 4f # underflow?
122 dsll t1, t1, 63 - 11 # reposition exponent
134 subu t1, t1, 1
136 negu t1
137 dsrl t2, t2, t1
[all …]

12345678910>>...22