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

/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c1502 * encryption key A. The pair (gbar, ghat) of public server keys and the
1507 * private encryption key E and partial decryption keys gbar and ghat.
1514 * revoke keys. Included in the calculation of E, gbar and ghat is the
1516 * subsequently removed from the product and E, gbar and ghat
1523 * gbar, ghat) and Alice has the client values (p, xbar, xhat).
1527 * mod p and sends (y, gbar^k, ghat^k) to Alice.
1530 * the partial decryption keys gbar^k, ghat^k, xbar and xhat. She then
1554 BIGNUM *gbar, *ghat; /* public key */ local
1808 * and ghat = g^(s b), all mod p. The servers use these keys to
1813 bige = BN_new(); gbar = BN_new(); ghat
[all...]

Completed in 49 milliseconds