Home
last modified time | relevance | path

Searched refs:certificate_request (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.c251 if (rmsel->certificate_request != NULL) { in rmconf_match_type()
252 if (oakley_get_certtype(rmsel->certificate_request) != in rmconf_match_type()
259 if (rmsel->certificate_request->l > 1) { in rmconf_match_type()
263 if (rmsel->certificate_request->l - 1 != issuer->l || in rmconf_match_type()
264 memcmp(rmsel->certificate_request->v + 1, in rmconf_match_type()
295 rmsel->certificate_request = iph1->cr_p; in rmconf_selector_from_ph1()
Dremoteconf.h183 vchar_t *certificate_request; member