Searched refs:p2ps_gen_hash (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p.c | 1117 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) function 1199 if (!p2ps_gen_hash(p2p, seek[i], buf)) 2720 if (!p2ps_gen_hash(p2p, adv_str, buf)) 2923 p2ps_gen_hash(p2p, P2PS_WILD_HASH_STR, p2p->wild_card_hash);
|
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p.c | 1117 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) function 1199 if (!p2ps_gen_hash(p2p, seek[i], buf)) 2720 if (!p2ps_gen_hash(p2p, adv_str, buf)) 2923 p2ps_gen_hash(p2p, P2PS_WILD_HASH_STR, p2p->wild_card_hash);
|
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p.c | 1117 static int p2ps_gen_hash(struct p2p_data *p2p, const char *str, u8 *hash) function 1199 if (!p2ps_gen_hash(p2p, seek[i], buf)) 2720 if (!p2ps_gen_hash(p2p, adv_str, buf)) 2923 p2ps_gen_hash(p2p, P2PS_WILD_HASH_STR, p2p->wild_card_hash);
|
Completed in 96 milliseconds