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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dattachfactory.h45 AttachmentMaker(CSSM_SERVICE_TYPE type) : mType(type) { }
58 CSSM_SERVICE_TYPE factoryType() const { return mType; }
61 CSSM_SERVICE_TYPE mType; member in class:AttachmentMaker
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dreader.h51 Type type() const { return mType; }
71 Type mType; member in class:Reader
H A Dreader.cpp36 : cache(tc), mType(pcsc), mToken(NULL)
44 : cache(tc), mType(software), mToken(NULL)
H A Dtokencache.h78 Type type() const { return mType; }
96 Type mType; // type of Token cache entry member in class:TokenCache::Token
H A DAuthorizationRule.cpp238 mType(kUser), mGroupName("admin"), mMaxCredentialAge(300.0), mShared(true), mAllowRoot(false), mSessionOwner(false), mTries(0), mAuthenticateUser(true), mExtractPassword(false)
264 mType = kAllow;
269 mType = kDeny;
273 mType = kUser;
301 mType = kEvaluateMechanisms;
312 mType = kRuleDelegation;
349 mType = kKofN;
365 mType = kRuleDelegation;
468 if ((mType == kUser) && (mGroupName.length()))
726 assert(mType
[all...]
H A Dtokencache.cpp225 mType = type;
H A DAuthorizationRule.h99 } mType; member in class:Authorization::RuleImpl
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Daclsubject.h151 CSSM_ACL_SUBJECT_TYPE type() const { return mType; }
178 CSSM_ACL_SUBJECT_TYPE mType; member in class:Security::AclSubject
187 uint32 type() const { return mType; }
199 CSSM_ACL_SUBJECT_TYPE mType; member in class:Security::AclSubject::Maker
H A Daclsubject.cpp81 : mType(type), mVersion(v)
H A Dobjectacl.cpp544 : mType(type)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Daclsubject.h151 CSSM_ACL_SUBJECT_TYPE type() const { return mType; }
178 CSSM_ACL_SUBJECT_TYPE mType; member in class:Security::AclSubject
187 uint32 type() const { return mType; }
199 CSSM_ACL_SUBJECT_TYPE mType; member in class:Security::AclSubject::Maker
H A Daclsubject.cpp81 : mType(type), mVersion(v)
H A Dobjectacl.cpp544 : mType(type)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DCertificate.cpp52 mType(type),
119 mType(certificate.mType),
691 // Adjust mType based on the actual version of the cert.
695 mType = CSSM_CERT_X_509v1 + (*reinterpret_cast<uint32 *>(versionPtr->Data));
698 mType = CSSM_CERT_X_509v1;
702 mDbAttributes->add(Schema::attributeInfo(kSecCertTypeItemAttr), mType); local
749 attr.data = &mType;
750 attr.length = sizeof(mType);
754 return mType;
[all...]
H A DCertificate.h131 CSSM_CERT_TYPE mType; member in class:Security::KeychainCore::Certificate
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificate.cpp52 mType(type),
119 mType(certificate.mType),
691 // Adjust mType based on the actual version of the cert.
695 mType = CSSM_CERT_X_509v1 + (*reinterpret_cast<uint32 *>(versionPtr->Data));
698 mType = CSSM_CERT_X_509v1;
702 mDbAttributes->add(Schema::attributeInfo(kSecCertTypeItemAttr), mType); local
749 attr.data = &mType;
750 attr.length = sizeof(mType);
754 return mType;
[all...]
H A DCertificate.h131 CSSM_CERT_TYPE mType; member in class:Security::KeychainCore::Certificate
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificate.cpp52 mType(type),
119 mType(certificate.mType),
691 // Adjust mType based on the actual version of the cert.
695 mType = CSSM_CERT_X_509v1 + (*reinterpret_cast<uint32 *>(versionPtr->Data));
698 mType = CSSM_CERT_X_509v1;
702 mDbAttributes->add(Schema::attributeInfo(kSecCertTypeItemAttr), mType); local
749 attr.data = &mType;
750 attr.length = sizeof(mType);
754 return mType;
[all...]
H A DCertificate.h131 CSSM_CERT_TYPE mType; member in class:Security::KeychainCore::Certificate
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1388 IOMediumType mType; local
1404 mType = medium->getType();
1405 XTRACE(this, 0, mType, "selectMedium - Type");
1407 if ((mType & kIOMediumNetworkTypeMask) != kIOMediumEthernet)
1415 switch (mType & (kIOMediumNetworkTypeMask | kIOMediumSubTypeMask))
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DCSPsession.h176 CSSM_CONTEXT_TYPE type() const { return mType; }
209 CSSM_CONTEXT_TYPE mType; // CSSM context type member in class:Security::CSPFullPluginSession::CSPContext
H A DCSPsession.cpp81 ctx->mType = context.type();
660 cloned->mType = CSSM_ALGCLASS_DIGEST;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DCSPsession.h176 CSSM_CONTEXT_TYPE type() const { return mType; }
209 CSSM_CONTEXT_TYPE mType; // CSSM context type member in class:Security::CSPFullPluginSession::CSPContext
H A DCSPsession.cpp81 ctx->mType = context.type();
660 cloned->mType = CSSM_ALGCLASS_DIGEST;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeContext.cpp402 if((mType == CSSM_ALGCLASS_SIGNATURE) && (mDirection == false)) {

Completed in 179 milliseconds