Searched refs:ListElement (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmlist.cpp35 ListElement *ListElement::last()
37 for (ListElement *p = this; ; p = p->next())
44 ListElement::ListElement(CSSM_WORDID_TYPE word) function in class:ListElement
50 ListElement::ListElement(const CssmData &data) function in class:ListElement
57 ListElement::ListElement(Allocator &alloc, const CssmData &data) function in class:ListElement
64 ListElement function in class:ListElement
71 ListElement::ListElement(const CssmList &list) function in class:ListElement
[all...]
H A Dcssmlist.h50 class ListElement : public PodWrapper<ListElement, CSSM_LIST_ELEMENT> { class in namespace:Security
57 ListElement * &next() { return ListElement::overlayVar(NextElement); }
58 ListElement *next() const { return ListElement::overlay(NextElement); }
59 ListElement *last();
62 explicit ListElement(const CssmData &data);
63 explicit ListElement(Allocator &alloc, const CssmData &data);
64 explicit ListElement(Allocato
[all...]
H A Dacl_prompted.cpp72 new(alloc) ListElement(alloc, mPrompt));
85 ListElement *elem[1];
91 ListElement *elem[2];
H A Dacl_preauth.cpp42 ListElement *args[1];
76 new(alloc) ListElement(mAuthTag));
120 ListElement &sub = list[1];
192 new(alloc) ListElement(mSourceSubject->toList(alloc)));
H A Dacl_threshold.cpp91 new(alloc) ListElement(minimumNeeded),
92 new(alloc) ListElement(totalSubjects));
94 result += new(alloc) ListElement(elements[n]->toList(alloc));
114 const ListElement *subSubject = &list[3];
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));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.cpp35 ListElement *ListElement::last()
37 for (ListElement *p = this; ; p = p->next())
44 ListElement::ListElement(CSSM_WORDID_TYPE word) function in class:ListElement
50 ListElement::ListElement(const CssmData &data) function in class:ListElement
57 ListElement::ListElement(Allocator &alloc, const CssmData &data) function in class:ListElement
64 ListElement function in class:ListElement
71 ListElement::ListElement(const CssmList &list) function in class:ListElement
[all...]
H A Dcssmlist.h50 class ListElement : public PodWrapper<ListElement, CSSM_LIST_ELEMENT> { class in namespace:Security
57 ListElement * &next() { return ListElement::overlayVar(NextElement); }
58 ListElement *next() const { return ListElement::overlay(NextElement); }
59 ListElement *last();
62 explicit ListElement(const CssmData &data);
63 explicit ListElement(Allocator &alloc, const CssmData &data);
64 explicit ListElement(Allocato
[all...]
H A Dacl_prompted.cpp72 new(alloc) ListElement(alloc, mPrompt));
85 ListElement *elem[1];
91 ListElement *elem[2];
H A Dacl_preauth.cpp42 ListElement *args[1];
76 new(alloc) ListElement(mAuthTag));
120 ListElement &sub = list[1];
192 new(alloc) ListElement(mSourceSubject->toList(alloc)));
H A Dacl_threshold.cpp91 new(alloc) ListElement(minimumNeeded),
92 new(alloc) ListElement(totalSubjects));
94 result += new(alloc) ListElement(elements[n]->toList(alloc));
114 const ListElement *subSubject = &list[3];
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeychainacl.cpp44 new(alloc) ListElement(TypedList(alloc, CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)));
46 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)
48 new(alloc) ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT));
78 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT) and ListElement(password)
80 new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
81 new(allocator) ListElement(password));
88 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT) and ListElement(password)
90 new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWOR
[all...]
H A Daclclient.cpp150 new(alloc) ListElement(TypedList(alloc, CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)));
152 new(alloc) ListElement(alloc, CssmData()));
156 new(alloc) ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT));
159 new(alloc) ListElement(CSSM_WORDID_CANCELED));
171 new(alloc) ListElement(alloc, CssmData()));
180 new(alloc) ListElement(alloc, CssmData()));
230 new (allocator) ListElement (CSSM_SAMPLE_TYPE_PASSWORD),
231 new (allocator) ListElement (CssmAutoData(allocator, password).release()));
242 new (allocator) ListElement (CSSM_SAMPLE_TYPE_PASSWORD),
243 new (allocator) ListElement (CssmAutoDat
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeychainacl.cpp44 new(alloc) ListElement(TypedList(alloc, CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)));
46 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)
48 new(alloc) ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT));
78 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT) and ListElement(password)
80 new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
81 new(allocator) ListElement(password));
88 // @@@ This leaks a ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT) and ListElement(password)
90 new(allocator) ListElement(CSSM_SAMPLE_TYPE_PASSWOR
[all...]
H A Daclclient.cpp150 new(alloc) ListElement(TypedList(alloc, CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT)));
152 new(alloc) ListElement(alloc, CssmData()));
156 new(alloc) ListElement(CSSM_SAMPLE_TYPE_KEYCHAIN_PROMPT));
159 new(alloc) ListElement(CSSM_WORDID_CANCELED));
171 new(alloc) ListElement(alloc, CssmData()));
180 new(alloc) ListElement(alloc, CssmData()));
230 new (allocator) ListElement (CSSM_SAMPLE_TYPE_PASSWORD),
231 new (allocator) ListElement (CssmAutoData(allocator, password).release()));
242 new (allocator) ListElement (CSSM_SAMPLE_TYPE_PASSWORD),
243 new (allocator) ListElement (CssmAutoDat
[all...]
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp48 new(alloc) ListElement(initialAclPassphrase));
74 new(alloc) ListElement(StringData("wrongo")));
77 new(alloc) ListElement(StringData("very secret")));
90 new(alloc) ListElement(2), new(alloc) ListElement(3));
91 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
92 new(alloc) ListElement(alloc, "check me!")));
93 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
94 new(alloc) ListElement(alloc, "once again!")));
95 subject += new(alloc) ListElement(TypedLis
[all...]
H A Dtestblobs.cpp89 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
90 new(alloc) ListElement(passphrase));
92 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
93 new(alloc) ListElement(badPassphrase));
128 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
129 new(alloc) ListElement(passphrase));
138 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
139 new(alloc) ListElement(badPassphrase));
168 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
169 new(alloc) ListElement(newPassphras
[all...]
H A Dtestclient.cpp218 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
219 new(alloc) ListElement(password));
244 new(alloc) ListElement(CSSM_SAMPLE_TYPE_PASSWORD),
245 new(alloc) ListElement(password));
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DACL.cpp403 new(allocator) ListElement(1),
404 new(allocator) ListElement(2));
405 *mSubjectForm += new(allocator) ListElement(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
407 new(allocator) ListElement(allocator, CssmData::wrap(mPromptSelector)),
408 new(allocator) ListElement(allocator, mPromptDescription));
409 *mSubjectForm += new(allocator) ListElement(prompt);
417 new(allocator) ListElement(1),
418 new(allocator) ListElement(appCount + 1));
421 new(allocator) ListElement(mAppList[n]->makeSubject(allocator));
423 new(allocator) ListElement(allocato
[all...]
H A Ddefaultcreds.cpp156 new(allocator) ListElement((recordType==CSSM_DL_DB_RECORD_SYMMETRIC_KEY)?
158 new(allocator) ListElement(allocator, CssmData::wrap(cspHandle)),
159 new(allocator) ListElement(allocator, CssmData::wrap(masterKey)),
160 new(allocator) ListElement(allocator, ref.get())
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DACL.cpp403 new(allocator) ListElement(1),
404 new(allocator) ListElement(2));
405 *mSubjectForm += new(allocator) ListElement(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
407 new(allocator) ListElement(allocator, CssmData::wrap(mPromptSelector)),
408 new(allocator) ListElement(allocator, mPromptDescription));
409 *mSubjectForm += new(allocator) ListElement(prompt);
417 new(allocator) ListElement(1),
418 new(allocator) ListElement(appCount + 1));
421 new(allocator) ListElement(mAppList[n]->makeSubject(allocator));
423 new(allocator) ListElement(allocato
[all...]
H A Ddefaultcreds.cpp156 new(allocator) ListElement((recordType==CSSM_DL_DB_RECORD_SYMMETRIC_KEY)?
158 new(allocator) ListElement(allocator, CssmData::wrap(cspHandle)),
159 new(allocator) ListElement(allocator, CssmData::wrap(masterKey)),
160 new(allocator) ListElement(allocator, ref.get())
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DACL.cpp403 new(allocator) ListElement(1),
404 new(allocator) ListElement(2));
405 *mSubjectForm += new(allocator) ListElement(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
407 new(allocator) ListElement(allocator, CssmData::wrap(mPromptSelector)),
408 new(allocator) ListElement(allocator, mPromptDescription));
409 *mSubjectForm += new(allocator) ListElement(prompt);
417 new(allocator) ListElement(1),
418 new(allocator) ListElement(appCount + 1));
421 new(allocator) ListElement(mAppList[n]->makeSubject(allocator));
423 new(allocator) ListElement(allocato
[all...]
H A Ddefaultcreds.cpp156 new(allocator) ListElement((recordType==CSSM_DL_DB_RECORD_SYMMETRIC_KEY)?
158 new(allocator) ListElement(allocator, CssmData::wrap(cspHandle)),
159 new(allocator) ListElement(allocator, CssmData::wrap(masterKey)),
160 new(allocator) ListElement(allocator, ref.get())

Completed in 180 milliseconds

123