HomeSort by relevance Sort by last modified time
    Searched defs:subkey (Results 1 - 13 of 13) sorted by null

  /external/openssh/
acss.h 36 unsigned char subkey[ACSS_KEYSIZE]; member in struct:acss_key_st
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 101 RegKey subkey; local
102 subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS);
103 EXPECT_TRUE(subkey.Valid());
105 EncryptAndWrite(&subkey, values + i);
  /external/chromium/base/win/
registry.cc 24 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
30 Create(rootkey, subkey, access);
32 Open(rootkey, subkey, access);
34 DCHECK(!subkey);
42 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
44 return CreateWithDisposition(rootkey, subkey, &disposition_value, access);
47 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
50 DCHECK(rootkey && subkey && access && disposition);
53 LONG result = RegCreateKeyEx(rootkey, subkey, 0, NULL,
59 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access)
72 HKEY subkey = NULL; local
85 HKEY subkey = NULL; local
    [all...]
  /external/openssl/crypto/krb5/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/openssl/include/openssl/
krb5_asn.h 201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
  /external/linux-tools-perf/
builtin-help.c 236 const char *subkey = strrchr(name, '.'); local
238 if (!subkey)
241 if (!strcmp(subkey, ".path")) {
244 return add_man_viewer_path(name, subkey - name, value);
246 if (!strcmp(subkey, ".cmd")) {
249 return add_man_viewer_cmd(name, subkey - name, value);
252 warning("'%s': unsupported man viewer sub key.", subkey);
  /external/ipsec-tools/src/racoon/
oakley.c 2828 int subkey; local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 1447 $subkey = count($this->language_data['CACHED_KEYWORD_LISTS'][$key]) - 1; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 536 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 536 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 515 milliseconds