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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_timer.c369 crypto_update();
H A Dntp_crypto.c1004 crypto_update();
1821 * crypto_update - compute new public value and sign extension fields
1839 crypto_update(void) function
1947 DPRINTF(1, ("crypto_update: %s\n", statstr));
1952 * crypto_update_taichange - eventually trigger crypto_update
1957 * an unguarded call to crypto_update() causes a crash.
1960 * for the use with autokey, and only calls 'crypto_update()' if it can
1978 /* crypto_update should at least not crash here! */
1979 crypto_update();
3337 crypto_update();
[all...]
H A Dntp_proto.c2942 crypto_update();
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h203 extern void crypto_update (void);

Completed in 127 milliseconds