/external/e2fsprogs/misc/ |
D | e2undo.c | 308 struct undo_key_info *ikey; in main() local 482 ikey = undo_ctx.keys; in main() 541 j++, ikey++, dkey++) { in main() 542 ikey->fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in main() 543 ikey->fileblk = lblk; in main() 544 ikey->blk_crc = ext2fs_le32_to_cpu(dkey->blk_crc); in main() 545 ikey->size = ext2fs_le32_to_cpu(dkey->size); in main() 546 lblk += (ikey->size + undo_ctx.blocksize - 1) / in main() 550 ikey->size) { in main() 553 tdb_file, ikey->fsblk); in main() [all …]
|
/external/libnl/lib/route/link/ |
D | ipvti.c | 44 uint32_t ikey; member 101 ipvti->ikey = nla_get_u32(tb[IFLA_VTI_IKEY]); in ipvti_parse() 139 NLA_PUT_U32(msg, IFLA_VTI_IKEY, ipvti->ikey); in ipvti_put_attrs() 192 nl_dump_line(p, "%x\n",ipvti->ikey); in ipvti_dump_details() 351 int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey) in rtnl_link_ipvti_set_ikey() argument 357 ipvti->ikey = ikey; in rtnl_link_ipvti_set_ikey() 375 return ipvti->ikey; in rtnl_link_ipvti_get_ikey()
|
D | ipgre.c | 53 uint32_t ikey; member 126 ipgre->ikey = nla_get_u32(tb[IFLA_GRE_IKEY]); in ipgre_parse() 185 NLA_PUT_U32(msg, IFLA_GRE_IKEY, ipgre->ikey); in ipgre_put_attrs() 257 nl_dump_line(p, "%x\n",ipgre->ikey); in ipgre_dump_details() 590 int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey) in rtnl_link_ipgre_set_ikey() argument 596 ipgre->ikey = ikey; in rtnl_link_ipgre_set_ikey() 614 return ipgre->ikey; in rtnl_link_ipgre_get_ikey()
|
/external/iproute2/ip/ |
D | link_vti.c | 67 unsigned int ikey = 0; in vti_parse_opt() local 102 ikey = rta_getattr_u32(vtiinfo[IFLA_VTI_IKEY]); in vti_parse_opt() 136 ikey = okey = uval; in vti_parse_opt() 150 ikey = uval; in vti_parse_opt() 198 addattr32(n, 1024, IFLA_VTI_IKEY, ikey); in vti_parse_opt()
|
D | link_vti6.c | 64 unsigned int ikey = 0; in vti6_parse_opt() local 97 ikey = rta_getattr_u32(vtiinfo[IFLA_VTI_IKEY]); in vti6_parse_opt() 131 ikey = okey = uval; in vti6_parse_opt() 145 ikey = uval; in vti6_parse_opt() 196 addattr32(n, 1024, IFLA_VTI_IKEY, ikey); in vti6_parse_opt()
|
D | link_gre.c | 84 unsigned int ikey = 0; in gre_parse_opt() local 129 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]); in gre_parse_opt() 200 ikey = okey = uval; in gre_parse_opt() 215 ikey = uval; in gre_parse_opt() 347 if (!ikey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt() 348 ikey = daddr; in gre_parse_opt() 361 addattr32(n, 1024, IFLA_GRE_IKEY, ikey); in gre_parse_opt()
|
D | link_gre6.c | 94 unsigned int ikey = 0; in gre_parse_opt() local 137 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]); in gre_parse_opt() 203 ikey = okey = uval; in gre_parse_opt() 218 ikey = uval; in gre_parse_opt() 377 addattr32(n, 1024, IFLA_GRE_IKEY, ikey); in gre_parse_opt()
|
/external/arm-trusted-firmware/tools/cert_create/src/ |
D | cert.c | 98 EVP_PKEY *ikey = keys[issuer_cert->key].key; in cert_new() local 117 pkey = ikey; in cert_new() 133 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, get_digest(md_alg), NULL, ikey)) { in cert_new() 142 if (EVP_PKEY_base_id(ikey) == EVP_PKEY_RSA) { in cert_new()
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | ipip_flat_gre_keys.sh | 29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
|
D | ipip_hier_gre_keys.sh | 29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222 30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
|
/external/mesa3d/src/mesa/program/ |
D | prog_cache.c | 62 const GLuint *ikey = (const GLuint *) key; in hash_key() local 69 for (i = 0; i < key_size / sizeof(*ikey); i++) in hash_key() 71 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/libnl/include/netlink/route/link/ |
D | ipvti.h | 29 extern int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey);
|
D | ipgre.h | 39 extern int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey);
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 50 unsigned *ikey = (unsigned *)key; in hash_key() local 59 hash ^= ikey[i]; in hash_key()
|
/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/python/pyopenssl/tests/ |
D | test_ssl.py | 265 ikey = PKey() 266 ikey.generate_key(TYPE_RSA, 2048) 271 icert.set_pubkey(ikey) 292 scert.sign(ikey, "sha256") 294 return [(cakey, cacert), (ikey, icert), (skey, scert)] 1474 [(cakey, cacert), (ikey, icert), (skey, scert)] = chain 1486 for key, name in [(cakey, "ca.key"), (ikey, "i.key"), (skey, "s.key")]: 1517 [(cakey, cacert), (ikey, icert), (skey, scert)] = chain 2461 [(cakey, cacert), (ikey, icert), (skey, scert)] = chain 2487 [(cakey, cacert), (ikey, icert), (skey, scert)] = chain [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 267 u8 *ikey; in ieee802_1x_tx_key() local 269 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 270 if (!ikey || in ieee802_1x_tx_key() 271 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key() 275 os_free(ikey); in ieee802_1x_tx_key() 280 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 282 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key() 288 sta->addr, 0, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key() 295 os_free(ikey); in ieee802_1x_tx_key()
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 275 static hash_value_type ComputeHash(internal_key_ref ikey);
|
D | ASTReader.cpp | 1530 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() argument 1531 return llvm::hash_combine(ikey.Size, ikey.ModTime); in ComputeHash() 1536 internal_key_type ikey = {FE->getSize(), in GetInternalKey() local 1539 return ikey; in GetInternalKey() 1577 internal_key_type ikey; in ReadKey() local 1578 ikey.Size = off_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey() 1579 ikey.ModTime = time_t(endian::readNext<uint64_t, little, unaligned>(d)); in ReadKey() 1580 ikey.Filename = (const char *)d; in ReadKey() 1581 ikey.Imported = true; in ReadKey() 1582 return ikey; in ReadKey()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 270 static hash_value_type ComputeHash(internal_key_ref ikey);
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1593 EVP_PKEY *ikey = NULL; in check_crl() local 1664 ikey = X509_get_pubkey(issuer); in check_crl() 1666 if (!ikey) { in check_crl() 1673 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1681 if (X509_CRL_verify(crl, ikey) <= 0) { in check_crl() 1693 EVP_PKEY_free(ikey); in check_crl()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1593 EVP_PKEY *ikey = NULL; in check_crl() local 1664 ikey = X509_get_pubkey(issuer); in check_crl() 1666 if (!ikey) { in check_crl() 1673 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1681 if (X509_CRL_verify(crl, ikey) <= 0) { in check_crl() 1693 EVP_PKEY_free(ikey); in check_crl()
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 4302 ikey = tok[0] 4303 if isinstance(ikey,int): 4304 ikey = _ustr(tok[0]).strip() 4306 tokenlist[ikey] = _ParseResultsWithOffset("",i) 4308 tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i) 4313 tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i) 4315 tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i)
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 4302 ikey = tok[0] 4303 if isinstance(ikey,int): 4304 ikey = _ustr(tok[0]).strip() 4306 tokenlist[ikey] = _ParseResultsWithOffset("",i) 4308 tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i) 4313 tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i) 4315 tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i)
|