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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 72 static int tdur, r1per, r1lo, r1hi, r2per, r2lo, r2hi; variable
117 if ( sscanf(optarg, "%d:%d", &r1lo, &r1hi) != 2 ) {
144 if ( tdur == 0 || r1hi <= r1lo )
214 j = rand() % r1hi;
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 233 const double r1hi = st->r[3]; local
366 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0;
367 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
368 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 238 const double r1hi = st->r[3]; local
371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0;
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 238 const double r1hi = st->r[3]; local
371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0;
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;

Completed in 15 milliseconds