HomeSort by: relevance | last modified time | path
    Searched defs:r2lo (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 );
218 j += r2lo;
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 234 const double r2lo = st->r[4]; local
362 h2lo = r1lo * x1 + r0lo * x2 + s3lo * x3 + r2lo * x0;
363 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0;
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 239 const double r2lo = st->r[4]; local
367 h2lo = r1lo * x1 + r0lo * x2 + s3lo * x3 + r2lo * x0;
368 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 239 const double r2lo = st->r[4]; local
367 h2lo = r1lo * x1 + r0lo * x2 + s3lo * x3 + r2lo * x0;
368 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0;

Completed in 35 milliseconds