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

/illumos-gate/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...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_sign_pkcs.c112 CK_OBJECT_HANDLE hkey = 0; local
120 key, key_len, &hkey);
124 rv = C_SignInit(*ctxp, mech, hkey);
125 (void) C_DestroyObject(*ctxp, hkey);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_utils.c215 oce_gen_hkey(char *hkey, int key_size) argument
221 (uint8_t *)&hkey[i * sizeof (uint32_t)],
H A Doce_hw.c470 char hkey[OCE_HKEY_SIZE]; local
486 (void) oce_gen_hkey(hkey, OCE_HKEY_SIZE);
487 ret = oce_config_rss(dev, dev->if_id, hkey, itbl, OCE_ITBL_SIZE,
514 char hkey[OCE_HKEY_SIZE] = {0}; local
517 ret = oce_config_rss(dev, dev->if_id, hkey, itbl, OCE_ITBL_SIZE,
H A Doce_mbx.c1182 oce_config_rss(struct oce_dev *dev, uint16_t if_id, char *hkey, char *itbl, argument
1203 if (hkey != NULL) {
1204 bcopy(hkey, fwcmd->params.req.hash, OCE_HKEY_SIZE);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h144 void oce_gen_hkey(char *hkey, int key_size);
H A Doce_io.h390 int oce_config_rss(struct oce_dev *dev, uint16_t if_id, char *hkey, char *itbl,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c376 int hkey; local
388 hkey = VN_HTABLE_KEY(ptr, hp);
389 hent = hp->vn_htable[hkey];
418 hent->vn_h_next = hp->vn_htable[hkey];
419 hp->vn_htable[hkey] = hent;
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1354 * if they manage to guess the correct hkey. but they are not
1359 /* return hkey to library */
3734 /* return hkey to library */
5487 /* return hkey to library */
5951 /* return hkey to library */
9470 * has generated its own hkey. if *hkeyp is zero,
9471 * this function will generate an hkey for the
9473 * leave the hkey generation to this function
9474 * because the hkey is more likely to be evenly
9481 * hkeyp the generated hkey i
9494 uint64_t hkey; local
9578 daplka_hash_remove(daplka_hash_table_t *htblp, uint64_t hkey, void **objpp) argument
9688 daplka_hash_lookup(daplka_hash_table_t *htblp, uint64_t hkey) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/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 131 milliseconds