Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_vti.c58 unsigned ikey = 0; in vti_parse_opt() local
100 ikey = *(__u32 *)RTA_DATA(vtiinfo[IFLA_VTI_IKEY]); in vti_parse_opt()
131 ikey = okey = uval; in vti_parse_opt()
145 ikey = uval; in vti_parse_opt()
189 addattr32(n, 1024, IFLA_VTI_IKEY, ikey); in vti_parse_opt()
Dlink_vti6.c56 unsigned ikey = 0; in vti6_parse_opt() local
96 ikey = rta_getattr_u32(vtiinfo[IFLA_VTI_IKEY]); in vti6_parse_opt()
127 ikey = okey = uval; in vti6_parse_opt()
141 ikey = uval; in vti6_parse_opt()
186 addattr32(n, 1024, IFLA_VTI_IKEY, ikey); in vti6_parse_opt()
Dlink_gre.c64 unsigned ikey = 0; in gre_parse_opt() local
114 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]); in gre_parse_opt()
175 ikey = okey = uval; in gre_parse_opt()
190 ikey = uval; in gre_parse_opt()
305 if (!ikey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
306 ikey = daddr; in gre_parse_opt()
318 addattr32(n, 1024, IFLA_GRE_IKEY, ikey); in gre_parse_opt()
Dlink_gre6.c74 unsigned ikey = 0; in gre_parse_opt() local
120 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]); in gre_parse_opt()
171 ikey = okey = uval; in gre_parse_opt()
186 ikey = uval; in gre_parse_opt()
282 addattr32(n, 1024, IFLA_GRE_IKEY, ikey); in gre_parse_opt()
/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/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c398 ASN1_BIT_STRING *ikey; in issuer_match() local
435 ikey = X509_get0_pubkey_bitstr(issuer); in issuer_match()
436 if (!ikey || in issuer_match()
437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
/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.c238 u8 *ikey; in ieee802_1x_tx_key() local
239 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key()
240 if (ikey == NULL || in ieee802_1x_tx_key()
241 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key()
245 os_free(ikey); in ieee802_1x_tx_key()
250 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key()
252 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key()
258 sta->addr, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key()
264 os_free(ikey); in ieee802_1x_tx_key()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c1487 EVP_PKEY *ikey = NULL; in check_crl() local
1563 ikey = X509_get_pubkey(issuer); in check_crl()
1565 if(!ikey) in check_crl()
1574 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl()
1583 if(X509_CRL_verify(crl, ikey) <= 0) in check_crl()
1595 EVP_PKEY_free(ikey); in check_crl()
/external/clang/lib/Serialization/
DASTReaderInternals.h275 static hash_value_type ComputeHash(internal_key_ref ikey);
DASTReader.cpp1510 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() argument
1511 return llvm::hash_combine(ikey.Size, ikey.ModTime); in ComputeHash()
1516 internal_key_type ikey = {FE->getSize(), in GetInternalKey() local
1519 return ikey; in GetInternalKey()
1557 internal_key_type ikey; in ReadKey() local
1558 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey()
1559 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey()
1560 ikey.Filename = (const char *)d; in ReadKey()
1561 ikey.Imported = true; in ReadKey()
1562 return ikey; in ReadKey()
/external/iproute2/doc/
Dip-cref.tex2530 \item \verb|key K|, \verb|ikey K|, \verb|okey K|
2535 The \verb|ikey| and \verb|okey| parameters set different keys for input and output.