Home
last modified time | relevance | path

Searched refs:cache_id (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm/arm/
H A Dpl310.c476 uint32_t cache_id, debug_ctrl; in pl310_attach() local
497 cache_id = pl310_read4(sc, PL310_CACHE_ID); in pl310_attach()
498 sc->sc_rtl_revision = (cache_id >> CACHE_ID_RELEASE_SHIFT) & in pl310_attach()
501 (cache_id >> CACHE_ID_PARTNUM_SHIFT) & CACHE_ID_PARTNUM_MASK, in pl310_attach()
502 (cache_id >> CACHE_ID_RELEASE_SHIFT) & CACHE_ID_RELEASE_MASK); in pl310_attach()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c235 const u8 *cache_id) in pmksa_cache_add() argument
277 if (cache_id) { in pmksa_cache_add()
279 os_memcpy(entry->fils_cache_id, cache_id, FILS_CACHE_ID_LEN); in pmksa_cache_add()
588 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() argument
595 os_memcmp(cache_id, entry->fils_cache_id, in pmksa_cache_get_fils_cache_id()
915 const u8 *cache_id) in pmksa_cache_add() argument
H A Dwpa_i.h312 const u8 *cache_id, const u8 *pmk, in wpa_sm_add_pmkid() argument
318 cache_id, pmk, pmk_len, pmk_lifetime, in wpa_sm_add_pmkid()
324 const u8 *cache_id) in wpa_sm_remove_pmkid() argument
328 cache_id); in wpa_sm_remove_pmkid()
H A Dpmksa_cache.h87 const u8 *cache_id);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c689 const u8 *cache_id = NULL; in sme_send_authentication() local
697 cache_id = wpa_bss_get_fils_cache_id(bss); in sme_send_authentication()
703 try_opportunistic, cache_id, in sme_send_authentication()
H A Dwpa_supplicant.c3462 const u8 *cache_id = NULL; in wpas_populate_assoc_ies() local
3480 cache_id = wpa_bss_get_fils_cache_id(bss); in wpas_populate_assoc_ies()
3484 cache_id, 0, false) == 0) { in wpas_populate_assoc_ies()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c6734 const u8 *cache_id; member
6746 os_memcmp(a->conf.fils_cache_id, data->cache_id,
6763 idata.cache_id = wpa_auth->conf.fils_cache_id;