Searched refs:s2hi (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 454 $s2lo,$s2hi,$s3lo,$s3hi, 570 faddd $s2lo,$two32,$s2hi 574 fsubd $s2hi,$two32,$s2hi 578 fsubd $s2lo,$s2hi,$s2lo 589 std $s2hi,[$ctx+8*15] 684 ldd [$ctx+8*15],$s2hi 825 fmaddd $x3,$s2hi,$h1hi,$h1hi 830 fmaddd $x2,$s2hi,$h0hi,$h0hi
|
H A D | poly1305-ppcfp.pl | 74 $s2lo,$s2hi,$s3lo,$s3hi, 314 lfd $s2hi,8*15($ctx) 442 fmadd $h1hi,$s2hi,$x3,$h1hi 447 fmadd $h0hi,$s2hi,$x2,$h0hi
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 247 const double s2hi = st->s[3]; in poly1305_blocks() local 370 h0hi = s3hi * x1 + s2hi * x2 + s1hi * x3 + r0hi * x0; in poly1305_blocks() 371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0; in poly1305_blocks()
|