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

  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 1524 * pairs (xbar[j], xhat[j]) (j = 1...n) of private client keys are used
1530 * keys xbar[j] and xhat[j] for each client j. The partial decryption
1544 * gbar, ghat) and Alice has the client values (p, xbar, xhat).
1551 * the partial decryption keys gbar^k, ghat^k, xbar and xhat. She then
1569 BIGNUM *xbar[MVMAX], *xhat[MVMAX]; /* private keys vector */ local
1788 * Make private client keys (xbar[j], xhat[j]) for all j. Note
1797 xbar[j] = BN_new(); xhat[j] = BN_new();
1801 BN_zero(xbar[j]);
1808 BN_add(xbar[j], xbar[j], u)
    [all...]

Completed in 15 milliseconds