Searched refs:ListElement (Results 26 - 50 of 58) sorted by relevance

123

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_codesigning.cpp58 new(alloc) ListElement(type),
59 new(alloc) ListElement(alloc, CssmData::wrap(legacyHash(), SHA1::digestLength)),
60 new(alloc) ListElement(alloc, CssmData::wrap(path().c_str(), path().size() + 1)));
64 list += new(alloc) ListElement(alloc,
68 list += new(alloc) ListElement(alloc, CssmData(*it->second));
H A Dcssmaclpod.cpp193 new(allocator()) ListElement(slot),
194 new(allocator()) ListElement(status));
203 new(allocator()) ListElement(slot),
204 new(allocator()) ListElement(status),
205 new(allocator()) ListElement(count));
H A Dacl_process.cpp74 new(alloc) ListElement(sData));
84 ListElement *selectorData;
H A Dacl_password.cpp74 ListElement *password;
H A Daclsubject.h194 ListElement **array = NULL, ...);
195 static CSSM_WORDID_TYPE getWord(const ListElement &list,
H A Dacl_protectedpw.cpp84 ListElement *password;
H A Dacl_secret.cpp105 TypedList data(alloc, type(), new(alloc) ListElement(secret.get()));
H A Dobjectacl.cpp575 void AclSubject::Maker::crack(const CssmList &list, uint32 count, ListElement **array, ...)
582 ListElement *elem = list.first()->next();
593 CSSM_WORDID_TYPE AclSubject::Maker::getWord(const ListElement &elem,
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_process.cpp74 new(alloc) ListElement(sData));
84 ListElement *selectorData;
H A Dacl_password.cpp74 ListElement *password;
H A Daclsubject.h194 ListElement **array = NULL, ...);
195 static CSSM_WORDID_TYPE getWord(const ListElement &list,
H A Dacl_protectedpw.cpp84 ListElement *password;
H A Dacl_secret.cpp105 TypedList data(alloc, type(), new(alloc) ListElement(secret.get()));
H A Dobjectacl.cpp575 void AclSubject::Maker::crack(const CssmList &list, uint32 count, ListElement **array, ...)
582 ListElement *elem = list.first()->next();
593 CSSM_WORDID_TYPE AclSubject::Maker::getWord(const ListElement &elem,
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp239 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
240 new(alloc) ListElement(StringData(passphrase)));
242 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
243 new(alloc) ListElement(StringData(passphrase)));
253 new(alloc) ListElement(CSSM_SAMPLE_TYPE_SYMMETRIC_KEY),
254 new(alloc) ListElement(CssmData::wrap(cspHandle)),
255 new(alloc) ListElement(CssmData::wrap(static_cast<const CssmKey &>(*masterKeyRef))));
257 new(alloc) ListElement(CSSM_SAMPLE_TYPE_SYMMETRIC_KEY),
258 new(alloc) ListElement(CssmData::wrap(cspHandle)),
259 new(alloc) ListElement(CssmDat
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dacl_keychain.cpp212 new(alloc) ListElement(alloc, CssmData::wrap(selector)),
213 new(alloc) ListElement(alloc, description));
240 ListElement *params[1];
247 ListElement *params[2];
H A Dtokenacl.cpp159 new(alloc) ListElement(passphrase)
168 new(alloc) ListElement(*oldPassphrase));
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Daclclient.h147 ListElement mAny;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Daclclient.h147 ListElement mAny;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp357 new(allocator) ListElement(mKey.get())));
361 mCreds += TypedList(allocator, CSSM_SAMPLE_TYPE_PASSWORD, new(allocator) ListElement(mKey.get()));
H A DKeychains.cpp657 oldList.append(new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD));
658 oldList.append(new(allocator) ListElement(oldPass));
666 newList.append(new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD));
667 newList.append(new(allocator) ListElement(newPass));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp357 new(allocator) ListElement(mKey.get())));
361 mCreds += TypedList(allocator, CSSM_SAMPLE_TYPE_PASSWORD, new(allocator) ListElement(mKey.get()));
H A DKeychains.cpp657 oldList.append(new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD));
658 oldList.append(new(allocator) ListElement(oldPass));
666 newList.append(new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD));
667 newList.append(new(allocator) ListElement(newPass));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp357 new(allocator) ListElement(mKey.get())));
361 mCreds += TypedList(allocator, CSSM_SAMPLE_TYPE_PASSWORD, new(allocator) ListElement(mKey.get()));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDDLSession.cpp413 new (track) ListElement(track,
417 new (track) ListElement(track, CssmData()));

Completed in 298 milliseconds

123