Searched refs:dstrdn (Results 1 – 1 of 1) sorted by relevance
802 KMF_X509_RDN *rdn, *dstrdn; in CopyRDN() local824 dstrdn = &newname->RelativeDistinguishedName[i]; in CopyRDN()825 (void) memset(dstrdn, 0, sizeof (KMF_X509_RDN)); in CopyRDN()827 dstrdn->numberOfPairs = rdn->numberOfPairs; in CopyRDN()828 if (dstrdn->numberOfPairs > 0) { in CopyRDN()829 av = malloc(dstrdn->numberOfPairs * in CopyRDN()835 (void) memset(av, 0, dstrdn->numberOfPairs * in CopyRDN()838 dstrdn->AttributeTypeAndValue = av; in CopyRDN()844 for (j = 0; j < dstrdn->numberOfPairs; j++) { in CopyRDN()846 dstav = &dstrdn->AttributeTypeAndValue[j]; in CopyRDN()[all …]