Searched defs:hkey (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c68 HKEY hkey; local
87 KEY_QUERY_VALUE, &hkey) != ERROR_SUCCESS)
91 if (RegQueryValueEx(hkey, cp, 0, 0,
94 RegCloseKey(hkey);
98 RegCloseKey(hkey);
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c218 * hkey the HMAC key to be filled in
229 HMAC_Key *hkey = NULL; local
237 if ((hkey = (HMAC_Key *) malloc(sizeof(HMAC_Key))) == NULL)
240 memset(hkey->hk_ipad, 0, sizeof(hkey->hk_ipad));
241 memset(hkey->hk_opad, 0, sizeof(hkey->hk_opad));
253 memcpy(hkey->hk_ipad, key, local_keylen);
254 memcpy(hkey->hk_opad, key, local_keylen);
258 hkey
287 HMAC_Key *hkey; local
399 HMAC_Key *hkey; local
436 HMAC_Key *hkey = key; local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwinreg_svc.c314 winreg_s_OpenHK(void *arg, ndr_xa_t *mxa, const char *hkey) argument
321 if ((id = winreg_alloc_id(mxa, hkey)) == NULL) {

Completed in 23 milliseconds