Searched refs:mLabel (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_asymmetric.h44 mLabel(Allocator::standard()) { }
81 CssmAutoData mLabel; member in class:RSA_CryptContext
H A DRSA_DSA_keys.h73 const CSSM_DATA &label() { return mLabel; }
82 CssmAutoData mLabel; member in class:RSABinaryKey
H A DRSA_asymmetric.cpp82 mLabel.copy(label);
H A DRSA_DSA_keys.cpp49 mLabel(Allocator::standard())
64 mLabel.copy(label);
142 CSSM_DATA label = mLabel;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dsecurestorage.cpp226 : KeyImpl(ssDb->csp()), mLabel(ssDb->allocator())
228 mLabel.Length = kLabelSize;
229 mLabel.Data = reinterpret_cast<uint8 *>
230 (mLabel.mAllocator.malloc(mLabel.Length));
238 random.generate(mLabel, (uint32)mLabel.Length);
241 reinterpret_cast<uint32 *>(mLabel.Data)[0] = h2n(uint32(kGroupMagic));
256 mLabel));
265 : KeyImpl(ssDb->csp()), mLabel(ssD
[all...]
H A Dsecurestorage.h229 CssmDataContainer mLabel; member in class:Security::CssmClient::SSGroupImpl
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dsecurestorage.cpp226 : KeyImpl(ssDb->csp()), mLabel(ssDb->allocator())
228 mLabel.Length = kLabelSize;
229 mLabel.Data = reinterpret_cast<uint8 *>
230 (mLabel.mAllocator.malloc(mLabel.Length));
238 random.generate(mLabel, (uint32)mLabel.Length);
241 reinterpret_cast<uint32 *>(mLabel.Data)[0] = h2n(uint32(kGroupMagic));
256 mLabel));
265 : KeyImpl(ssDb->csp()), mLabel(ssD
[all...]
H A Dsecurestorage.h229 CssmDataContainer mLabel; member in class:Security::CssmClient::SSGroupImpl
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12SafeBag.h226 CSSM_DATA &label() { return mLabel; }
252 CSSM_DATA mLabel; member in class:P12KeyBag
H A Dpkcs12SafeBag.cpp457 mLabel.Data = NULL;
458 mLabel.Length = 0;
470 mCoder.allocCopyItem(newLabel, mLabel);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12SafeBag.h226 CSSM_DATA &label() { return mLabel; }
252 CSSM_DATA mLabel; member in class:P12KeyBag
H A Dpkcs12SafeBag.cpp457 mLabel.Data = NULL;
458 mLabel.Length = 0;
470 mCoder.allocCopyItem(newLabel, mLabel);

Completed in 189 milliseconds