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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c39 #define hkey hash_hkey macro
179 if (hptr->hkey & exposed_bit) {
521 hash_val_t hkey, chain; local
531 hkey = hash->function(key);
532 chain = hkey & hash->mask; /* 4 */
535 node->hkey = hkey;
559 hash_val_t hkey, chain; local
562 hkey = hash->function(key); /* 1 */
563 chain = hkey
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c39 #define hkey hash_hkey macro
179 if (hptr->hkey & exposed_bit) {
521 hash_val_t hkey, chain; local
531 hkey = hash->function(key);
532 chain = hkey & hash->mask; /* 4 */
535 node->hkey = hkey;
559 hash_val_t hkey, chain; local
562 hkey = hash->function(key); /* 1 */
563 chain = hkey
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Denc.c116 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
248 hkey= *(++argv);
397 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
538 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c116 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
247 hkey= *(++argv);
395 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
538 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/
H A Db64.c87 char *hkey=NULL,*hiv=NULL; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Db64.c87 char *hkey=NULL,*hiv=NULL; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c139 IBM_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
817 IBM_ACPIHANDLE_INIT(hkey);
880 int hkey; local
882 if (acpi_evalf(hkey_handle, &hkey, "MHKP", "d"))
883 acpi_bus_generate_event(ibm->acpi->device, event, hkey);
1073 IBM_ACPIHANDLE_INIT(hkey);
1237 IBM_ACPIHANDLE_INIT(hkey);

Completed in 114 milliseconds