HomeSort by: relevance | last modified time | path
    Searched defs:r2hi (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
123 if ( sscanf(optarg, "%d:%d:%d", &r2per, &r2lo, &r2hi) != 3 ) {
217 j = rand() % (r2hi - r2lo + 1 );
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 235 const double r2hi = st->r[5]; local
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 240 const double r2hi = st->r[5]; local
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 240 const double r2hi = st->r[5]; local
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0;

Completed in 119 milliseconds