Searched refs:dstSI (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DclNssUtils.cpp790 NSS_SemanticsInformation dstSI; local
791 memset(&dstSI, 0, sizeof(dstSI));
793 dstSI.semanticsIdentifier = (CSSM_DATA_PTR)coder.malloc(sizeof(CSSM_DATA));
795 *dstSI.semanticsIdentifier);
798 dstSI.nameRegistrationAuthorities =
801 *dstSI.nameRegistrationAuthorities, coder);
803 PRErrorCode prtn = coder.encodeItem(&dstSI, kSecAsn1SemanticsInformationTemplate,
859 CE_SemanticsInformation *dstSI = dst->semanticsInfo; local
860 memset(dstSI,
[all...]

Completed in 168 milliseconds