Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c186 KMF_X509_EXTENSION **extlist, int *nextns) in kmf_get_cert_extns() argument
193 if (certdata == NULL || extlist == NULL || nextns == NULL) in kmf_get_cert_extns()
199 *nextns = 0; in kmf_get_cert_extns()
217 (*nextns)++; in kmf_get_cert_extns()
219 (*nextns)); in kmf_get_cert_extns()
225 ret = copy_extension_data(&elist[(*nextns) - 1], eptr); in kmf_get_cert_extns()
238 *nextns = 0; in kmf_get_cert_extns()
246 if (flag != KMF_ALL_EXTNS && ret == KMF_OK && *nextns == 0) in kmf_get_cert_extns()