Home
last modified time | relevance | path

Searched defs:cert_handler (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sbin/isakmpd/
H A Dcert.h57 struct cert_handler { struct
58 u_int16_t id; /* ISAKMP Cert Encoding ID */
59 int (*cert_init)(void);
60 int (*crl_init)(void);
61 void *(*cert_get)(u_int8_t *, u_int32_t);
85 struct cert_handler *handler; argument
H A Dcert.c45 struct cert_handler cert_handler[] = { variable