Searched refs:s3hi (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 454 $s2lo,$s2hi,$s3lo,$s3hi, 571 faddd $s3lo,$two64,$s3hi 575 fsubd $s3hi,$two64,$s3hi 579 fsubd $s3lo,$s3hi,$s3lo 590 std $s3hi,[$ctx+8*17] 686 ldd [$ctx+8*17],$s3hi 812 fmuld $x1,$s3hi,$h0hi 823 fmaddd $x3,$s3hi,$h2hi,$h2hi 835 fmaddd $x2,$s3hi,$h1hi,$h1hi
|
H A D | poly1305-ppcfp.pl | 74 $s2lo,$s2hi,$s3lo,$s3hi, 316 lfd $s3hi,8*17($ctx) 429 fmul $h0hi,$s3hi,$x1 440 fmadd $h2hi,$s3hi,$x3,$h2hi 451 fmadd $h1hi,$s3hi,$x2,$h1hi
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 249 const double s3hi = st->s[5]; in poly1305_blocks() local 370 h0hi = s3hi * x1 + s2hi * x2 + s1hi * x3 + r0hi * x0; in poly1305_blocks() 371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0; in poly1305_blocks() 372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0; in poly1305_blocks()
|