Searched defs:dld_ami_dn2str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c108 static AMI_STATUS (*dld_ami_dn2str)(const ami_handle_t *, variable
465 if (!(dld_ami_dn2str = (AMI_STATUS (*)(const ami_handle_t *,
820 if ((status = dld_ami_dn2str(amih, certs[0].info.subject, &answer))
945 if ((status = dld_ami_dn2str(amih, dn1, &dnstr1)) != AMI_OK) {
953 if ((status = dld_ami_dn2str(amih, dn2, &dnstr2)) != AMI_OK) {

Completed in 58 milliseconds