Searched refs:okey (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | dict.c | 76 unsigned long okey; member 527 unsigned long key, okey; in xmlDictGrow() local 574 okey = olddict[i].okey; in xmlDictGrow() 576 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len); in xmlDictGrow() 577 key = okey % dict->size; in xmlDictGrow() 582 dict->dict[key].okey = okey; in xmlDictGrow() 590 entry->okey = okey; in xmlDictGrow() 617 okey = iter->okey; in xmlDictGrow() 619 okey = xmlDictComputeKey(dict, iter->name, iter->len); in xmlDictGrow() 620 key = okey % dict->size; in xmlDictGrow() [all …]
|
/external/libxml2/ |
D | dict.c | 99 unsigned long okey; member 629 unsigned long key, okey; in xmlDictGrow() local 676 okey = olddict[i].okey; in xmlDictGrow() 678 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len); in xmlDictGrow() 679 key = okey % dict->size; in xmlDictGrow() 684 dict->dict[key].okey = okey; in xmlDictGrow() 692 entry->okey = okey; in xmlDictGrow() 719 okey = iter->okey; in xmlDictGrow() 721 okey = xmlDictComputeKey(dict, iter->name, iter->len); in xmlDictGrow() 722 key = okey % dict->size; in xmlDictGrow() [all …]
|
/external/iproute2/ip/ |
D | link_gre.c | 57 unsigned okey = 0; in gre_parse_opt() local 104 okey = rta_getattr_u32(greinfo[IFLA_GRE_OKEY]); in gre_parse_opt() 150 ikey = okey = uval; in gre_parse_opt() 180 okey = uval; in gre_parse_opt() 245 if (!okey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt() 246 okey = daddr; in gre_parse_opt() 255 addattr32(n, 1024, IFLA_GRE_OKEY, okey); in gre_parse_opt()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 27 CFX_ByteString okey = pEncrypt->GetString(FX_BSTRC("O")); in CalcEncryptKey() local 28 CRYPT_MD5Update(md5, (FX_LPBYTE)(FX_LPCSTR)okey, okey.GetLength()); in CalcEncryptKey() 295 CFX_ByteString okey = m_pEncryptDict->GetString(FX_BSTRC("O")); in AES256_CheckPassword() local 296 if (okey.GetLength() < 48) { in AES256_CheckPassword() 303 FX_LPCBYTE pkey = bOwner ? (FX_LPCBYTE)okey : (FX_LPCBYTE)ukey; in AES256_CheckPassword() 438 CFX_ByteString okey = m_pEncryptDict->GetString(FX_BSTRC("O")); in GetUserPassword() local 458 int okeylen = okey.GetLength(); in GetUserPassword() 463 FXSYS_memcpy32(okeybuf, (FX_LPCSTR)okey, okeylen); in GetUserPassword()
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2448 \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.
|