/external/chromium/base/win/ |
D | registry.cc | 24 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey() argument 30 Create(rootkey, subkey, access); in RegKey() 32 Open(rootkey, subkey, access); in RegKey() 34 DCHECK(!subkey); in RegKey() 42 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() argument 44 return CreateWithDisposition(rootkey, subkey, &disposition_value, access); in Create() 47 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, in CreateWithDisposition() argument 50 DCHECK(rootkey && subkey && access && disposition); in CreateWithDisposition() 53 LONG result = RegCreateKeyEx(rootkey, subkey, 0, NULL, in CreateWithDisposition() 59 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open() argument [all …]
|
D | registry.h | 28 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access); 31 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access); 33 LONG CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, 36 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access);
|
/external/openssh/ |
D | acss.c | 227 key->seed[i] = reverse[key->data[i] ^ key->subkey[i]]; in acss_seed() 250 memset(key->subkey, 0, sizeof(key->subkey)); in acss_setkey() 261 acss_setsubkey(ACSS_KEY *key, const unsigned char *subkey) in acss_setsubkey() argument 263 memcpy(key->subkey, subkey, sizeof(key->subkey)); in acss_setsubkey()
|
D | acss.h | 36 unsigned char subkey[ACSS_KEYSIZE]; member
|
/external/chromium/net/proxy/ |
D | proxy_config_service_win.cc | 56 bool CreateRegKey(HKEY rootkey, const wchar_t* subkey) { in CreateRegKey() argument 57 return key_.Create(rootkey, subkey, KEY_NOTIFY) == ERROR_SUCCESS; in CreateRegKey() 125 const wchar_t* subkey) { in AddKeyToWatchList() argument 127 if (!entry->CreateRegKey(rootkey, subkey)) in AddKeyToWatchList()
|
D | proxy_config_service_win.h | 61 bool AddKeyToWatchList(HKEY rootkey, const wchar_t* subkey);
|
/external/linux-tools-perf/ |
D | builtin-help.c | 236 const char *subkey = strrchr(name, '.'); in add_man_viewer_info() local 238 if (!subkey) in add_man_viewer_info() 241 if (!strcmp(subkey, ".path")) { in add_man_viewer_info() 244 return add_man_viewer_path(name, subkey - name, value); in add_man_viewer_info() 246 if (!strcmp(subkey, ".cmd")) { in add_man_viewer_info() 249 return add_man_viewer_cmd(name, subkey - name, value); in add_man_viewer_info() 252 warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_ie_toolbar_import_win_unittest.cc | 101 RegKey subkey; in CreateSubkey() local 102 subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS); in CreateSubkey() 103 EXPECT_TRUE(subkey.Valid()); in CreateSubkey() 105 EncryptAndWrite(&subkey, values + i); in CreateSubkey()
|
/external/chromium/base/debug/ |
D | debugger_win.cc | 20 bool RegReadString(HKEY root, const wchar_t* subkey, in RegReadString() argument 23 DWORD res = RegOpenKeyEx(root, subkey, 0, KEY_READ, &key); in RegReadString()
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | kasumi.c | 39 static u16 FI( u16 in, u16 subkey ) in FI() argument 94 seven ^= (subkey>>9); in FI() 95 nine ^= (subkey&0x1FF); in FI()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.c | 866 wchar_t *subkey; in RegOpenKeyExA() local 872 subkey = _dbus_win_utf8_to_utf16 (lpSubKey, NULL); in RegOpenKeyExA() 873 if (!subkey) in RegOpenKeyExA() 877 subkey = NULL; in RegOpenKeyExA() 879 result = RegOpenKeyEx (hKey, subkey, ulOptions, samDesired, phkResult); in RegOpenKeyExA() 882 dbus_free (subkey); in RegOpenKeyExA()
|
/external/openssl/crypto/krb5/ |
D | krb5_asn.h | 214 KRB5_ENCKEY *subkey; member
|
D | krb5_asn.c | 153 ASN1_EXP_OPT(KRB5_AUTHENTBODY, subkey, KRB5_ENCKEY, 6),
|
/external/openssl/include/openssl/ |
D | krb5_asn.h | 214 KRB5_ENCKEY *subkey; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-Windows.txt | 277 parameters and a 'interfaces' subkey with all the interface configuration 278 (adapter to confname mapping). Each such mapping is a subkey that has 308 networks as a subkey. Each network has set of values in the same way as 309 network block in the configuration file. In addition, blobs subkey has
|
/external/ipsec-tools/src/racoon/ |
D | oakley.c | 2828 int subkey; local 2851 subkey = 1; 2865 subkey); 2884 subkey++;
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 2913 config_nameserver_from_reg_key(HKEY key, const char *subkey) in config_nameserver_from_reg_key() argument 2919 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz) in config_nameserver_from_reg_key() 2925 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz) in config_nameserver_from_reg_key()
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 1447 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1; 1448 … $this->language_data['CACHED_KEYWORD_LISTS'][$key][$subkey] .= '|' . preg_quote($word, '/');
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 1214 add in1, 120, in3 ! use last subkey for first round 1722 add in4, 120, in4 ! for decryption we use last subkey first
|