Searched refs:subkey (Results 26 - 38 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c319 * subkeys in the subkey scheduling process.
442 #define DES_ROUND(from, to, work, subkey) \
443 work = from ^ *subkey++; \
448 work = ((from << 28) | (from >> 4)) ^ *subkey++; \
487 * subkey: Array of at least 32 u32s. Will be filled
492 des_key_schedule (const byte * rawkey, u32 * subkey) argument
531 *subkey++ = (((left << 4) & 0x24000000)
554 *subkey++ = (((left << 15) & 0x20000000)
H A Dserpent.c557 #define ROUND_INVERSE(which, subkey, block, block_tmp) \
561 BLOCK_XOR (block_tmp, subkey[round]); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c881 header->number, header->subkey,
1333 header->subkey,
1337 switch (header->subkey) {
1403 header->subkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_printing.c326 DEBUG(0,("key_printers_store_keys: Tried to store subkey for bad printername %s\n",
760 /* we are dealing with a subkey of "Environments */
819 /* only one possible subkey below PrintProc key */
868 DEBUG(1,("key_driver_fetch_keys unhandled key [%s] (subkey == %s\n",
975 /* We have the Architecture string and some subkey name:
1000 /* We know that we have Architechure\Drivers with some subkey name
1001 The subkey name has to be Version-XX */
1047 pstring subkey; local
1056 pstrcpy( subkey, keystr);
1060 return driver_arch_fetch_values( subkey, value
[all...]
H A Dregfio.c1359 REGF_NK_REC *subkey; local
1381 if ( !(subkey = TALLOC_ZERO_P( file->mem_ctx, REGF_NK_REC )) )
1384 if ( !hbin_prs_key( file, hbin, subkey ) )
1387 return subkey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dwavefront.h536 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp343 pnMaxKeyLen, // [out] max length of a subkey name
344 NULL, // longest subkey class name
619 wxLogError(_("Failed to copy the registry subkey '%s' to '%s'."),
662 // immediate subkey (i.e. one which doesn't have '\\' inside) of any other
780 // returns true if given subkey exists
1374 wxRegKey subkey(*this, name);
1375 if ( !subkey.DoExport(ostr) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c2398 pstring subkey; local
2399 rpcstr_pull(subkey, curkey, sizeof(subkey), -1,
2401 printf("%s\n", subkey);
2402 curkey += strlen(subkey) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Doakley.c2297 int subkey; local
2320 subkey = 1;
2334 subkey);
2353 subkey++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_reg.c1369 void init_reg_r_enum_key(REG_R_ENUM_KEY *r_u, char *subkey )
1374 init_unistr4( &r_u->keyname, subkey, UNI_STR_TERMINATE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dserpent.c557 #define ROUND_INVERSE(which, subkey, block, block_tmp) \
561 BLOCK_XOR (block_tmp, subkey[round]); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c2913 config_nameserver_from_reg_key(HKEY key, const char *subkey) argument
2919 if (RegQueryValueExA(key, subkey, 0, &type, NULL, &bufsz)
2925 if (RegQueryValueExA(key, subkey, 0, &type, (LPBYTE)buf, &bufsz)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c3703 config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey) argument
3710 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz)
3716 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz)

Completed in 226 milliseconds

12