Searched refs:recordType (Results 76 - 100 of 150) sorted by relevance

123456

/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DDSX509Relation.h134 DSX509Relation (CSSM_DB_RECORDTYPE recordType, int numberOfColumns, columnInfoLoader *theColumnInfo);
H A DRelation.h198 UniqueIdentifier (CSSM_DB_RECORDTYPE recordType);
267 Relation (CSSM_DB_RECORDTYPE recordType);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychainItemExtendedAttributes.cpp98 CSSM_DB_RECORDTYPE recType = inItem->recordType();
176 inItem->recordType(), inItem->itemID(), nameCData,
244 CSSM_DB_RECORDTYPE recType = inItem->recordType();
H A DSecImportExportCrypto.cpp249 CSSM_DB_RECORDTYPE recordType; local
254 recordType = CSSM_DL_DB_RECORD_PUBLIC_KEY;
257 recordType = CSSM_DL_DB_RECORD_PRIVATE_KEY;
260 recordType = CSSM_DL_DB_RECORD_SYMMETRIC_KEY;
279 dbCursor->recordType(recordType);
292 Item keyItem = keychain->item(recordType, uniqueId);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychainItemExtendedAttributes.cpp98 CSSM_DB_RECORDTYPE recType = inItem->recordType();
176 inItem->recordType(), inItem->itemID(), nameCData,
244 CSSM_DB_RECORDTYPE recType = inItem->recordType();
H A DSecImportExportCrypto.cpp249 CSSM_DB_RECORDTYPE recordType; local
254 recordType = CSSM_DL_DB_RECORD_PUBLIC_KEY;
257 recordType = CSSM_DL_DB_RECORD_PRIVATE_KEY;
260 recordType = CSSM_DL_DB_RECORD_SYMMETRIC_KEY;
279 dbCursor->recordType(recordType);
292 Item keyItem = keychain->item(recordType, uniqueId);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychainItemExtendedAttributes.cpp98 CSSM_DB_RECORDTYPE recType = inItem->recordType();
176 inItem->recordType(), inItem->itemID(), nameCData,
244 CSSM_DB_RECORDTYPE recType = inItem->recordType();
H A DSecImportExportCrypto.cpp249 CSSM_DB_RECORDTYPE recordType; local
254 recordType = CSSM_DL_DB_RECORD_PUBLIC_KEY;
257 recordType = CSSM_DL_DB_RECORD_PRIVATE_KEY;
260 recordType = CSSM_DL_DB_RECORD_SYMMETRIC_KEY;
279 dbCursor->recordType(recordType);
292 Item keyItem = keychain->item(recordType, uniqueId);
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDDLSession.cpp242 CSSM_DB_RECORDTYPE recordType = pAttributes->DataRecordType; local
248 if (recordType == CSSM_DL_DB_RECORD_PUBLIC_KEY
249 || recordType == CSSM_DL_DB_RECORD_PRIVATE_KEY
250 || recordType == CSSM_DL_DB_RECORD_SYMMETRIC_KEY)
260 new SDKey(*this, *outKey, hKey, db, record, recordType, *inoutData);
H A DSDKey.cpp86 attributes.recordType(mRecordType);
146 RecordHandle record, CSSM_DB_RECORDTYPE recordType,
176 attributes.recordType(mRecordType);
145 SDKey(SDDLSession &session, CssmKey &ioKey, KeyHandle hKey, CSSM_DB_HANDLE inDBHandle, RecordHandle record, CSSM_DB_RECORDTYPE recordType, CssmData &keyBlob) argument
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdb.cpp418 if (recordType() < other.recordType()) return true;
419 if (other.recordType() < recordType()) return false;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSKey.cpp79 attributes.recordType(mRecordType);
138 const SSUniqueRecord &uniqueId, CSSM_DB_RECORDTYPE recordType,
142 mRecordType(recordType),
168 attributes.recordType(mRecordType);
137 SSKey(SSDLSession &session, CssmKey &ioKey, SSDatabase &inSSDatabase, const SSUniqueRecord &uniqueId, CSSM_DB_RECORDTYPE recordType, CssmData &keyBlob) argument
H A DSSDatabase.h53 SSUniqueRecord insert(CSSM_DB_RECORDTYPE recordType,
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdb.cpp418 if (recordType() < other.recordType()) return true;
419 if (other.recordType() < recordType()) return false;
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSRebuildBTree.c974 switch (theRecPtr->recordType) {
999 plog("Unknown attribute type %u\n", theRecPtr->recordType);
1026 switch ( theRecPtr->recordType )
1059 switch ( theRecPtr->recordType )
1211 plog( " recordType %d ", thePtr->recordType );
1212 if ( thePtr->recordType == kHFSPlusFolderRecord )
1214 else if ( thePtr->recordType == kHFSPlusFileRecord )
1216 else if ( thePtr->recordType == kHFSPlusFolderThreadRecord )
1218 else if ( thePtr->recordType
[all...]
H A DSCatalog.c62 switch (recp->recordType) {
184 nodeType = rec.recordType;
H A DSVerify1.c1741 record.recordType = 0;
1774 if ( record.recordType == kHFSPlusFolderRecord )
1780 GPtr->CNType = record.recordType; // target CNode type = directory ID
1844 mtp->thread.recordType = kHFSPlusFolderThreadRecord;
1875 else if ( record.recordType == kHFSPlusFileRecord )
1879 GPtr->CNType = record.recordType; // target CNode type = thread
1886 else if ( record.recordType == kHFSFolderRecord )
1892 GPtr->CNType = record.recordType; /* target CNode type = directory ID */
1948 else if ( record.recordType == kHFSFileRecord )
1952 GPtr->CNType = record.recordType; /* targe
[all...]
H A DCatalogCheck.c147 switch (catRecord.catRecord.recordType) {
154 if (catRecord.catRecord.recordType == kHFSPlusFolderRecord) {
156 } else if ((catRecord.catRecord.recordType == kHFSPlusFileRecord) &&
402 switch (catRecord.catRecord.recordType) {
552 rec.recordType == kHFSPlusFileRecord) {
560 rec.recordType == kHFSPlusFileRecord) {
670 gScavGlobals->CNType = rec->recordType;
672 switch (rec->recordType) {
713 if (rec->recordType == kHFSPlusFileThreadRecord)
745 gScavGlobals->CNType = rec->recordType;
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c595 if (file_rec.recordType != kHFSFileRecord) {
659 switch (recp->recordType) {
739 switch (recp->recordType) {
938 && (recp->recordType == kHFSPlusFileRecord)
1412 (recp->recordType == kHFSPlusFileRecord) &&
1455 int fromtype = recp->recordType;
1474 if ((fromtype != recp->recordType) ||
1790 switch (crp->recordType) {
2180 if (crp->recordType != kHFSPlusFileRecord) {
2181 printf("hfs: update_siblinglinks_callback: unexpected rec type %d\n", crp->recordType);
[all...]
H A Dhfs_search.c456 if (recp->recordType != kHFSPlusFileRecord) {
686 switch (rec->recordType) {
815 switch (rec->recordType) {
871 if (rec->recordType == kHFSFileRecord ||
872 rec->recordType == kHFSPlusFileRecord) {
874 if (rec->recordType == kHFSPlusFileRecord) {
950 else if (rec->recordType == kHFSFolderRecord ||
951 rec->recordType == kHFSPlusFolderRecord) {
953 else if (rec->recordType == kHFSPlusFolderRecord) {
/macosx-10.9.5/SecurityTokend-55107/lib/
H A DSecTokend.h107 CSSM_RETURN (*insertRecord)(CSSM_DB_RECORDTYPE recordType,
110 CSSM_RETURN (*modifyRecord)(CSSM_DB_RECORDTYPE recordType, CSSM_HANDLE *hRecord,
H A Dtdclient.h87 void insertRecord(CSSM_DB_RECORDTYPE recordType,
90 void modifyRecord(CSSM_DB_RECORDTYPE recordType, RecordHandle &hRecord,
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A DSecTokend.h107 CSSM_RETURN (*insertRecord)(CSSM_DB_RECORDTYPE recordType,
110 CSSM_RETURN (*modifyRecord)(CSSM_DB_RECORDTYPE recordType, CSSM_HANDLE *hRecord,
H A Dtdclient.h87 void insertRecord(CSSM_DB_RECORDTYPE recordType,
90 void modifyRecord(CSSM_DB_RECORDTYPE recordType, RecordHandle &hRecord,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddlclient.h265 virtual DbUniqueRecord insert(CSSM_DB_RECORDTYPE recordType,
269 virtual DbUniqueRecord insertWithoutEncryption(CSSM_DB_RECORDTYPE recordType,
461 virtual void modify(CSSM_DB_RECORDTYPE recordType,
466 virtual void modifyWithoutEncryption (CSSM_DB_RECORDTYPE recordType,

Completed in 242 milliseconds

123456