Searched refs:h1hi (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 71 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi, 163 fmul $h1hi,$h1lo,$five_two130 # s1 169 stfd $h1hi,8*12($ctx) # put aside for now 170 fadd $h1hi,$h1lo,$two32 177 fsub $h1hi,$h1hi,$two32 186 fsub $h1lo,$h1lo,$h1hi 191 stfd $h1hi,8*7($ctx) # r1hi 205 fadd $h1hi,$h1lo,$two0 209 fsub $h1hi,$h1hi,$two0 213 fsub $h1lo,$h1lo,$h1hi [all …]
|
H A D | poly1305-sparcv9.pl | 451 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi, 548 faddd $h1lo,$two32,$h1hi 554 fsubd $h1hi,$two32,$h1hi 562 fsubd $h1lo,$h1hi,$h1lo 563 std $h1hi,[$ctx+8*7] ! r1hi 761 faddd $two64,$h1hi,$c1hi 784 fsubd $h1hi,$c1hi,$h1hi 793 faddd $h1hi,$c0hi,$h1hi 801 faddd $h1lo,$h1hi,$x1 816 fmuld $x1,$r0hi,$h1hi [all …]
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | x25519-ppc64.pl | 507 $h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,$h4lo,$h4hi) = 543 mulhdu $h1hi,$a1,$bi 568 adde $h1hi,$h1hi,$t1 599 adde $h1hi,$h1hi,$t1 629 addze $h1hi,$h1hi 636 insrdi $t1,$h1hi,51,0 # h1>>51 712 mulhdu $h1hi,$a1,$bi 753 adde $h1hi,$h1hi,$t1 771 adde $h1hi,$h1hi,$t1 809 mulhdu $h1hi,$a1,$bi
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 232 double h0lo, h0hi, h1lo, h1hi, h2lo, h2hi, h3lo, h3hi; in poly1305_blocks() local 291 h1hi = 0; in poly1305_blocks() 342 c1hi = (h1hi + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks() 354 x1 += (h1hi - c1hi) + c0hi; in poly1305_blocks() 371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0; in poly1305_blocks() 389 c1hi = (h1hi + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks() 401 x1 += (h1hi - c1hi) + c0hi; in poly1305_blocks()
|