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

/macosx-10.10.1/security_dotmac_tp-55107.1/lib/
H A DdotMacTpRpcGlue.h72 DotMacArchive **archives_v1, // RETURNED for list, allocated via alloc
H A DdotMacTpRpcGlue.cpp686 DotMacArchive **archives_v1, // RETURNED for list, allocated via alloc
698 if(archives_v1) {
699 *archives_v1 = NULL;
862 assert(archives_v1 != NULL);
863 ortn = dotMacReturnArchiveList_v1(resultDict, numArchives, archives_v1, alloc);
672 dotMacPostArchiveReq( uint32 version, DotMacCertTypeTag certTypeTag, DotMacArchiveType archiveType, const CSSM_DATA &userName, const CSSM_DATA &password, const CSSM_DATA &hostName, const CSSM_DATA *archiveName, const CSSM_DATA *pfxIn, const CSSM_DATA *timeString, const CSSM_DATA *serialNumber, CSSM_DATA *pfxOut, unsigned *numArchives, DotMacArchive **archives_v1, DotMacArchive_v2 **archives_v2, Allocator &alloc) argument
H A DdotMacCredRequest.cpp131 DotMacArchive **archives_v1 = NULL; local
141 archives_v1 = &archReq->archives;
184 &archReq->numArchives, archives_v1, archives_v2,

Completed in 118 milliseconds