| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_keyring.c | 231 key_serial_t cache_id; /* keyring representing ccache */ member 263 key_serial_t cache_id, key_serial_t 705 key_serial_t cache_id, krb5_boolean legacy_type, in add_cred_key() argument 713 key = add_key(KRCC_CRED_KEY_TYPE, name, payload, plen, cache_id); in add_cred_key() 722 key = add_key(KRCC_KEY_TYPE_USER, name, payload, plen, cache_id); in add_cred_key() 766 (void)keyctl_set_timeout(data->cache_id, timeout); in update_keyring_expiration() 784 if (!data->cache_id) { in krcc_initialize() 790 &data->cache_id); in krcc_initialize() 798 (void)keyctl_link(data->cache_id, session_write_anchor()); in krcc_initialize() 842 data->cache_id, data->princ_id)); in clear_cache_keyring() [all …]
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | tls-server-block.c | 31 static const char cache_id[] = "OpenSSL Demo Server"; variable 177 SSL_CTX_set_session_id_context(ctx, (void *)cache_id, sizeof(cache_id)); in main()
|
| /freebsd/sys/arm/arm/ |
| H A D | pl310.c | 476 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 D | pmksa_cache.c | 235 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 D | wpa_i.h | 312 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 D | pmksa_cache.h | 87 const u8 *cache_id);
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-server-block.pod | 151 SSL_CTX_set_session_id_context(ctx, (void *)cache_id, sizeof(cache_id));
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | sme.c | 689 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 D | wpa_supplicant.c | 3462 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 D | wpa_auth.c | 6734 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;
|