/external/iproute2/ip/ |
D | link_vti.c | 58 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()
|
D | link_vti6.c | 56 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()
|
D | link_gre.c | 64 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()
|
D | link_gre6.c | 74 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/ |
D | prog_cache.c | 60 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/ |
D | tls_openssl_ocsp.c | 398 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/ |
D | cso_cache.c | 50 unsigned *ikey = (unsigned *)key; in hash_key() local 58 hash ^= ikey[i]; in hash_key()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_cache.c | 56 GLuint *ikey = (GLuint *)item->key; in hash_key() local 64 hash ^= ikey[i]; in hash_key()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 238 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/ |
D | x509_vfy.c | 1487 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/ |
D | ASTReaderInternals.h | 275 static hash_value_type ComputeHash(internal_key_ref ikey);
|
D | ASTReader.cpp | 1510 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/ |
D | ip-cref.tex | 2530 \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.
|