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

  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 1523 * encryption key A. The pair (gbar, ghat) of public server keys and the
1528 * private encryption key E and partial decryption keys gbar and ghat.
1535 * revoke keys. Included in the calculation of E, gbar and ghat is the
1537 * subsequently removed from the product and E, gbar and ghat
1544 * gbar, ghat) and Alice has the client values (p, xbar, xhat).
1548 * mod p and sends (y, gbar^k, ghat^k) to Alice.
1551 * the partial decryption keys gbar^k, ghat^k, xbar and xhat. She then
1575 BIGNUM *gbar, *ghat; /* public key */ local
1829 * and ghat = g^(s b), all mod p. The servers use these keys to
1834 bige = BN_new(); gbar = BN_new(); ghat = BN_new()
    [all...]
ntp-keygen.c 1523 * encryption key A. The pair (gbar, ghat) of public server keys and the
1528 * private encryption key E and partial decryption keys gbar and ghat.
1535 * revoke keys. Included in the calculation of E, gbar and ghat is the
1537 * subsequently removed from the product and E, gbar and ghat
1544 * gbar, ghat) and Alice has the client values (p, xbar, xhat).
1548 * mod p and sends (y, gbar^k, ghat^k) to Alice.
1551 * the partial decryption keys gbar^k, ghat^k, xbar and xhat. She then
1575 BIGNUM *gbar, *ghat; /* public key */ local
1829 * and ghat = g^(s b), all mod p. The servers use these keys to
1834 bige = BN_new(); gbar = BN_new(); ghat = BN_new()
    [all...]

Completed in 66 milliseconds