Searched refs:cache_id (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | gpg_agent.c | 150 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-13.1/sys/arm/arm/ |
| H A D | pl310.c | 478 uint32_t cache_id, debug_ctrl; in pl310_attach() local 499 cache_id = pl310_read4(sc, PL310_CACHE_ID); in pl310_attach() 500 sc->sc_rtl_revision = (cache_id >> CACHE_ID_RELEASE_SHIFT) & in pl310_attach() 503 (cache_id >> CACHE_ID_PARTNUM_SHIFT) & CACHE_ID_PARTNUM_MASK, in pl310_attach() 504 (cache_id >> CACHE_ID_RELEASE_SHIFT) & CACHE_ID_RELEASE_MASK); in pl310_attach()
|
| /freebsd-13.1/contrib/wpa/src/rsn_supp/ |
| H A D | pmksa_cache.h | 76 const u8 *cache_id); 145 const u8 *cache_id) in pmksa_cache_add() argument
|
| H A D | pmksa_cache.c | 176 const u8 *cache_id) in pmksa_cache_add() argument 205 if (cache_id) { in pmksa_cache_add() 207 os_memcpy(entry->fils_cache_id, cache_id, FILS_CACHE_ID_LEN); in pmksa_cache_add() 501 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() argument 508 os_memcmp(cache_id, entry->fils_cache_id, in pmksa_cache_get_fils_cache_id()
|
| H A D | wpa_i.h | 299 const u8 *cache_id, const u8 *pmk, in wpa_sm_add_pmkid() argument 305 cache_id, pmk, pmk_len, pmk_lifetime, in wpa_sm_add_pmkid() 311 const u8 *cache_id) in wpa_sm_remove_pmkid() argument 315 cache_id); in wpa_sm_remove_pmkid()
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | configure | 12371 unset $cache_id 12773 unset $cache_id 13171 unset $cache_id 13569 unset $cache_id 13967 unset $cache_id 14379 unset $cache_id 14780 unset $cache_id 15181 unset $cache_id 15582 unset $cache_id 15987 unset $cache_id [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | sme.c | 437 const u8 *cache_id = NULL; in sme_send_authentication() local 445 cache_id = wpa_bss_get_fils_cache_id(bss); in sme_send_authentication() 449 try_opportunistic, cache_id, in sme_send_authentication()
|
| H A D | wpa_supplicant.c | 2951 const u8 *cache_id = NULL; in wpas_populate_assoc_ies() local 2959 cache_id = wpa_bss_get_fils_cache_id(bss); in wpas_populate_assoc_ies() 2963 cache_id, 0) == 0) { in wpas_populate_assoc_ies()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth.c | 5267 const u8 *cache_id; member 5279 os_memcmp(a->conf.fils_cache_id, data->cache_id, in wpa_auth_fils_iter() 5296 idata.cache_id = wpa_auth->conf.fils_cache_id; in wpa_auth_pmksa_get_fils_cache_id()
|