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

/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_recode.c49 CFDataRef dbBlob = NULL, extraData = NULL; local
69 result = SecKeychainCopyBlob(keychain2, &dbBlob);
81 CFArrayAppendValue(dbBlobArray, dbBlob);
85 result = SecKeychainRecodeKeychain(keychain1, dbBlob, extraData);
96 if (dbBlob)
97 CFRelease(dbBlob);
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestblobs.cpp45 CssmData dbBlob; local
46 ss.encodeDb(db1, dbBlob);
47 DbHandle db1a = ss.decodeDb(db1.dbId, &nullCred, dbBlob);
66 DbHandle db1b = ss.decodeDb(db1.dbId, &nullCred, dbBlob);
101 CssmData dbBlob; local
102 ss.encodeDb(db1, dbBlob);
103 DbHandle db1b = ss.decodeDb(db1.dbId, &nullCred, dbBlob);
108 DbHandle db1c = ss.decodeDb(db1.dbId, &nullCred, dbBlob);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A DcssmapplePriv.h111 CSSM_DATA dbBlob; member in struct:cssm_applecspdl_db_recode_parameters
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainPriv.h91 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob)
95 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef)
H A DSecKeychain.cpp1042 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob) argument
1047 RequiredParam(dbBlob);
1055 *dbBlob = CFDataCreate(kCFAllocatorDefault, data, data.length());
1061 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef) argument
1066 KCThrowParamErrIf_(!dbBlob);
1070 CssmData blob(const_cast<unsigned char *>(CFDataGetBytePtr(dbBlob)), CFDataGetLength(dbBlob));
H A DKeychains.h202 void copyBlob(CssmData &dbBlob);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainPriv.h91 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob)
95 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef)
H A DSecKeychain.cpp1042 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob) argument
1047 RequiredParam(dbBlob);
1055 *dbBlob = CFDataCreate(kCFAllocatorDefault, data, data.length());
1061 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef) argument
1066 KCThrowParamErrIf_(!dbBlob);
1070 CssmData blob(const_cast<unsigned char *>(CFDataGetBytePtr(dbBlob)), CFDataGetLength(dbBlob));
H A DKeychains.h202 void copyBlob(CssmData &dbBlob);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainPriv.h91 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob)
95 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef)
H A DSecKeychain.cpp1042 OSStatus SecKeychainCopyBlob(SecKeychainRef keychainRef, CFDataRef *dbBlob) argument
1047 RequiredParam(dbBlob);
1055 *dbBlob = CFDataCreate(kCFAllocatorDefault, data, data.length());
1061 OSStatus SecKeychainCreateWithBlob(const char* fullPathName, CFDataRef dbBlob, SecKeychainRef *kcRef) argument
1066 KCThrowParamErrIf_(!dbBlob);
1070 CssmData blob(const_cast<unsigned char *>(CFDataGetBytePtr(dbBlob)), CFDataGetLength(dbBlob));
H A DKeychains.h202 void copyBlob(CssmData &dbBlob);
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp307 DbBlob *dbBlob = dbBlobData.get().interpretedAs<DbBlob>(); local
309 memcpy(&blob.signature, &dbBlob->randomSignature, sizeof(dbBlob->randomSignature));
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/Reference/
H A Dtransition.cpp402 DbBlob *dbBlob = srcKC->blob(); local
403 *blob = dbBlob;
404 *blobLength = dbBlob->length();
425 DbBlob *dbBlob = Server::keychain(db)->blob(); // memory owned by database local
426 *blob = dbBlob;
427 *blobLength = dbBlob->length();
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtransition.cpp586 DbBlob *dbBlob = srcKC->blob(); local
587 *blob = dbBlob;
588 *blobLength = dbBlob->length();
612 DbBlob *dbBlob = Server::keychain(db)->blob(); // memory owned by database local
613 *blob = dbBlob;
614 *blobLength = dbBlob->length();
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddlclient.cpp427 params.dbBlob = data;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddlclient.cpp427 params.dbBlob = data;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSDLSession.cpp1279 db->recode(CssmData::overlay(params->dbBlob),

Completed in 274 milliseconds