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

12

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmpods.h127 class CssmCryptoData : public PodWrapper<CssmCryptoData, CSSM_CRYPTO_DATA> { class in namespace:Security
129 CssmCryptoData() { } function in class:Security::CssmCryptoData
131 CssmCryptoData(const CssmData &param, CSSM_CALLBACK callback = NULL, void *ctx = NULL) function in class:Security::CssmCryptoData
134 CssmCryptoData(const CssmData &param, CryptoCallback &cb) function in class:Security::CssmCryptoData
137 CssmCryptoData(CSSM_CALLBACK callback, void *ctx = NULL) function in class:Security::CssmCryptoData
140 explicit CssmCryptoData(CryptoCallback &cb) function in class:Security::CssmCryptoData
155 class CryptoDataClass : public CssmCryptoData {
157 CryptoDataClass() : CssmCryptoData(callbackShim, this) { }
H A Dcssmwalkers.h120 CssmCryptoData *walk(Action &operate, CssmCryptoData * &data)
129 { return walk(operate, CssmCryptoData::overlayVar(data)); }
H A Dcontext.h95 operator CssmCryptoData & () const
97 return CssmCryptoData::overlay(*Attribute.CryptoData); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmpods.h127 class CssmCryptoData : public PodWrapper<CssmCryptoData, CSSM_CRYPTO_DATA> { class in namespace:Security
129 CssmCryptoData() { } function in class:Security::CssmCryptoData
131 CssmCryptoData(const CssmData &param, CSSM_CALLBACK callback = NULL, void *ctx = NULL) function in class:Security::CssmCryptoData
134 CssmCryptoData(const CssmData &param, CryptoCallback &cb) function in class:Security::CssmCryptoData
137 CssmCryptoData(CSSM_CALLBACK callback, void *ctx = NULL) function in class:Security::CssmCryptoData
140 explicit CssmCryptoData(CryptoCallback &cb) function in class:Security::CssmCryptoData
155 class CryptoDataClass : public CssmCryptoData {
157 CryptoDataClass() : CssmCryptoData(callbackShim, this) { }
H A Dcssmwalkers.h120 CssmCryptoData *walk(Action &operate, CssmCryptoData * &data)
129 { return walk(operate, CssmCryptoData::overlayVar(data)); }
H A Dcontext.h95 operator CssmCryptoData & () const
97 return CssmCryptoData::overlay(*Attribute.CryptoData); }
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dgenkey.h44 void seed(const CssmCryptoData &s) { mSeed = &s; set(CSSM_ATTRIBUTE_SEED, s); }
66 const CssmCryptoData *mSeed;
H A Dwrapkey.h105 const CssmCryptoData seed() const { return *mSeed; }
106 void seed(const CssmCryptoData &data) { mSeed = &data; }
120 const CssmCryptoData *mSeed;
H A Dcspclient.h240 Random(const CSP &csp, CSSM_ALGORITHMS alg, const CssmCryptoData &seed)
244 Random(const CSP &csp, CSSM_ALGORITHMS alg, const CssmCryptoData &seed, uint32 size)
247 void seed(const CssmCryptoData &data);
261 const CssmCryptoData *mSeed;
H A Dcspclient.cpp230 void Random::seed(const CssmCryptoData &seedData)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dgenkey.h44 void seed(const CssmCryptoData &s) { mSeed = &s; set(CSSM_ATTRIBUTE_SEED, s); }
66 const CssmCryptoData *mSeed;
H A Dwrapkey.h105 const CssmCryptoData seed() const { return *mSeed; }
106 void seed(const CssmCryptoData &data) { mSeed = &data; }
120 const CssmCryptoData *mSeed;
H A Dcspclient.h240 Random(const CSP &csp, CSSM_ALGORITHMS alg, const CssmCryptoData &seed)
244 Random(const CSP &csp, CSSM_ALGORITHMS alg, const CssmCryptoData &seed, uint32 size)
247 void seed(const CssmCryptoData &data);
261 const CssmCryptoData *mSeed;
H A Dcspclient.cpp230 void Random::seed(const CssmCryptoData &seedData)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dmiscalgorithms.cpp142 if (const CssmCryptoData *seed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED)) {
H A DFEEKeys.cpp271 CssmCryptoData *cseed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED);
H A DderiveKey.cpp152 CssmCryptoData *cryptData =
153 context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED);
H A Dpkcs12Derive.cpp322 CssmCryptoData *cryptData =
323 context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED);
H A DAppleCSP.cpp278 CssmCryptoData *cseed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED);
H A DopensshWrap.cpp284 CssmCryptoData *cryptData =
285 context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED);
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestclient.cpp226 const CssmCryptoData seed(StringData("rain tonight"));
H A Dtestcrypto.cpp52 const CssmCryptoData seed(StringData("Seed ye well, my friend, and ye shall reap..."));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSContext.cpp88 if (const CssmCryptoData *seed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDContext.cpp94 if (const CssmCryptoData *seed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED)) {
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtdtransit.cpp79 // we also evaluate CssmCryptoData callbacks at this time.
83 CssmCryptoData cryptoDataValue; // holding area for CssmCryptoData element
89 CssmCryptoData &data = ctx[n]; // extract CssmCryptoData value

Completed in 193 milliseconds

12