/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 113 $nhi="r14"; 197 ldrb $nhi,[$Xi,#15] 199 eor $nlo,$nlo,$nhi 200 and $nhi,$nlo,#0xf0 206 add $Thh,$Htbl,$nhi 211 add $nhi,$nhi,$nhi 221 eor $nlo,$nlo,$nhi 248 add $nhi,$nhi,$nhi 276 mov $nhi,$Zll 315 add $nhi,$nhi,$nhi [all …]
|
H A D | ghash-parisc.pl | 80 $nhi="%r4"; 148 ldd $nhi($Hll),$Tll 149 ldd $nhi($Hhh),$Thh 179 ldd $nhi($Hll),$Tll 180 ldd $nhi($Hhh),$Thh 207 ldd $nhi($Hll),$Tll 208 ldd $nhi($Hhh),$Thh 391 ldb 15($inp),$nhi 392 xor $nhi,$nlo,$nlo 405 ldd $nhi($Hll),$Tll [all …]
|
H A D | ghash-alpha.pl | 46 $nhi="a5"; 61 and $nlo,0xf0,$nhi 67 addq $nhi,$Htbl,$nhi 75 ldq $Tlo1,8($nhi) 77 ldq $Thi1,0($nhi) 92 addq $nhi,$Htbl,$nhi 101 ldq $Tlo1,8($nhi) 103 ldq $Thi1,0($nhi) 125 addq $nhi,$Htbl,$nhi 166 addq $nhi,$Htbl,$nhi [all …]
|
H A D | ghash-s390x.pl | 75 $nhi="%r9"; 161 lgr $nhi,$Zlo 163 ngr $nhi,$tmp 177 xg $Zlo,8($nhi,$Htbl) 178 xg $Zhi,0($nhi,$Htbl) 179 lgr $nhi,$xi 203 xg $Zlo,8($nhi,$Htbl) 204 xg $Zhi,0($nhi,$Htbl) 205 lgr $nhi,$xi 225 xg $Zlo,8($nhi,$Htbl) [all …]
|
H A D | ghash-sparcv9.pl | 119 and $nlo,0xf0,$nhi 129 ldx [$Htbl+$nhi],$Thi 141 and $nlo,0xf0,$nhi 166 ldx [$Htbl+$nhi],$Thi 172 and $nlo,0xf0,$nhi 202 ldx [$Htbl+$nhi],$Thi 223 ldx [$Htbl+$nhi],$Thi 255 and $nlo,0xf0,$nhi 265 ldx [$Htbl+$nhi],$Thi 276 and $nlo,0xf0,$nhi [all …]
|
H A D | ghash-x86.pl | 374 my $nhi = $Zhl; 381 &mov ($nhi,$Zll); 384 &and ($nhi,0xf0); 518 my $nhi = $Zhl; 526 &mov ($nhi,$Zll); 530 &and ($nhi,0xf0); 548 &mov ($nhi,$nlo); 555 &and ($nhi,0xf0); 570 &and ($nhi,0xf0); 759 &shr ($nhi[0],4); [all …]
|
H A D | ghash-x86_64.pl | 132 $nhi="%rbx"; 164 xor $nhi,$nhi 171 and \$0xf0,`&LB("$nhi")` 182 xor 8($Htbl,$nhi),$Zlo 184 xor ($Htbl,$nhi),$Zhi 200 and \$0xf0,`&LB("$nhi")` 224 xor 8($Htbl,$nhi),$Zlo 226 xor ($Htbl,$nhi),$Zhi 320 { my @lo =($nlo,$nhi); 363 &shr ($nhi[0],4); [all …]
|
/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 210 fzeros $nhi 220 fxtod $nhi,$nhi 238 std $nhi,[$np_h+$j] 290 fzeros $nhi 295 fxtod $nhi,$nhi 317 std $nhi,[$np_h+$j] 377 fzeros $nhi 382 fxtod $nhi,$nhi 404 std $nhi,[$np_h+$j] 554 ldd [$np_h+$j],$nhi [all …]
|
H A D | s390x-mont.pl | 87 $nhi="%r10"; 145 mlgr $nhi,$mn0 # np[0]*m1 148 alcgr $NHI,$nhi 164 mlgr $nhi,$mn0 # np[j]*m1 167 alcgr $nhi,$NHI # +="tp[j]" 169 alcgr $NHI,$nhi 197 mlgr $nhi,$mn0 # np[0]*m1 200 alcgr $NHI,$nhi 218 mlgr $nhi,$mn0 # np[j]*m1 221 alcgr $nhi,$NHI [all …]
|
H A D | mips-mont.pl | 118 $nhi=$s7; 193 $LD $nhi,$BNSZ($np) 206 $MULTU ($nhi,$m1) 211 mfhi ($nhi,$nhi,$m1) 229 $ADDU $hi1,$nhi,$t0 241 mfhi ($nhi,$nj,$m1) 253 $ADDU $hi1,$nhi,$t0 276 $LD $nhi,$BNSZ($np) 293 $MULTU ($nhi,$m1) 298 mfhi ($nhi,$nhi,$m1) [all …]
|
H A D | armv4-mont.pl | 88 $nhi="r14"; # lr 186 mov $nhi,#0 190 adc $nlo,$nhi,#0 196 mov $nhi,#0 198 adc $nhi,$nhi,#0 227 mov $nhi,#0 233 adc $nlo,$nhi,#0 238 mov $nhi,#0 240 adc $nhi,$nhi,#0 244 adc $nhi,$nhi,#0 [all …]
|
H A D | alpha-mont.pl | 46 $nhi="t11"; 117 umulh $nj,$m1,$nhi 138 addq $nhi,v0,$hi1 142 umulh $nj,$m1,$nhi 158 addq $nhi,v0,$hi1 205 umulh $nj,$m1,$nhi 232 addq $nhi,v0,$hi1 #U0 234 umulh $nj,$m1,$nhi #U1 251 addq $nhi,v0,$hi1
|
H A D | armv8-mont.pl | 58 $lo1,$hi1,$nj,$m1,$nlo,$nhi, 137 umulh $nhi,$nj,$m1 150 adc $hi1,$nhi,xzr 156 umulh $nhi,$nj,$m1 167 adc $hi1,$nhi,xzr 199 umulh $nhi,$nj,$m1 212 adc $hi1,$nhi,xzr 221 umulh $nhi,$nj,$m1 234 adcs $hi1,$nhi,$ovf
|
H A D | ppc-mont.pl | 132 my $nhi="r0"; 196 $UMULH $nhi,$nj,$m1 209 addze $hi1,$nhi 212 $UMULH $nhi,$nj,$m1 224 addze $hi1,$nhi 256 $UMULH $nhi,$nj,$m1 269 addze $hi1,$nhi 274 $UMULH $nhi,$nj,$m1 289 addze $hi1,$nhi
|
/openssl/crypto/bn/ |
H A D | bn_mont.c | 470 size_t rrlen, uint32_t nlo, uint32_t nhi) in ossl_bn_mont_ctx_set() argument 479 ctx->n0[1] = nhi; in ossl_bn_mont_ctx_set() 484 ctx->n0[0] = ((BN_ULONG)nhi << 32)| nlo; in ossl_bn_mont_ctx_set()
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 171 size_t rem, nlo, nhi; in gcm_gmult_4bit() local 175 nhi = nlo >> 4; in gcm_gmult_4bit() 190 Z.hi ^= Htable[nhi].hi; in gcm_gmult_4bit() 191 Z.lo ^= Htable[nhi].lo; in gcm_gmult_4bit() 197 nhi = nlo >> 4; in gcm_gmult_4bit() 250 size_t rem, nlo, nhi; in gcm_ghash_4bit() local 257 nhi = nlo >> 4; in gcm_ghash_4bit() 272 Z.hi ^= Htable[nhi].hi; in gcm_ghash_4bit() 273 Z.lo ^= Htable[nhi].lo; in gcm_ghash_4bit() 280 nhi = nlo >> 4; in gcm_ghash_4bit()
|
/openssl/include/crypto/ |
H A D | bn.h | 141 uint32_t nlo, uint32_t nhi);
|