Home
last modified time | relevance | path

Searched refs:cert_handler (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sbin/isakmpd/
Dcert.c45 struct cert_handler cert_handler[] = { variable
72 for (i = 0; i < sizeof cert_handler / sizeof cert_handler[0]; i++) in cert_init()
73 if (cert_handler[i].cert_init && in cert_init()
74 !(*cert_handler[i].cert_init)()) in cert_init()
86 for (i = 0; i < sizeof cert_handler / sizeof cert_handler[0]; i++) in crl_init()
87 if (cert_handler[i].crl_init && !(*cert_handler[i].crl_init)()) in crl_init()
93 struct cert_handler *
98 for (i = 0; i < sizeof cert_handler / sizeof cert_handler[0]; i++) in cert_get()
99 if (id == cert_handler[i].id) in cert_get()
100 return &cert_handler[i]; in cert_get()
[all …]
Dcert.h57 struct cert_handler { struct
84 struct cert_handler *handler; argument
92 struct cert_handler *cert_get(u_int16_t);
Dike_auth.c530 struct cert_handler *handler; in rsa_sig_decode_hash()
823 struct cert_handler *handler; in rsa_sig_encode_hash()
Dexchange.c1192 struct cert_handler *handler; in exchange_free_aux()
1323 struct cert_handler *handler; in exchange_finalize()
Dsa.c753 struct cert_handler *handler; in sa_release()
Dpf_key_v2.c1381 struct cert_handler *handler; in pf_key_v2_set_spi()
3278 struct cert_handler *handler = 0; in pf_key_v2_acquire()
Dmessage.c569 struct cert_handler *cert; in message_validate_cert_req()