Home
last modified time | relevance | path

Searched refs:s1lo (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);
543 fmuld $five_two130,$h1lo,$s1lo ! s1
569 faddd $s1lo,$two0, $s1hi
577 fsubd $s1lo,$s1hi,$s1lo
592 std $s1lo,[$ctx+8*12]
681 ldd [$ctx+8*12],$s1lo
802 ldd [$ctx+8*12],$s1lo ! reload constants
820 fmaddd $x3,$s1lo,$h0lo,$h0lo
H A Dpoly1305-ppcfp.pl77 my ($r3lo,$r3hi,$s1lo,$s1hi) = ($c0lo,$c0hi,$c1lo,$c1hi);
311 lfd $s1lo,8*12($ctx)
420 lfd $s1lo,8*12($ctx) # reload constants
437 fmadd $h0lo,$s1lo,$x3,$h0lo
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c244 const double s1lo = st->s[0]; in poly1305_blocks() local
365 h0lo = s3lo * x1 + s2lo * x2 + s1lo * x3 + r0lo * x0; in poly1305_blocks()