Searched refs:cert_handler (Results 1 – 7 of 7) sorted by relevance
45 struct cert_handler cert_handler[] = { variable72 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 …]
57 struct cert_handler { struct84 struct cert_handler *handler; argument92 struct cert_handler *cert_get(u_int16_t);
530 struct cert_handler *handler; in rsa_sig_decode_hash()823 struct cert_handler *handler; in rsa_sig_encode_hash()
1192 struct cert_handler *handler; in exchange_free_aux()1323 struct cert_handler *handler; in exchange_finalize()
753 struct cert_handler *handler; in sa_release()
1381 struct cert_handler *handler; in pf_key_v2_set_spi()3278 struct cert_handler *handler = 0; in pf_key_v2_acquire()
569 struct cert_handler *cert; in message_validate_cert_req()