Searched refs:r1lo (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 237 const double r1lo = st->r[2]; in poly1305_blocks() local 366 h1lo = r0lo * x1 + s3lo * x2 + s2lo * x3 + r1lo * x0; in poly1305_blocks() 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()
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 73 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi, 305 lfd $r1lo,8*6($ctx) 430 fmul $h2lo,$r1lo,$x1 452 fmadd $h3lo,$r1lo,$x2,$h3lo 463 fmadd $h1lo,$r1lo,$x0,$h1lo
|
H A D | poly1305-sparcv9.pl | 453 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi, 675 ldd [$ctx+8*6],$r1lo 813 fmuld $x1,$r1lo,$h2lo 837 fmaddd $x2,$r1lo,$h3lo,$h3lo 850 fmaddd $x0,$r1lo,$h1lo,$h1lo
|