Searched refs:kStandardMakerType (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.h54 enum MakerType {kStandardMakerType, kAnyMakerType}; enumerator in enum:Security::KeychainCore::Access::Maker::MakerType
56 Maker(Allocator &alloc = Allocator::standard(), MakerType makerType = kStandardMakerType);
H A DAccess.cpp191 if (maker.makerType() == Maker::kStandardMakerType)
349 if (makerType == kStandardMakerType)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.h54 enum MakerType {kStandardMakerType, kAnyMakerType}; enumerator in enum:Security::KeychainCore::Access::Maker::MakerType
56 Maker(Allocator &alloc = Allocator::standard(), MakerType makerType = kStandardMakerType);
H A DAccess.cpp191 if (maker.makerType() == Maker::kStandardMakerType)
349 if (makerType == kStandardMakerType)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.h54 enum MakerType {kStandardMakerType, kAnyMakerType}; enumerator in enum:Security::KeychainCore::Access::Maker::MakerType
56 Maker(Allocator &alloc = Allocator::standard(), MakerType makerType = kStandardMakerType);
H A DAccess.cpp191 if (maker.makerType() == Maker::kStandardMakerType)
349 if (makerType == kStandardMakerType)

Completed in 116 milliseconds