Home
last modified time | relevance | path

Searched refs:s1hi (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl457 my ($r3lo,$r3hi,$s1lo,$s1hi) = ($c0lo,$c0hi,$c1lo,$c1hi);
569 faddd $s1lo,$two0, $s1hi
573 fsubd $s1hi,$two0, $s1hi
577 fsubd $s1lo,$s1hi,$s1lo
588 std $s1hi,[$ctx+8*13]
682 ldd [$ctx+8*13],$s1hi
804 ldd [$ctx+8*13],$s1hi
821 fmaddd $x3,$s1hi,$h0hi,$h0hi
H A Dpoly1305-ppcfp.pl77 my ($r3lo,$r3hi,$s1lo,$s1hi) = ($c0lo,$c0hi,$c1lo,$c1hi);
312 lfd $s1hi,8*13($ctx)
422 lfd $s1hi,8*13($ctx)
438 fmadd $h0hi,$s1hi,$x3,$h0hi
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c245 const double s1hi = st->s[1]; in poly1305_blocks() local
370 h0hi = s3hi * x1 + s2hi * x2 + s1hi * x3 + r0hi * x0; in poly1305_blocks()