Home
last modified time | relevance | path

Searched refs:get_identity (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/fusion/adapted/adt/detail/
Dextension.hpp24 struct get_identity struct
Dadapt_base.hpp30 typename detail::get_identity< \
/third_party/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c68 static struct x86_reg get_identity( struct x86_program *p ) in get_identity() function
92 sse_shufps(&p->func, dest, get_identity(p), SHUF(X,Y,Z,W) ); in emit_load4f_3()
103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2()
113 sse_shufps(&p->func, dest, get_identity(p), SHUF(X,Y,Z,W) ); in emit_load4f_1()
444 sse_movss(&p->func, x86_make_disp(dest,8), get_identity(p)); in build_vertex_emit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_i.h208 const u8 * (*get_identity)(struct eap_sm *sm, void *priv, size_t *len); member
Deap_aka.c1624 eap->get_identity = eap_aka_get_identity; in eap_peer_aka_register()
1652 eap->get_identity = eap_aka_get_identity; in eap_peer_aka_prime_register()
Deap.c1683 if (sm->m && sm->m->get_identity && in eap_sm_buildIdentity()
1684 (identity = sm->m->get_identity(sm, sm->eap_method_priv, in eap_sm_buildIdentity()
Deap_sim.c1343 eap->get_identity = eap_sim_get_identity; in eap_peer_sim_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_i.h208 const u8 * (*get_identity)(struct eap_sm *sm, void *priv, size_t *len); member
Deap_aka.c1610 eap->get_identity = eap_aka_get_identity; in eap_peer_aka_register()
1638 eap->get_identity = eap_aka_get_identity; in eap_peer_aka_prime_register()
Deap.c1650 if (sm->m && sm->m->get_identity && in eap_sm_buildIdentity()
1651 (identity = sm->m->get_identity(sm, sm->eap_method_priv, in eap_sm_buildIdentity()
Deap_sim.c1331 eap->get_identity = eap_sim_get_identity; in eap_peer_sim_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.h286 size_t (*get_identity)(void *ctx, const u8 *sta_addr, const u8 **buf); member
Dwpa_auth_glue.c1293 .get_identity = hostapd_wpa_auth_get_identity, in hostapd_setup_wpa()
Dwpa_auth_ft.c714 if (!wpa_auth->cb->get_identity) in wpa_ft_get_identity()
716 return wpa_auth->cb->get_identity(wpa_auth->cb_ctx, sta_addr, buf); in wpa_ft_get_identity()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth.h332 size_t (*get_identity)(void *ctx, const u8 *sta_addr, const u8 **buf); member
Dwpa_auth_glue.c1483 .get_identity = hostapd_wpa_auth_get_identity, in hostapd_setup_wpa()
Dwpa_auth_ft.c715 if (!wpa_auth->cb->get_identity) in wpa_ft_get_identity()
717 return wpa_auth->cb->get_identity(wpa_auth->cb_ctx, sta_addr, buf); in wpa_ft_get_identity()