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

/openbsd-current/sbin/isakmpd/
H A Dinit.c88 cert_init();
123 cert_init();
H A Dcert.h42 * cert_init - initialize CERT handler.
59 int (*cert_init)(void); member in struct:cert_handler
98 int cert_init(void);
H A Dcert.c68 cert_init(void) function
74 if (cert_handler[i].cert_init &&
75 !(*cert_handler[i].cert_init)())

Completed in 162 milliseconds