Searched refs:ki (Results 1 - 25 of 43) sorted by relevance

12

/external/openssh/
H A Dssh-pkcs11-helper.c65 struct pkcs11_keyinfo *ki; local
67 ki = xcalloc(1, sizeof(*ki));
68 ki->providername = xstrdup(name);
69 ki->key = k;
70 TAILQ_INSERT_TAIL(&pkcs11_keylist, ki, next);
76 struct pkcs11_keyinfo *ki, *nxt; local
78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki
93 struct pkcs11_keyinfo *ki; local
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp39 const int ki = 9; // expected-note 5{{here}} member in namespace:addr_of_obj_or_func
49 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}}
50 X0<&ki> x0c_addr; // expected-error {{cannot be converted to a value of type 'int *'}} expected-warning {{internal linkage is a C++11 extension}}
64 X2<ki> x2c; // expected-error {{ignores qualifiers}} expected-warning {{internal linkage is a C++11 extension}}
65 X2k<ki> x2kc; // expected-warning {{internal linkage is a C++11 extension}}
66 X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C++11 extension}}
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java103 KeyIterator ki = (KeyIterator) m_lpi;
104 org.apache.xpath.XPathContext xctxt = ki.getXPathContext();
105 Vector keys = ki.getKeyDeclarations();
107 QName name = ki.getName();
124 // xctxt.setNamespaceContext(ki.getPrefixResolver());
H A DKeyTable.java101 KeyIterator ki = new KeyIterator(name, keyDeclarations);
103 m_keyNodes = new XNodeSet(ki);
134 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter();
135 XPathContext xctxt = ki.getXPathContext();
189 KeyIterator ki = (KeyIterator) (m_keyNodes).getContainedIter();
190 XPathContext xctxt = ki.getXPathContext();
207 ki.getPrefixResolver());
/external/chromium_org/chrome_frame/test/
H A Dsimulate_input.cc148 keys[key_count].ki.wVk = VK_SHIFT;
149 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
155 keys[key_count].ki.wVk = VK_CONTROL;
156 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
162 keys[key_count].ki.wVk = VK_MENU;
163 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0);
169 keys[key_count].ki.wVk = mnemonic_char;
170 keys[key_count].ki.wScan = MapVirtualKey(mnemonic_char, 0);
173 keys[key_count].ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
175 keys[key_count].ki
[all...]
/external/oprofile/daemon/
H A Dopd_sfile.c42 sfile_hash(struct transient const * trans, struct kernel_image * ki) argument
51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
59 val ^= ki->start >> 14;
60 val ^= ki->end >> 7;
83 struct kernel_image const * ki, struct anon_mapping const * anon,
90 if (sf->kernel != ki)
103 if (separate_kernel || ((anon || separate_lib) && !ki)) {
111 if (ki)
123 struct kernel_image const * ki)
125 return do_match(sfile, trans->cookie, trans->app_cookie, ki,
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, struct kernel_image const * ki, struct anon_mapping const * anon, pid_t tgid, pid_t tid, unsigned int cpu) argument
122 trans_match(struct transient const * trans, struct sfile const * sfile, struct kernel_image const * ki) argument
163 create_sfile(unsigned long hash, struct transient const * trans, struct kernel_image * ki) argument
224 struct kernel_image * ki = NULL; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
H A Dmd5-586.pl45 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
52 &comment("R0 $ki");
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
73 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
75 &comment("R1 $ki");
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 local($n,$pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
101 &comment("R2 $ki");
114 &mov($tmp2,&DWP($xo[$ki
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-586.pl45 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
52 &comment("R0 $ki");
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
73 local($pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
75 &comment("R1 $ki");
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
96 local($n,$pos,$a,$b,$c,$d,$K,$ki,$s,$t)=@_;
101 &comment("R2 $ki");
114 &mov($tmp2,&DWP($xo[$ki
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c270 short ki; member in struct:__anon966
295 short ki = find_inode(section_node, key); local
296 if(ki >= 0)
298 const cfg_node* key_node = &section_node->child[ki];
311 int si, ki, vi; local
318 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++)
320 key_node = &section_node->child[ki];
445 int si = -1, ki local
481 int si = -1, ki = -1, vi = -1; local
558 short si = -1, ki = -1, vi = -1; local
[all...]
/external/chromium_org/ui/base/win/
H A Dforeground_helper.cc44 hotkey.ki.wVk = VK_F22;
/external/chromium_org/remoting/host/
H A Dinput_injector_win.cc201 input.ki.time = 0;
202 input.ki.dwFlags = KEYEVENTF_SCANCODE;
204 input.ki.dwFlags |= KEYEVENTF_KEYUP;
210 input.ki.wScan = scancode & 0xFF;
212 input.ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2_skey.c109 RC2_INT *ki; local
146 ki= &(key->data[63]);
148 *(ki--)=((k[i]<<8)|k[i-1])&0xffff;
/external/openssl/crypto/rc2/
H A Drc2_skey.c109 RC2_INT *ki; local
146 ki= &(key->data[63]);
148 *(ki--)=((k[i]<<8)|k[i-1])&0xffff;
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.h70 u8 ki[EAP_EKE_MAX_KI_LEN]; member in struct:eap_eke_session
H A Deap_eke_common.c498 os_memcpy(sess->ki, buf + ke_len, ki_len);
499 wpa_hexdump_key(MSG_DEBUG, "EAP-EKE: Ki", sess->ki, ki_len);
659 if (eap_eke_mac(sess->mac, sess->ki, e, data_len + pad, pos) < 0)
692 if (eap_eke_mac(sess->mac, sess->ki, prot + block_size,
766 os_memset(sess->ki, 0, EAP_EKE_MAX_KI_LEN);
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc95 keys[key_count].ki.wVk = VK_SHIFT;
96 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
102 keys[key_count].ki.wVk = VK_CONTROL;
103 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
109 keys[key_count].ki.wVk = VK_MENU;
110 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0);
115 keys[key_count].ki.wVk = mnemonic_char;
116 keys[key_count].ki.wScan = MapVirtualKey(mnemonic_char, 0);
119 keys[key_count].ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
121 keys[key_count].ki
[all...]
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc149 input->ki.wVk = ui::WindowsKeyCodeForKeyboardCode(key);
150 input->ki.dwFlags = key_up ? KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP :
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c77 u8 ki[16]; member in struct:milenage_parameters
116 " ki CHAR(32) NOT NULL,"
162 if (os_strcmp(col[i], "ki") == 0 && argv[i] &&
163 hexstr2bin(argv[i], m->ki, sizeof(m->ki))) {
164 printf("Invalid ki value in database\n");
201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
461 if (strlen(pos) != 32 || hexstr2bin(pos, m->ki, 16)) {
564 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16);
647 gsm_milenage(m->opc, m->ki, _ran
[all...]
/external/qemu/android/skin/
H A Dfile.c210 KeyInfo *ki = _keyinfo_table; local
211 while(ki->name) {
212 if(!strcmp(name, ki->name))
213 return ki->code;
214 ki++;
/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc145 input->ki.wVk = ui::WindowsKeyCodeForKeyboardCode(key);
146 input->ki.dwFlags = key_up ? KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP :
/external/mksh/src/
H A Dfuncs.c1288 const struct kill_info *ki = (const struct kill_info *)arg; local
1292 ki->num_width, i,
1293 ki->name_width, sigtraps[i].name,
1359 struct kill_info ki; local
1361 for (j = NSIG, ki.num_width = 1; j >= 10; j /= 10)
1362 ki.num_width++;
1363 ki.name_width = mess_cols = mess_octs = 0;
1366 if (w > ki.name_width)
1367 ki.name_width = w;
1377 kill_fmt_entry, (void *)&ki,
[all...]

Completed in 338 milliseconds

12