Searched defs:cert_handler (Results 1 – 2 of 2) sorted by relevance
57 struct cert_handler { struct58 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
45 struct cert_handler cert_handler[] = { variable