Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dgpg_agent.c150 const char *cache_id = NULL; in get_cache_id() local
155 cache_id = svn_checksum_to_cstring(digest, result_pool); in get_cache_id()
156 *cache_id_p = cache_id; in get_cache_id()
481 const char *cache_id = NULL; in password_get_gpg_agent() local
503 SVN_ERR(get_cache_id(&cache_id, realmstring, pool, pool)); in password_get_gpg_agent()
518 cache_id, in password_get_gpg_agent()
624 const char *cache_id = NULL; in simple_gpg_agent_next_creds() local
659 SVN_ERR(get_cache_id(&cache_id, realmstring, pool, pool)); in simple_gpg_agent_next_creds()
661 request = apr_psprintf(pool, "CLEAR_PASSPHRASE %s\n", cache_id); in simple_gpg_agent_next_creds()
/freebsd-12.1/sys/arm/arm/
H A Dpl310.c482 uint32_t cache_id, debug_ctrl; in pl310_attach() local
503 cache_id = pl310_read4(sc, PL310_CACHE_ID); in pl310_attach()
504 sc->sc_rtl_revision = (cache_id >> CACHE_ID_RELEASE_SHIFT) & in pl310_attach()
507 (cache_id >> CACHE_ID_PARTNUM_SHIFT) & CACHE_ID_PARTNUM_MASK, in pl310_attach()
508 (cache_id >> CACHE_ID_RELEASE_SHIFT) & CACHE_ID_RELEASE_MASK); in pl310_attach()
/freebsd-12.1/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.h72 const u8 *cache_id);
138 const u8 *cache_id) in pmksa_cache_add() argument
H A Dpmksa_cache.c134 const u8 *cache_id) in pmksa_cache_add() argument
163 if (cache_id) { in pmksa_cache_add()
165 os_memcpy(entry->fils_cache_id, cache_id, FILS_CACHE_ID_LEN); in pmksa_cache_add()
432 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() argument
439 os_memcmp(cache_id, entry->fils_cache_id, in pmksa_cache_get_fils_cache_id()
H A Dwpa_i.h249 const u8 *cache_id, const u8 *pmk, in wpa_sm_add_pmkid() argument
254 cache_id, pmk, pmk_len); in wpa_sm_add_pmkid()
259 const u8 *cache_id) in wpa_sm_remove_pmkid() argument
263 cache_id); in wpa_sm_remove_pmkid()
/freebsd-12.1/contrib/apr-util/
H A Dconfigure12191 unset $cache_id
12593 unset $cache_id
12991 unset $cache_id
13389 unset $cache_id
13787 unset $cache_id
14199 unset $cache_id
14600 unset $cache_id
15001 unset $cache_id
15402 unset $cache_id
15807 unset $cache_id
[all …]
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dsme.c353 const u8 *cache_id = NULL; in sme_send_authentication() local
361 cache_id = wpa_bss_get_fils_cache_id(bss); in sme_send_authentication()
365 try_opportunistic, cache_id, in sme_send_authentication()
H A Dwpa_supplicant.c2561 const u8 *cache_id = NULL; in wpas_populate_assoc_ies() local
2569 cache_id = wpa_bss_get_fils_cache_id(bss); in wpas_populate_assoc_ies()
2573 cache_id, 0) == 0) { in wpas_populate_assoc_ies()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dwpa_auth.c4861 const u8 *cache_id; member
4873 os_memcmp(a->conf.fils_cache_id, data->cache_id, in wpa_auth_fils_iter()
4890 idata.cache_id = wpa_auth->conf.fils_cache_id; in wpa_auth_pmksa_get_fils_cache_id()