HomeSort by: relevance | last modified time | path
    Searched defs:r3hi (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 237 const double r3hi = st->r[7]; local
368 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 242 const double r3hi = st->r[7]; local
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 242 const double r3hi = st->r[7]; local
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;

Completed in 119 milliseconds