Home
last modified time | relevance | path

Searched refs:id_hash (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dspp.php89 $id_hash = $_GET["hotspot2dot0-mobile-identifier-hash"]; variable
90 $id_hash = PREG_REPLACE("/[^0-9a-h]/i", '', $id_hash); variable
99 "WHERE mobile_identifier_hash='$id_hash'")->fetch();
121 putenv("HS20IDHASH=$id_hash");
/external/llvm-project/polly/lib/External/isl/
Disl_id.c102 uint32_t id_hash; in isl_id_alloc() local
108 id_hash = isl_hash_init(); in isl_id_alloc()
110 id_hash = isl_hash_string(id_hash, name); in isl_id_alloc()
112 id_hash = isl_hash_builtin(id_hash, user); in isl_id_alloc()
113 entry = isl_hash_table_find(ctx, &ctx->id_table, id_hash, in isl_id_alloc()
/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c101 ctx->id_hash = getenv("HS20IDHASH"); in process()
102 if (ctx->id_hash) in process()
103 debug_print(ctx, 1, "ID-HASH %s", ctx->id_hash); in process()
Dspp_server.h22 const char *id_hash; member
Dspp_server.c252 const char *id_hash) in db_add_session_id_hash() argument
257 id_hash, sessionid); in db_add_session_id_hash()
2034 if (ctx->id_hash) in hs20_sim_provisioning()
2035 db_add_session_id_hash(ctx, session_id, ctx->id_hash); in hs20_sim_provisioning()
/external/libfuse/lib/
Dfuse.c517 static size_t id_hash(struct fuse *f, fuse_ino_t ino) in id_hash() function
530 size_t hash = id_hash(f, nodeid); in get_node_nocheck()
622 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id()
666 size_t newhash = id_hash(f, node->nodeid); in rehash_id()
683 size_t hash = id_hash(f, node->nodeid); in hash_id()