Home
last modified time | relevance | path

Searched refs:ik (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/wpa_supplicant_8/src/crypto/
Dmilenage.c89 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar) in milenage_f2345() argument
133 if (ik) { in milenage_f2345()
138 if (aes_128_encrypt_block(k, tmp1, ik)) in milenage_f2345()
141 ik[i] ^= opc[i]; in milenage_f2345()
174 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, in milenage_generate() argument
185 milenage_f2345(opc, k, _rand, res, ck, ik, ak, NULL)) { in milenage_generate()
237 u8 res[8], ck[16], ik[16]; in gsm_milenage() local
240 if (milenage_f2345(opc, k, _rand, res, ck, ik, NULL, NULL)) in gsm_milenage()
244 kc[i] = ck[i] ^ ck[i + 8] ^ ik[i] ^ ik[i + 8]; in gsm_milenage()
271 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, in milenage_check() argument
[all …]
Dmilenage.h13 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
20 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len,
25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
/external/speex/libspeex/
Dsmallft.c277 int idij,ipph,i,j,k,l,ic,ik,is; in dradfg() local
295 for(ik=0;ik<idl1;ik++)ch2[ik]=c2[ik]; in dradfg()
393 for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik]; in dradfg()
426 for(ik=0;ik<idl1;ik++){ in dradfg()
427 ch2[t4++]=c2[ik]+ar1*c2[t7++]; in dradfg()
450 for(ik=0;ik<idl1;ik++){ in dradfg()
461 for(ik=0;ik<idl1;ik++)ch2[ik]+=c2[t2++]; in dradfg()
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, in dradbg() local
998 for(ik=0;ik<idl1;ik++){ in dradbg()
1019 for(ik=0;ik<idl1;ik++){ in dradbg()
[all …]
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/
Ddefault.pass.cpp81 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
82 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
120 char ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
121 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test2()
122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/
Ddefault.pass.cpp81 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
82 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
120 char ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
121 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test2()
122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/
Ddefault.pass.cpp82 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
83 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
121 char ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
122 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test2()
123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/
Ddefault.pass.cpp82 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
83 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
121 char ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
122 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test2()
123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
/external/clang/test/CodeGen/
Dunsigned-overflow.c6 unsigned int ii, ij, ik; variable
78 ii = ij + ik; in testintadd()
90 ii = ij - ik; in testintsub()
102 ii = ij * ik; in testintmul()
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/
Ddefault.pass.cpp81 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
82 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
Dmake_default_searcher.pass.cpp66 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
67 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
68 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.default/
Ddefault.pass.cpp81 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
82 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Diag.pbtxt17 `output[i1,..., ik, i1,..., ik] = diagonal[i1, ..., ik]` and 0 everywhere else.
Dapi_def_DiagPart.pbtxt23 `diagonal[i1,..., ik] = input[i1, ..., ik, i1,..., ik]`.
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
Dsearch.pass.cpp94 int ik[] = {0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
95 const unsigned sk = sizeof(ik)/sizeof(ik[0]); in test()
96 assert(std::search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk)) == Iter1(ij+6)); in test()
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.h79 const u8 *ik, const u8 *ck, u8 *mk);
93 const u8 *ik, const u8 *ck, u8 *k_encr,
104 void eap_aka_prime_derive_ck_ik_prime(u8 *ck, u8 *ik, const u8 *sqn_ak,
110 const u8 *ik, const u8 *ck, in eap_aka_prime_derive_keys() argument
Deap_sim_common.c57 const u8 *ik, const u8 *ck, u8 *mk) in eap_aka_derive_mk() argument
64 addr[1] = ik; in eap_aka_derive_mk()
71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN); in eap_aka_derive_mk()
276 const u8 *ik, const u8 *ck, u8 *k_encr, in eap_aka_prime_derive_keys() argument
293 os_memcpy(key, ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_keys()
424 void eap_aka_prime_derive_ck_ik_prime(u8 *ck, u8 *ik, const u8 *sqn_ak, in eap_aka_prime_derive_ck_ik_prime() argument
459 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': IK", ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
466 os_memcpy(key + EAP_AKA_CK_LEN, ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
488 os_memcpy(ik, hash + EAP_AKA_CK_LEN, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
490 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': IK'", ik, EAP_AKA_IK_LEN); in eap_aka_prime_derive_ck_ik_prime()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dcompat.hpp72 clang::LangOptions &lopts, clang::InputKind ik, in set_lang_defaults() argument
77 inv.setLangDefaults(lopts, ik, t, ppopts, std); in set_lang_defaults()
79 inv.setLangDefaults(lopts, ik, std); in set_lang_defaults()
/external/icu/icu4c/source/data/region/
Dyav.txt22 BE{"Pɛlsíik"}
39 CF{"Santalafilíik"}
100 JM{"samayíik"}
135 MQ{"maltiníik"}
142 MX{"mɛksíik"}
Dtr.txt37 AE{"Birleşik Arap Emirlikleri"}
117 GB{"Birleşik Krallık"}
277 US{"Amerika Birleşik Devletleri"}
/external/icu/icu4c/source/data/locales/
Debu.txt176 "Mweri wa ikũmi",
177 "Mweri wa ikũmi na ũmwe",
178 "Mweri wa ikũmi na Kaĩrĩ",
Dki.txt173 "Mwere wa ikũmi",
174 "Mwere wa ikũmi na ũmwe",
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java512 public void setIK(String ik) throws ParseException { in setIK() argument
513 if (ik == null) in setIK()
517 setParameter(IK, ik); in setIK()
/external/python/cpython2/Modules/
DcPickle.c2870 long ik; in Pickle_getvalue() local
2908 ik = PyInt_AS_LONG((PyIntObject*)k); in Pickle_getvalue()
2909 if (ik >= lm || ik == 0) { in Pickle_getvalue()
2914 if (have_get[ik]) /* with matching get */ in Pickle_getvalue()
2915 rsize += ik < 256 ? 2 : 5; in Pickle_getvalue()
2928 ik = PyInt_AS_LONG((PyIntObject *)k); in Pickle_getvalue()
2929 if (ik >= lm || ik == 0) { in Pickle_getvalue()
2934 have_get[ik] = 1; in Pickle_getvalue()
2935 rsize += ik < 256 ? 2 : 5; in Pickle_getvalue()
2957 ik = PyInt_AS_LONG((PyIntObject *) in Pickle_getvalue()
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_aka.c23 u8 ik[EAP_AKA_IK_LEN], ck[EAP_AKA_CK_LEN], res[EAP_AKA_RES_MAX_LEN]; member
215 if (hexstr2bin(pos, data->ik, EAP_AKA_IK_LEN) < 0) in eap_aka_ext_sim_result()
217 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", data->ik, EAP_AKA_IK_LEN); in eap_aka_ext_sim_result()
270 data->ik, data->ck, data->auts); in eap_aka_umts_auth()
303 data->ik, data->ck, in eap_aka_umts_auth()
316 os_memset(data->ik, '3', EAP_AKA_IK_LEN); in eap_aka_umts_auth()
1020 eap_aka_prime_derive_ck_ik_prime(data->ck, data->ik, in eap_aka_process_challenge()
1046 eap_aka_prime_derive_keys(identity, identity_len, data->ik, in eap_aka_process_challenge()
1050 eap_aka_derive_mk(identity, identity_len, data->ik, data->ck, in eap_aka_process_challenge()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DWWWAuthenticateHeaderIms.java63 public void setIK(String ik) throws ParseException; in setIK() argument

1234567891011