Searched refs:verifyMac (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dlocaldatabase.h70 void verifyMac(const Context &context, Key &key,
H A Ddatabase.h125 virtual void verifyMac(const Context &context, Key &key,
H A Dtokendatabase.h164 void verifyMac(const Context &context, Key &key,
H A Dlocaldatabase.cpp100 void LocalDatabase::verifyMac(const Context &context, Key &key, function in class:LocalDatabase
H A Dtokendatabase.cpp402 void TokenDatabase::verifyMac(const Context &context, Key &key, function in class:TokenDatabase
409 access().verifyMac(context, myKey(key).tokenHandle(), data, mac);
H A Dtransition.cpp872 BEGIN_IPC(verifyMac)
875 key->database().verifyMac(*ctx, *key, DATA(data), DATA(mac));
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A Dp12import.c485 SecAsn1Item verifyMac; local
486 alloc_item(context, &verifyMac, CC_SHA1_DIGEST_LENGTH);
489 ptext->Data, ptext->Length, verifyMac.Data);
490 require_quiet(nssCompareSecAsn1Items(&verifyMac, &digestInfo->digest), out);
/macosx-10.9.5/SecurityTokend-55107/lib/
H A DSecTokend.h130 CSSM_RETURN (*verifyMac)(const CSSM_CONTEXT *context, CSSM_HANDLE hKey, member in struct:__anon5150
H A Dtdclient.h123 void verifyMac(const Security::Context &context, KeyHandle key,
H A Dtdtransit.cpp317 void ClientSession::verifyMac(const Context &context, KeyHandle hKey, function in class:Security::Tokend::ClientSession
H A Dtransition.cpp280 CALL(verifyMac, (&context, keyHandle, &dataBlob, &macBlob));
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A DSecTokend.h130 CSSM_RETURN (*verifyMac)(const CSSM_CONTEXT *context, CSSM_HANDLE hKey, member in struct:__anon5156
H A Dtdclient.h123 void verifyMac(const Security::Context &context, KeyHandle key,
H A Dtdtransit.cpp317 void ClientSession::verifyMac(const Context &context, KeyHandle hKey, function in class:Security::Tokend::ClientSession
H A Dtransition.cpp280 CALL(verifyMac, (&context, keyHandle, &dataBlob, &macBlob));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSContext.cpp621 clientSession().verifyMac(*mContext, mKeyHandle, allData, mac);
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDContext.cpp603 clientSession().verifyMac(*mContext, mKeyHandle, allData, mac);
/macosx-10.9.5/SecurityTokend-55107/mig/
H A Dtokend.defs119 routine verifyMac(TOKEND_PORTS; IN_CONTEXT; in key: KeyHandle;
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dssclient.h299 void verifyMac(const Security::Context &context, KeyHandle key,
H A Dtransition.cpp503 void ClientSession::verifyMac(const Context &context, KeyHandle key, function in class:Security::SecurityServer::ClientSession
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dssclient.h299 void verifyMac(const Security::Context &context, KeyHandle key,
H A Dtransition.cpp503 void ClientSession::verifyMac(const Context &context, KeyHandle key, function in class:Security::SecurityServer::ClientSession

Completed in 229 milliseconds