Searched refs:r3lo (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 77 my ($r3lo,$r3hi,$s1lo,$s1hi) = ($c0lo,$c0hi,$c1lo,$c1hi); 309 lfd $r3lo,8*10($ctx) 424 lfd $r3lo,8*10($ctx) 465 fmadd $h3lo,$r3lo,$x0,$h3lo
|
H A D | poly1305-sparcv9.pl | 457 my ($r3lo,$r3hi,$s1lo,$s1hi) = ($c0lo,$c0hi,$c1lo,$c1hi); 679 ldd [$ctx+8*10],$r3lo 806 ldd [$ctx+8*10],$r3lo 852 fmaddd $x0,$r3lo,$h3lo,$h3lo
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 241 const double r3lo = st->r[6]; in poly1305_blocks() local 368 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0; in poly1305_blocks()
|