Home
last modified time | relevance | path

Searched refs:okey (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Ddict.c76 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/
Ddict.c99 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/
Dlink_gre.c57 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/
Dfpdf_parser_encrypt.cpp27 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/
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.