Searched refs:mTargetType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dwrapkey.h97 : Crypt(csp, alg), mKeySize(size), mTargetType(target), mIterationCount(0),
101 CSSM_ALGORITHMS targetType() const { return mTargetType; }
102 void targetType(CSSM_ALGORITHMS alg) { mTargetType = alg; }
118 CSSM_ALGORITHMS mTargetType; member in class:Security::CssmClient::DeriveKey
H A Dwrapkey.cpp166 mTargetType, mKeySize, mCred, mKey, mIterationCount, mSalt, mSeed, &mHandle));
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dwrapkey.h97 : Crypt(csp, alg), mKeySize(size), mTargetType(target), mIterationCount(0),
101 CSSM_ALGORITHMS targetType() const { return mTargetType; }
102 void targetType(CSSM_ALGORITHMS alg) { mTargetType = alg; }
118 CSSM_ALGORITHMS mTargetType; member in class:Security::CssmClient::DeriveKey
H A Dwrapkey.cpp166 mTargetType, mKeySize, mCred, mKey, mIterationCount, mSalt, mSeed, &mHandle));

Completed in 71 milliseconds