Searched refs:keyhandle (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/SecurityTokend-55108/lib/
H A Dtransit.cpp50 this->keyhandle = CSSM_INVALID_HANDLE;
76 "record" and "keyhandle" below come from the underlying TOKEND_RETURN_DATA,
81 hKey = (this->keyhandle)?TokendHandleObject::make(this->keyhandle)->ipcHandle():0;
H A DSecTokend.h83 CSSM_HANDLE keyhandle; // key handle if key, 0 otherwise member in struct:__anon5453
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A Dtransit.cpp50 this->keyhandle = CSSM_INVALID_HANDLE;
76 "record" and "keyhandle" below come from the underlying TOKEND_RETURN_DATA,
81 hKey = (this->keyhandle)?TokendHandleObject::make(this->keyhandle)->ipcHandle():0;
H A DSecTokend.h83 CSSM_HANDLE keyhandle; // key handle if key, 0 otherwise member in struct:__anon5459
/macosx-10.10.1/vim-55/src/GvimExt/
H A Dgvimext.cpp53 HKEY keyhandle; local
59 KEY_READ, &keyhandle) == ERROR_SUCCESS)
62 if (RegQueryValueEx(keyhandle, "path", 0, NULL, (BYTE *)name, &hlen)
67 RegCloseKey(keyhandle);
239 HKEY keyhandle; local
247 KEY_READ, &keyhandle) == ERROR_SUCCESS)
250 if (RegQueryValueEx(keyhandle, "lang", 0, NULL, (BYTE*)szBuff, &len)
257 RegCloseKey(keyhandle);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dkcdatabase.cpp972 sample[1] csp handle for master or wrapping key; is really a keyhandle
978 KeyHandle keyhandle = *sample[1].data().interpretedAs<KeyHandle>(CSSM_ERRCODE_INVALID_SAMPLE_VALUE); local
980 RefPointer<Key> unwrappingKey = Server::key(keyhandle);

Completed in 127 milliseconds