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

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dwrapkey.cpp60 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec)
74 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
84 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
100 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
112 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
126 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
135 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
150 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
H A Dwrapkey.h63 class UnwrapKey : public Crypt, public RccBearer { class in namespace:Security::CssmClient
65 UnwrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {} function in class:Security::CssmClient::UnwrapKey
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dwrapkey.cpp60 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec)
74 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
84 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
100 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
112 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
126 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
135 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
150 UnwrapKey::operator () (const CssmKey &keyToBeUnwrapped, const KeySpec &spec,
H A Dwrapkey.h63 class UnwrapKey : public Crypt, public RccBearer { class in namespace:Security::CssmClient
65 UnwrapKey(const CSP &csp, CSSM_ALGORITHMS alg) : Crypt(csp, alg) {} function in class:Security::CssmClient::UnwrapKey
/macosx-10.9.5/securityd-55199.3/src/
H A Dtempdatabase.cpp141 CssmClient::UnwrapKey unwrap(Server::csp(), CSSM_ALGID_NONE);
H A Ddbcrypto.cpp447 UnwrapKey unwrap(Server::csp(), CSSM_ALGID_NONE);
456 UnwrapKey unwrap(Server::csp(), CSSM_ALGID_3DES_3KEY_EDE);
535 UnwrapKey unwrap(Server::csp(), CSSM_ALGID_NONE);
H A Dlocaldatabase.cpp226 CssmClient::UnwrapKey unwrap(Server::csp(), context.algorithm());
H A Dkcdatabase.cpp1009 CssmClient::UnwrapKey unwrap(Server::csp(), CSSM_ALGID_NONE); //ok to lie about csp here
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dgenerator.cfg20 optional CSP:UnwrapKey PublicKey KeyLabel CredAndAclEntry
H A DCSPsession.h284 void UnwrapKey(CSSM_CC_HANDLE CCHandle,
H A DCSPsession.cpp455 void CSPFullPluginSession::UnwrapKey(CSSM_CC_HANDLE CCHandle, function in class:CSPFullPluginSession
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dgenerator.cfg20 optional CSP:UnwrapKey PublicKey KeyLabel CredAndAclEntry
H A DCSPsession.h284 void UnwrapKey(CSSM_CC_HANDLE CCHandle,
H A DCSPsession.cpp455 void CSPFullPluginSession::UnwrapKey(CSSM_CC_HANDLE CCHandle, function in class:CSPFullPluginSession
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DAppleCSPSession.h80 void UnwrapKey(CSSM_CC_HANDLE CCHandle,
H A DwrapKey.cpp486 void AppleCSPSession::UnwrapKey( function in class:AppleCSPSession
513 errorLog0("UnwrapKey: missing wrapping key\n");
533 errorLog0("UnwrapKey: bad class of wrappingKey\n");
537 errorLog0("UnwrapKey: mismatch unwrappingKey/contextType\n");
541 errorLog0("UnwrapKey: null wrap alg, non-null key\n");
553 errorLog0("UnwrapKey: unwrap of public key illegal\n");
570 errorLog0("UnwrapKey: expected raw blobType\n");
576 errorLog0("UnwrapKey: expected wrapped blobType\n");
719 errorLog0("UnwrapKey: DecryptData() threw exception\n");
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSCSPSession.h82 void UnwrapKey(CSSM_CC_HANDLE CCHandle,
H A DSSCSPSession.cpp159 SSCSPSession::UnwrapKey(CSSM_CC_HANDLE CCHandle, function in class:SSCSPSession
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDCSPSession.h87 void UnwrapKey(CSSM_CC_HANDLE CCHandle,
H A DSDCSPSession.cpp163 SDCSPSession::UnwrapKey(CSSM_CC_HANDLE CCHandle, function in class:SDCSPSession
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmcspi.h263 CSSM_RETURN (CSSMCSPI *UnwrapKey) member in struct:cssm_spi_csp_funcs
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dsystemkeychain.cpp500 UnwrapKey tunwrap(csp, CSSM_ALGID_NONE);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DKeyItem.cpp169 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);
284 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DKeyItem.cpp169 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);
284 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DKeyItem.cpp169 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);
284 CssmClient::UnwrapKey unwrap(keychain->csp(), CSSM_ALGID_3DES_3KEY_EDE);

Completed in 282 milliseconds