HomeSort by relevance Sort by last modified time
    Searched refs:ikey (Results 1 - 23 of 23) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 302 struct undo_key_info *ikey; local
476 ikey = undo_ctx.keys;
535 j++, ikey++, dkey++) {
536 ikey->fsblk = ext2fs_le64_to_cpu(dkey->fsblk);
537 ikey->fileblk = lblk;
538 ikey->blk_crc = ext2fs_le32_to_cpu(dkey->blk_crc);
539 ikey->size = ext2fs_le32_to_cpu(dkey->size);
540 lblk += (ikey->size + undo_ctx.blocksize - 1) /
544 ikey->size) {
547 tdb_file, ikey->fsblk)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
cert.c 102 EVP_PKEY *ikey = cert->issuer->key->key; local
119 pkey = ikey;
173 if (!X509_sign(x, ikey, EVP_sha1())) {
  /external/libnl/include/netlink/route/link/
ipvti.h 27 extern int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey);
ipgre.h 34 extern int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey);
  /external/libnl/lib/route/link/
ipvti.c 43 uint32_t ikey; member in struct:ipvti_info
96 ipvti->ikey = nla_get_u32(tb[IFLA_VTI_IKEY]);
134 NLA_PUT_U32(msg, IFLA_VTI_IKEY, ipvti->ikey);
180 nl_dump(p, " ikey ");
181 nl_dump_line(p, "%x\n",ipvti->ikey);
334 * Set IPVTI tunnel set ikey
336 * @arg ikey gre ikey
340 int rtnl_link_ipvti_set_ikey(struct rtnl_link *link, uint32_t ikey)
346 ipvti->ikey = ikey
    [all...]
ipgre.c 52 uint32_t ikey; member in struct:ipgre_info
121 ipgre->ikey = nla_get_u32(tb[IFLA_GRE_IKEY]);
180 NLA_PUT_U32(msg, IFLA_GRE_IKEY, ipgre->ikey);
245 nl_dump(p, " ikey ");
246 nl_dump_line(p, "%x\n",ipgre->ikey);
482 * Set IPGRE tunnel set ikey
484 * @arg ikey gre ikey
488 int rtnl_link_ipgre_set_ikey(struct rtnl_link *link, uint32_t ikey)
494 ipgre->ikey = ikey
    [all...]
  /external/iproute2/ip/
link_vti.c 58 unsigned ikey = 0; local
100 ikey = *(__u32 *)RTA_DATA(vtiinfo[IFLA_VTI_IKEY]);
131 ikey = okey = uval;
132 } else if (!matches(*argv, "ikey")) {
140 fprintf(stderr, "invalid value for \"ikey\": \"%s\"; it should be an unsigned integer\n", *argv);
145 ikey = uval;
189 addattr32(n, 1024, IFLA_VTI_IKEY, ikey);
239 fprintf(f, "ikey %s ", s2);
link_vti6.c 56 unsigned ikey = 0; local
96 ikey = rta_getattr_u32(vtiinfo[IFLA_VTI_IKEY]);
127 ikey = okey = uval;
128 } else if (!matches(*argv, "ikey")) {
136 fprintf(stderr, "invalid value for \"ikey\": \"%s\"; it should be an unsigned integer\n", *argv);
141 ikey = uval;
186 addattr32(n, 1024, IFLA_VTI_IKEY, ikey);
236 fprintf(f, "ikey %s ", s2);
link_gre.c 64 unsigned ikey = 0; local
114 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]);
175 ikey = okey = uval;
176 } else if (!matches(*argv, "ikey")) {
185 fprintf(stderr, "invalid value for \"ikey\": \"%s\"; it should be an unsigned integer\n", *argv);
190 ikey = uval;
305 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
306 ikey = daddr;
318 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
407 fprintf(f, "ikey %s ", s2)
    [all...]
link_gre6.c 74 unsigned ikey = 0; local
120 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]);
171 ikey = okey = uval;
172 } else if (!matches(*argv, "ikey")) {
181 fprintf(stderr, "invalid value of \"ikey\"\n");
186 ikey = uval;
282 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
376 fprintf(f, "ikey %s ", s2);
  /external/mesa3d/src/mesa/program/
prog_cache.c 60 const GLuint *ikey = (const GLuint *) key; local
67 for (i = 0; i < key_size / sizeof(*ikey); i++)
69 hash += ikey[i];
  /system/vold/
cryptfs.h 228 unsigned char *ikey, void *params);
cryptfs.cpp 1002 unsigned char *ikey, void *params UNUSED)
1009 ikey) != 1;
1013 unsigned char *ikey, void *params)
1026 salt, SALT_LEN, N, r, p, ikey,
1033 unsigned char *ikey, void *params)
1047 salt, SALT_LEN, N, r, p, ikey,
1055 if (keymaster_sign_object(ftr, ikey, KEY_LEN_BYTES + IV_LEN_BYTES,
1062 N, r, p, ikey, KEY_LEN_BYTES + IV_LEN_BYTES);
1078 unsigned char ikey[32+32] = { 0 }; /* Big enough to hold a 256 bit key and 256 bit IV */ local
1093 if (scrypt_keymaster(passwd, salt, ikey, crypt_ftr))
1165 unsigned char ikey[32+32] = { 0 }; \/* Big enough to hold a 256 bit key and 256 bit IV *\/ local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 50 unsigned *ikey = (unsigned *)key; local
58 hash ^= ikey[i];
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 398 ASN1_BIT_STRING *ikey; local
435 ikey = X509_get0_pubkey_bitstr(issuer);
436 if (!ikey ||
437 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) ||
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_cache.c 56 GLuint *ikey = (GLuint *)item->key; local
64 hash ^= ikey[i];
  /external/clang/lib/Serialization/
ASTReaderInternals.h 275 static hash_value_type ComputeHash(internal_key_ref ikey);
ASTReader.cpp 1536 internal_key_type ikey = {FE->getSize(), local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 240 u8 *ikey; local
241 ikey = os_malloc(hapd->conf->individual_wep_key_len);
242 if (ikey == NULL ||
243 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
247 os_free(ikey);
252 ikey, hapd->conf->individual_wep_key_len);
254 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
260 sta->addr, 0, 1, NULL, 0, ikey,
266 os_free(ikey);
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 1522 EVP_PKEY *ikey = NULL; local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2141 milliseconds