Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c99 unsigned long okey; member
632 unsigned long key, okey; in xmlDictGrow() local
679 okey = olddict[i].okey; in xmlDictGrow()
681 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len); in xmlDictGrow()
682 key = okey % dict->size; in xmlDictGrow()
687 dict->dict[key].okey = okey; in xmlDictGrow()
695 entry->okey = okey; in xmlDictGrow()
722 okey = iter->okey; in xmlDictGrow()
724 okey = xmlDictComputeKey(dict, iter->name, iter->len); in xmlDictGrow()
725 key = okey % dict->size; in xmlDictGrow()
[all …]
/external/iproute2/ip/
Dlink_vti6.c57 unsigned okey = 0; in vti6_parse_opt() local
99 okey = rta_getattr_u32(vtiinfo[IFLA_VTI_OKEY]); in vti6_parse_opt()
127 ikey = okey = uval; in vti6_parse_opt()
155 okey = uval; in vti6_parse_opt()
187 addattr32(n, 1024, IFLA_VTI_OKEY, okey); in vti6_parse_opt()
Dlink_vti.c59 unsigned okey = 0; in vti_parse_opt() local
103 okey = *(__u32 *)RTA_DATA(vtiinfo[IFLA_VTI_OKEY]); in vti_parse_opt()
131 ikey = okey = uval; in vti_parse_opt()
159 okey = uval; in vti_parse_opt()
190 addattr32(n, 1024, IFLA_VTI_OKEY, okey); in vti_parse_opt()
Dlink_gre.c65 unsigned okey = 0; in gre_parse_opt() local
117 okey = rta_getattr_u32(greinfo[IFLA_GRE_OKEY]); in gre_parse_opt()
175 ikey = okey = uval; in gre_parse_opt()
205 okey = uval; in gre_parse_opt()
309 if (!okey && IN_MULTICAST(ntohl(daddr))) { in gre_parse_opt()
310 okey = daddr; in gre_parse_opt()
319 addattr32(n, 1024, IFLA_GRE_OKEY, okey); in gre_parse_opt()
Dlink_gre6.c75 unsigned okey = 0; in gre_parse_opt() local
123 okey = rta_getattr_u32(greinfo[IFLA_GRE_OKEY]); in gre_parse_opt()
171 ikey = okey = uval; in gre_parse_opt()
201 okey = uval; in gre_parse_opt()
283 addattr32(n, 1024, IFLA_GRE_OKEY, okey); in gre_parse_opt()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp32 CFX_ByteString okey = pEncrypt->GetString("O"); in CalcEncryptKey() local
33 CRYPT_MD5Update(md5, (uint8_t*)okey.c_str(), okey.GetLength()); in CalcEncryptKey()
304 CFX_ByteString okey = in AES256_CheckPassword() local
306 if (okey.GetLength() < 48) { in AES256_CheckPassword()
314 const uint8_t* pkey = bOwner ? (const uint8_t*)okey : (const uint8_t*)ukey; in AES256_CheckPassword()
468 CFX_ByteString okey = m_pEncryptDict->GetString("O"); in GetUserPassword() local
488 int okeylen = okey.GetLength(); in GetUserPassword()
494 FXSYS_memcpy(okeybuf, okey.c_str(), okeylen); in GetUserPassword()
/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.