HomeSort by: relevance | last modified time | path
    Searched defs:cache_id (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/guide/
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));
  /src/external/ibm-public/postfix/dist/src/tls/
tls_server.c 193 VSTRING *cache_id; local
209 GEN_CACHE_ID(cache_id, session_id, session_id_length, TLScontext->serverid);
213 STR(cache_id), TLScontext->cache_type);
218 if (tls_mgr_lookup(TLScontext->cache_type, STR(cache_id),
223 TLScontext->namaddr, STR(cache_id),
230 vstring_free(cache_id);
240 VSTRING *cache_id; local
251 GEN_CACHE_ID(cache_id, sid, sid_length, TLScontext->serverid);
255 STR(cache_id), TLScontext->cache_type);
257 tls_mgr_delete(TLScontext->cache_type, STR(cache_id));
266 VSTRING *cache_id; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 605 static VSTRING *cache_id = 0; local
627 cache_id = vstring_alloc(10);
645 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_ID, cache_id),
662 STR(cache_id), buffer) ?
679 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_ID, cache_id),
690 tls_scache_update(ent->cache_info, STR(cache_id),
706 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_ID, cache_id),
716 STR(cache_id)) ?
  /src/external/bsd/wpa/dist/wpa_supplicant/
sme.c 689 const u8 *cache_id = NULL; local
697 cache_id = wpa_bss_get_fils_cache_id(bss);
703 try_opportunistic, cache_id,
wpa_supplicant.c 3462 const u8 *cache_id = NULL; local
3480 cache_id = wpa_bss_get_fils_cache_id(bss);
3484 cache_id, 0, false) == 0) {
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.c 6734 const u8 *cache_id; member in struct:wpa_auth_fils_iter_data
6746 os_memcmp(a->conf.fils_cache_id, data->cache_id,
6763 idata.cache_id = wpa_auth->conf.fils_cache_id;

Completed in 42 milliseconds