Searched refs:mInput (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dantlrplugin.cpp51 StringInputStream(const string &s) : mInput(s), mPos(mInput.begin()) { }
52 int getChar() { return (mPos == mInput.end()) ? EOF : *mPos++; }
55 string mInput; member in class:Security::CodeSigning::StringInputStream
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dantlrplugin.cpp51 StringInputStream(const string &s) : mInput(s), mPos(mInput.begin()) { }
52 int getChar() { return (mPos == mInput.end()) ? EOF : *mPos++; }
55 string mInput; member in class:Security::CodeSigning::StringInputStream
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp356 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
358 mInput.proto().tag(creationEntryTag);
366 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
373 ctx.input() = mInput;
H A DAccess.h69 AclEntryInput mInput; member in class:Security::KeychainCore::Access::Maker
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp356 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
358 mInput.proto().tag(creationEntryTag);
366 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
373 ctx.input() = mInput;
H A DAccess.h69 AclEntryInput mInput; member in class:Security::KeychainCore::Access::Maker
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp356 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
358 mInput.proto().tag(creationEntryTag);
366 mInput = AclEntryPrototype(TypedList(allocator, CSSM_ACL_SUBJECT_TYPE_ANY));
373 ctx.input() = mInput;
H A DAccess.h69 AclEntryInput mInput; member in class:Security::KeychainCore::Access::Maker

Completed in 144 milliseconds