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

/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h206 extern void crypto_setup (void);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c2056 crypto_setup();
H A Dntp_crypto.c3877 * crypto_setup - load keys, certificate and identity parameters
3891 crypto_setup(void) function
3909 "crypto_setup: spurious crypto command");
3934 "crypto_setup: random seed file %s missing",
3941 DPRINTF(1, ("crypto_setup: OpenSSL version %lx random seed file %s bytes read %d\n",
3968 "crypto_setup: host key file %s not found or corrupt",
3974 "crypto_setup: host key is not RSA key type");
4007 "crypto_setup: certificate file %s not found or corrupt",
4022 "crypto_setup: certificate %s is not self-signed",
4072 DPRINTF(1, ("crypto_setup
[all...]

Completed in 128 milliseconds