Searched refs:p2ps_gen_hash (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 1119 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) in p2ps_gen_hash() function 1200 if (!p2ps_gen_hash(p2p, seek[i], buf)) in p2p_find() 2742 if (!p2ps_gen_hash(p2p, adv_str, buf)) in p2p_service_add_asp() 2946 p2ps_gen_hash(p2p, P2PS_WILD_HASH_STR, p2p->wild_card_hash); in p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 1211 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) function 1296 if (!p2ps_gen_hash(p2p, seek[i], buf)) 2874 if (!p2ps_gen_hash(p2p, adv_str, buf)) 3086 p2ps_gen_hash(p2p, P2PS_WILD_HASH_STR, p2p->wild_card_hash);
|
Completed in 20 milliseconds