HomeSort by relevance Sort by last modified time
    Searched defs:hashkey (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
conncache.c 163 static void hashkey(struct connectdata *conn, char *buf, function
223 hashkey(conn, key, sizeof(key));
282 hashkey(conn, key, sizeof(key));
  /prebuilts/go/darwin-x86/src/runtime/
alg.go 279 var hashkey [4]uintptr var
296 getRandomData((*[len(hashkey) * sys.PtrSize]byte)(unsafe.Pointer(&hashkey))[:])
297 hashkey[0] |= 1 // make sure these numbers are odd
298 hashkey[1] |= 1
299 hashkey[2] |= 1
300 hashkey[3] |= 1
  /prebuilts/go/linux-x86/src/runtime/
alg.go 279 var hashkey [4]uintptr var
296 getRandomData((*[len(hashkey) * sys.PtrSize]byte)(unsafe.Pointer(&hashkey))[:])
297 hashkey[0] |= 1 // make sure these numbers are odd
298 hashkey[1] |= 1
299 hashkey[2] |= 1
300 hashkey[3] |= 1
  /external/ipsec-tools/src/racoon/
oakley.c 977 vchar_t *hashkey = NULL; local
1006 hashkey = iph1->skeyid;
1048 hashkey = hash;
1091 res = oakley_prf(hashkey, buf, iph1);
    [all...]
  /external/kmod/libkmod/
libkmod-module.c 65 char *hashkey; member in struct:kmod_module
243 * hashkey -----.
254 * hashkey ---.
291 m->hashkey = m->name;
296 m->hashkey = m->name + keylen + 1;
297 memcpy(m->hashkey, key, keylen + 1);
301 kmod_pool_add_module(ctx, m, m->hashkey);
470 kmod_pool_del_module(mod->ctx, mod, mod->hashkey);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 231 milliseconds