Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl73 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
307 lfd $r2lo,8*8($ctx)
434 fmul $h3lo,$r2lo,$x1
459 fmadd $h2lo,$r2lo,$x0,$h2lo
H A Dpoly1305-sparcv9.pl453 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
677 ldd [$ctx+8*8],$r2lo
817 fmuld $x1,$r2lo,$h3lo
846 fmaddd $x0,$r2lo,$h2lo,$h2lo
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c239 const double r2lo = st->r[4]; in poly1305_blocks() local
367 h2lo = r1lo * x1 + r0lo * x2 + s3lo * x3 + r2lo * x0; in poly1305_blocks()
368 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0; in poly1305_blocks()