Searched refs:ghat (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c1490 * encryption key A. The pair (gbar, ghat) of public server keys and the
1495 * private encryption key E and partial decryption keys gbar and ghat.
1502 * revoke keys. Included in the calculation of E, gbar and ghat is the
1504 * subsequently removed from the product and E, gbar and ghat
1511 * gbar, ghat) and Alice has the client values (p, xbar, xhat).
1515 * mod p and sends (y, gbar^k, ghat^k) to Alice.
1518 * the partial decryption keys gbar^k, ghat^k, xbar and xhat. She then
1542 BIGNUM *gbar, *ghat; /* public key */ local
1796 * and ghat = g^(s b), all mod p. The servers use these keys to
1801 bige = BN_new(); gbar = BN_new(); ghat
[all...]

Completed in 54 milliseconds