Home
last modified time | relevance | path

Searched refs:ikey (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/ip/
Dlink_gre.c56 unsigned ikey = 0; in gre_parse_opt() local
101 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]); in gre_parse_opt()
150 ikey = okey = uval; in gre_parse_opt()
165 ikey = uval; in gre_parse_opt()
241 if (!ikey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
242 ikey = daddr; in gre_parse_opt()
254 addattr32(n, 1024, IFLA_GRE_IKEY, ikey); in gre_parse_opt()
/external/openfst/src/include/fst/extensions/far/
Dextract.h113 string ikey = far_reader->GetKey(); in FarExtract() local
114 if (end_key < ikey) break; in FarExtract()
116 FarWriteFst(&fst, ikey, &okey, &nrep, generate_filenames, i, in FarExtract()
/external/mesa3d/src/mesa/program/
Dprog_cache.c60 const GLuint *ikey = (const GLuint *) key; in hash_key() local
67 for (i = 0; i < key_size / sizeof(*ikey); i++) in hash_key()
69 hash += ikey[i]; in hash_key()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c50 unsigned *ikey = (unsigned *)key; in hash_key() local
58 hash ^= ikey[i]; in hash_key()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_cache.c56 GLuint *ikey = (GLuint *)item->key; in hash_key() local
64 hash ^= ikey[i]; in hash_key()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c232 u8 *ikey; in ieee802_1x_tx_key() local
233 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key()
234 if (ikey == NULL || in ieee802_1x_tx_key()
235 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key()
239 os_free(ikey); in ieee802_1x_tx_key()
244 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key()
246 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key()
252 sta->addr, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key()
258 os_free(ikey); in ieee802_1x_tx_key()
/external/clang/lib/Serialization/
DASTReaderInternals.h228 static hash_value_type ComputeHash(internal_key_ref ikey);
DASTReader.cpp1513 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() argument
1514 return llvm::hash_combine(ikey.Size, ikey.ModTime); in ComputeHash()
1519 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), in GetInternalKey() local
1521 return ikey; in GetInternalKey()
1559 internal_key_type ikey; in ReadKey() local
1560 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey()
1561 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey()
1562 ikey.Filename = (const char *)d; in ReadKey()
1563 ikey.Imported = true; in ReadKey()
1564 return ikey; in ReadKey()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c1482 EVP_PKEY *ikey = NULL; in check_crl() local
1558 ikey = X509_get_pubkey(issuer); in check_crl()
1560 if(!ikey) in check_crl()
1569 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl()
1578 if(X509_CRL_verify(crl, ikey) <= 0) in check_crl()
1590 EVP_PKEY_free(ikey); in check_crl()
/external/iproute2/doc/
Dip-cref.tex2448 \item \verb|key K|, \verb|ikey K|, \verb|okey K|
2453 The \verb|ikey| and \verb|okey| parameters set different keys for input and output.