Searched refs:hkey (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/MITKerberosShim-62.1/
H A Dauth_context.c121 krb5_keyblock *hkey = NULL; local
128 &hkey);
131 if (hkey) {
133 mshim_hkeyblock2mkeyblock(hkey, *key);
134 heim_krb5_free_keyblock(HC(context), hkey); local
145 krb5_keyblock *hkey = NULL; local
152 &hkey);
156 if (hkey) {
158 mshim_hkeyblock2mkeyblock(hkey, *key);
159 heim_krb5_free_keyblock(HC(context), hkey); local
[all...]
H A Dcrypto.c52 krb5_keyblock hkey; local
61 hstring, hsalt, &hkey);
67 mshim_hkeyblock2mkeyblock(&hkey, key);
68 heim_krb5_free_keyblock_contents(HC(context), &hkey); local
/macosx-10.9.5/ruby-104/ruby/ext/dl/win32/lib/win32/
H A Dregistry.rb182 def initialize(hkey, keyname)
183 @hkey = hkey
252 def OpenKey(hkey, name, opt, desired)
254 check RegOpenKeyExA.call(hkey, name, opt, desired, result)
258 def CreateKey(hkey, name, opt, desired)
261 check RegCreateKeyExA.call(hkey, name, 0, 0, opt, desired,
266 def EnumValue(hkey, index)
269 check RegEnumValueA.call(hkey, index, name, size, 0, 0, 0, 0)
273 def EnumKey(hkey, inde
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/win32/lib/win32/
H A Dregistry.rb182 def initialize(hkey, keyname)
183 @hkey = hkey
252 def OpenKey(hkey, name, opt, desired)
254 check RegOpenKeyExA.call(hkey, name, opt, desired, result)
258 def CreateKey(hkey, name, opt, desired)
261 check RegCreateKeyExA.call(hkey, name, 0, 0, opt, desired,
266 def EnumValue(hkey, index)
269 check RegEnumValueA.call(hkey, index, name, size, 0, 0, 0, 0)
273 def EnumKey(hkey, inde
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dhmac_link.c73 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5; local
78 isc_hmacmd5_init(hmacmd5ctx, hkey->key, ISC_SHA1_BLOCK_LENGTH);
184 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5; local
186 memset(hkey, 0, sizeof(dst_hmacmd5_key_t));
187 isc_mem_put(key->mctx, hkey, sizeof(dst_hmacmd5_key_t));
193 dst_hmacmd5_key_t *hkey; local
198 hkey = key->keydata.hmacmd5;
203 isc_buffer_putmem(data, hkey->key, bytes);
210 dst_hmacmd5_key_t *hkey; local
219 hkey
245 dst_hmacmd5_key_t *hkey; local
349 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1; local
460 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1; local
469 dst_hmacsha1_key_t *hkey; local
486 dst_hmacsha1_key_t *hkey; local
521 dst_hmacsha1_key_t *hkey; local
625 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224; local
738 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224; local
747 dst_hmacsha224_key_t *hkey; local
764 dst_hmacsha224_key_t *hkey; local
799 dst_hmacsha224_key_t *hkey; local
903 dst_hmacsha256_key_t *hkey = key->keydata.hmacsha256; local
1016 dst_hmacsha256_key_t *hkey = key->keydata.hmacsha256; local
1025 dst_hmacsha256_key_t *hkey; local
1042 dst_hmacsha256_key_t *hkey; local
1077 dst_hmacsha256_key_t *hkey; local
1181 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384; local
1294 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384; local
1303 dst_hmacsha384_key_t *hkey; local
1320 dst_hmacsha384_key_t *hkey; local
1355 dst_hmacsha384_key_t *hkey; local
1459 dst_hmacsha512_key_t *hkey = key->keydata.hmacsha512; local
1572 dst_hmacsha512_key_t *hkey = key->keydata.hmacsha512; local
1581 dst_hmacsha512_key_t *hkey; local
1598 dst_hmacsha512_key_t *hkey; local
1633 dst_hmacsha512_key_t *hkey; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/os/win32/
H A Dap_regkey.c26 HKEY hkey; member in struct:ap_regkey_t
50 if (regkey->hkey && regkey->hkey != INVALID_HANDLE_VALUE) {
51 RegCloseKey(regkey->hkey);
52 regkey->hkey = INVALID_HANDLE_VALUE;
66 HKEY hkey; local
87 rc = RegCreateKeyExW(parentkey->hkey, wkeyname, 0, NULL, 0,
88 access, NULL, &hkey, &exists);
90 rc = RegOpenKeyExW(parentkey->hkey, wkeyname, 0, access, &hkey);
158 HKEY hkey; local
[all...]
/macosx-10.9.5/libresolv-54/
H A Ddst_hmac_link.c211 * hkey the HMAC key to be filled in
222 HMAC_Key *hkey = NULL; local
229 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL)
232 memset(hkey->hk_ipad, 0, sizeof(hkey->hk_ipad));
233 memset(hkey->hk_opad, 0, sizeof(hkey->hk_opad));
246 memcpy(hkey->hk_ipad, key, local_keylen);
247 memcpy(hkey->hk_opad, key, local_keylen);
251 hkey
280 HMAC_Key *hkey; local
385 HMAC_Key *hkey; local
422 HMAC_Key *hkey = key; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dwintz.c97 HKEY hkey; local
109 &hkey);
110 RegCloseKey(hkey);
120 static LONG openTZRegKey(HKEY *hkey, const char *winid) argument
150 hkey);
158 HKEY hkey; local
160 result = openTZRegKey(&hkey, winid);
163 result = RegQueryValueExA(hkey,
172 RegCloseKey(hkey);
180 HKEY hkey; local
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dhmac.c58 unsigned char * hkey; local
78 hkey = (unsigned char *) ctxt->hmac_hashctxt2 + hashparams->hmac_ctxtsize;
79 (*hashparams->hmac_hfinal)(hkey, ctxt->hmac_hashctxt1);
80 key = hkey;
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWindowsExtras.h38 inline HRESULT getRegistryValue(HKEY hkey, LPCWSTR pszSubKey, LPCWSTR pszValue, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData) argument
42 if (::RegOpenKeyExW(hkey, pszSubKey, 0, 0, &key) != ERROR_SUCCESS)
48 return ::SHGetValueW(hkey, pszSubKey, pszValue, pdwType, pvData, pcbData);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dntservice.c352 HKEY hkey; local
363 if ( RegOpenKeyEx( HKEY_LOCAL_MACHINE, path, 0, KEY_READ, &hkey ) != ERROR_SUCCESS )
368 if ( RegQueryValueEx( hkey, value, NULL, &vType, vValue, &valLen ) != ERROR_SUCCESS )
370 RegCloseKey( hkey );
373 RegCloseKey( hkey );
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntfunc.c1074 HKEY hkey; local
1088 if (RegOpenKeyEx(HKEY_CLASSES_ROOT, protocol, 0, KEY_READ, &hkey)
1098 if ( RegQueryValueEx(hkey, "URL Protocol", NULL, &type, (BYTE*)buf, &size)
1100 RegCloseKey(hkey);
1103 RegCloseKey(hkey);
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_session.c651 uint32_t hkey; local
656 hkey = HASH_ASID(asid);
658 LIST_FOREACH(found_se, &au_sentry_bucket[hkey], se_link)
673 uint32_t hkey; local
681 hkey = HASH_ASID(se->se_asid);
693 LIST_FOREACH_SAFE(found_se, &au_sentry_bucket[hkey], se_link, tmp_se) {
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm198 my ($hkey, $handler, $output);
215 if ($hkey = $$error->select_handler(keys %$handlers)) {
216 $handler = $handlers->{ $hkey };
217 $self->debug("using error handler for $hkey") if $self->{ DEBUG };
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm198 my ($hkey, $handler, $output);
215 if ($hkey = $$error->select_handler(keys %$handlers)) {
216 $handler = $handlers->{ $hkey };
217 $self->debug("using error handler for $hkey") if $self->{ DEBUG };
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c354 static LONG reg_open_key(HKEY hkey, const char *name, HKEY *phkey);
355 static LONG reg_open_vkey(HKEY hkey, VALUE key, HKEY *phkey);
356 static VALUE reg_enum_key(HKEY hkey, DWORD i);
357 static VALUE reg_get_val(HKEY hkey, const char *subkey);
358 static VALUE reg_get_typelib_file_path(HKEY hkey);
2330 reg_open_key(HKEY hkey, const char *name, HKEY *phkey) argument
2332 return RegOpenKeyEx(hkey, name, 0, KEY_READ, phkey);
2336 reg_open_vkey(HKEY hkey, VALUE key, HKEY *phkey) argument
2338 return reg_open_key(hkey, StringValuePtr(key), phkey);
2342 reg_enum_key(HKEY hkey, DWOR argument
2357 reg_get_val(HKEY hkey, const char *subkey) argument
2385 reg_get_val2(HKEY hkey, const char *subkey) argument
2402 reg_get_typelib_file_path(HKEY hkey) argument
5365 HKEY hkey; local
[all...]

Completed in 396 milliseconds