Home
last modified time | relevance | path

Searched refs:iffval (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c2183 if (peer->iffval != NULL) in crypto_alice()
2184 BN_free(peer->iffval); in crypto_alice()
2185 peer->iffval = BN_new(); in crypto_alice()
2188 BN_rand(peer->iffval, len * 8, -1, 1); /* r mod q*/ in crypto_alice()
2190 BN_mod(peer->iffval, peer->iffval, q, bctx); in crypto_alice()
2202 BN_bn2bin(peer->iffval, vp->ptr); in crypto_alice()
2384 if (peer->iffval == NULL) { in crypto_iff()
2408 BN_mod_exp(bn, pub_key, peer->iffval, p, bctx); in crypto_iff()
2418 BN_free(peer->iffval); in crypto_iff()
[all...]
H A Dntp_proto.c3249 if (peer->iffval != NULL) in peer_clear()
3250 BN_free(peer->iffval); in peer_clear()
/freebsd/contrib/ntp/sntp/
H A Dnetworking.h79 BIGNUM *iffval; /* identity challenge (IFF, GQ, MV) */ member
/freebsd/contrib/ntp/include/
H A Dntp.h325 BIGNUM *iffval; /* identity challenge (IFF, GQ, MV) */
321 BIGNUM *iffval; /* identity challenge (IFF, GQ, MV) */ global() member