Searched defs:csp (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dustr_imp.h89 const UCaseProps *csp; member in struct:UCaseMap
H A Duniset_closure.cpp185 const UCaseProps *csp = ucase_getSingleton(); local
H A Ducasemap.cpp420 utf8_foldCase(const UCaseProps *csp, argument
H A Dunormcmp.cpp148 const UCaseProps *csp; local
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcryptoclient.cpp27 Crypt::Crypt(const CSP &csp, CSSM_ALGORITHMS alg) argument
H A Dgenkey.cpp27 GenerateKey::GenerateKey(const CSP &csp, CSSM_ALGORITHMS alg, uint32 size) argument
H A Dmacclient.h40 MacContext(const CSP &csp, CSSM_ALGORITHMS alg) argument
56 GenerateMac(const CSP &csp, CSSM_ALGORITHMS alg) : MacContext(csp, alg) { } argument
73 VerifyMac(const CSP &csp, CSSM_ALGORITHMS alg) : MacContext(csp, alg) { } argument
H A Dsignclient.h38 SigningContext(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS signOnly = CSSM_ALGID_NONE) argument
57 Sign(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS signOnly = CSSM_ALGID_NONE) argument
75 Verify(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS verifyOnly = CSSM_ALGID_NONE) argument
H A Dcryptoclient.h70 Encrypt(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {}; argument
94 Decrypt(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {}; argument
H A Dkeyclient.cpp29 KeyImpl::KeyImpl(const CSP &csp) : ObjectImpl(csp), CssmKey() argument
34 KeyImpl::KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy) : ObjectImpl(csp), CssmKey(key) argument
41 KeyImpl::KeyImpl(const CSP &csp, const CSSM_DATA &keyData) : ObjectImpl(csp), argument
[all...]
H A Dtpclient.cpp95 void TPImpl::use(CSP &csp) argument
H A Dwrapkey.h39 WrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : argument
65 UnwrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {} argument
96 DeriveKey(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS target, uint32 size = 0) argument
H A Daclclient.h76 const CSSM_CSP_HANDLE csp; member in class:Security::CssmClient::KeyAclBearer
H A Dkeyclient.h45 CSP csp() const { return parent<CSP>(); } function in class:Security::CssmClient::KeyImpl
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {} argument
75 Key(const CSP &csp, const CSSM_DATA &keyData) : Object(new Impl(csp, keyData)) {} argument
78 Key(const CSP &csp) : Object(new Impl(csp)) {} argument
91 makeNewKey(const CSP &csp) argument
[all...]
H A Dcspclient.cpp56 Context::Context(const CSP &csp, CSSM_ALGORITHMS alg) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcryptoclient.cpp27 Crypt::Crypt(const CSP &csp, CSSM_ALGORITHMS alg) argument
H A Dgenkey.cpp27 GenerateKey::GenerateKey(const CSP &csp, CSSM_ALGORITHMS alg, uint32 size) argument
H A Dmacclient.h40 MacContext(const CSP &csp, CSSM_ALGORITHMS alg) argument
56 GenerateMac(const CSP &csp, CSSM_ALGORITHMS alg) : MacContext(csp, alg) { } argument
73 VerifyMac(const CSP &csp, CSSM_ALGORITHMS alg) : MacContext(csp, alg) { } argument
H A Dsignclient.h38 SigningContext(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS signOnly = CSSM_ALGID_NONE) argument
57 Sign(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS signOnly = CSSM_ALGID_NONE) argument
75 Verify(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS verifyOnly = CSSM_ALGID_NONE) argument
H A Dcryptoclient.h70 Encrypt(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {}; argument
94 Decrypt(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {}; argument
H A Dkeyclient.cpp29 KeyImpl::KeyImpl(const CSP &csp) : ObjectImpl(csp), CssmKey() argument
34 KeyImpl::KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy) : ObjectImpl(csp), CssmKey(key) argument
41 KeyImpl::KeyImpl(const CSP &csp, const CSSM_DATA &keyData) : ObjectImpl(csp), argument
[all...]
H A Dtpclient.cpp95 void TPImpl::use(CSP &csp) argument
H A Dwrapkey.h39 WrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : argument
65 UnwrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {} argument
96 DeriveKey(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS target, uint32 size = 0) argument
H A Daclclient.h76 const CSSM_CSP_HANDLE csp; member in class:Security::CssmClient::KeyAclBearer
H A Dkeyclient.h45 CSP csp() const { return parent<CSP>(); } function in class:Security::CssmClient::KeyImpl
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {} argument
75 Key(const CSP &csp, const CSSM_DATA &keyData) : Object(new Impl(csp, keyData)) {} argument
78 Key(const CSP &csp) : Object(new Impl(csp)) {} argument
91 makeNewKey(const CSP &csp) argument
[all...]

Completed in 144 milliseconds

123