Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/tlsmgr/
Dtlsmgr.c604 static VSTRING *cache_type = 0; in tlsmgr_service() local
626 cache_type = vstring_alloc(10); in tlsmgr_service()
644 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tlsmgr_service()
648 if (strcmp(ent->cache_label, STR(cache_type)) == 0) in tlsmgr_service()
652 STR(cache_type), TLS_MGR_REQ_LOOKUP); in tlsmgr_service()
678 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tlsmgr_service()
683 if (strcmp(ent->cache_label, STR(cache_type)) == 0) in tlsmgr_service()
687 STR(cache_type), TLS_MGR_REQ_UPDATE); in tlsmgr_service()
705 RECV_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tlsmgr_service()
709 if (strcmp(ent->cache_label, STR(cache_type)) == 0) in tlsmgr_service()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_mgr.c221 int tls_mgr_policy(const char *cache_type, int *cachable, int *timeout) in tls_mgr_policy() argument
237 SEND_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tls_mgr_policy()
250 int tls_mgr_lookup(const char *cache_type, const char *cache_id, in tls_mgr_lookup() argument
267 SEND_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tls_mgr_lookup()
280 int tls_mgr_update(const char *cache_type, const char *cache_id, in tls_mgr_update() argument
297 SEND_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tls_mgr_update()
310 int tls_mgr_delete(const char *cache_type, const char *cache_id) in tls_mgr_delete() argument
326 SEND_ATTR_STR(TLS_MGR_ATTR_CACHE_TYPE, cache_type), in tls_mgr_delete()
Dtls_client.c214 TLScontext->serverid, TLScontext->cache_type); in load_clnt_session()
221 if (TLScontext->cache_type == 0) in load_clnt_session()
229 if (tls_mgr_lookup(TLScontext->cache_type, TLScontext->serverid, in load_clnt_session()
236 TLScontext->serverid, TLScontext->cache_type); in load_clnt_session()
269 if (TLScontext->cache_type == 0) in new_client_session_cb()
276 TLScontext->serverid, TLScontext->cache_type); in new_client_session_cb()
283 tls_mgr_update(TLScontext->cache_type, TLScontext->serverid, in new_client_session_cb()
303 if (TLScontext->cache_type == 0 || TLScontext->serverid == 0) in uncache_session()
310 tls_mgr_delete(TLScontext->cache_type, TLScontext->serverid); in uncache_session()
898 if (tls_mgr_policy(props->cache_type, &cachable, in tls_client_init()
[all …]
Dtls_server.c213 STR(cache_id), TLScontext->cache_type); in get_server_session_cb()
218 if (tls_mgr_lookup(TLScontext->cache_type, STR(cache_id), in get_server_session_cb()
224 TLScontext->cache_type); in get_server_session_cb()
247 if (TLScontext->cache_type == 0) in uncache_session()
255 STR(cache_id), TLScontext->cache_type); in uncache_session()
257 tls_mgr_delete(TLScontext->cache_type, STR(cache_id)); in uncache_session()
280 STR(cache_id), TLScontext->cache_type); in new_server_session_cb()
287 tls_mgr_update(TLScontext->cache_type, STR(cache_id), in new_server_session_cb()
523 if (tls_mgr_policy(props->cache_type, &cachable, in tls_server_init()
790 app_ctx->cache_type = mystrdup(props->cache_type); in tls_server_init()
[all …]
Dtls_proxy_server_scan.c96 VSTRING *cache_type = vstring_alloc(25); in tls_proxy_server_init_scan() local
120 RECV_ATTR_STR(TLS_ATTR_CACHE_TYPE, cache_type), in tls_proxy_server_init_scan()
141 props->cache_type = vstring_export(cache_type); in tls_proxy_server_init_scan()
171 myfree((void *) props->cache_type); in tls_proxy_server_init_free()
Dtls_proxy_client_scan.c236 myfree((void *) props->cache_type); in tls_proxy_client_init_free()
260 VSTRING *cache_type = vstring_alloc(25); in tls_proxy_client_init_scan() local
283 RECV_ATTR_STR(TLS_ATTR_CACHE_TYPE, cache_type), in tls_proxy_client_init_scan()
298 props->cache_type = vstring_export(cache_type); in tls_proxy_client_init_scan()
Dtls.h259 char *cache_type; /* tlsmgr(8) cache type if enabled */ member
333 char *cache_type; member
477 const char *cache_type; member
549 const char *cache_type; member
Dtls_proxy_server_print.c81 STRING_OR_EMPTY(props->cache_type)), in tls_proxy_server_init_print()
Dtls_misc.c1319 app_ctx->cache_type = 0; in tls_alloc_app_context()
1336 if (app_ctx->cache_type) in tls_free_app_context()
1337 myfree(app_ctx->cache_type); in tls_free_app_context()
1359 TLScontext->cache_type = 0; in tls_alloc_sess_context()
Dtls_proxy_client_print.c161 STRING_OR_EMPTY(props->cache_type)), in tls_proxy_client_init_print()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dscache.c187 struct cache_type { struct
192 static struct cache_type cache_types[] = { argument
202 static void cache_type(ARGV *argv) in cache_type() function
204 struct cache_type *cp; in cache_type()
326 "cache_type", cache_type, 0,
Dscache_multi.in4 cache_type multi
Dscache_multi.ref4 >>> cache_type multi
/netbsd/src/external/bsd/ntp/dist/libntp/
Dauthkeys.c105 int cache_type; /* OpenSSL digest NID */ variable
427 cache_type = 0; in authcache_flush_id()
621 cache_type = sk->type; in authhavekey()
901 return MD5authencrypt(cache_type, in authencrypt()
930 return MD5authdecrypt(cache_type, in authdecrypt()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpointer-query.h164 struct cache_type struct
203 cache_type var_cache;
/netbsd/src/sys/arch/aarch64/include/
Dcpu.h79 u_int cache_type; member
/netbsd/src/sys/arch/arm/arm32/
Dcpu.c631 wtnames[info->cache_type], in print_cache_info()
651 wtnames[info->cache_type], in print_cache_info()
/netbsd/src/sys/arch/arm/include/
Dcpu.h186 uint8_t cache_type; member
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Dgen-icache.c84 cache_entry_type cache_type, in print_icache_extraction() argument
102 switch (cache_type) in print_icache_extraction()
/netbsd/src/sys/arch/arm/arm/
Dcpufunc.c1428 arm_pcache.cache_type = CPU_CT_CTYPE_WB14; in get_cachetype_cp15()
1456 arm_pcache.cache_type = CPU_CT_CTYPE(ctype); in get_cachetype_cp15()
1567 arm_pcache.cache_type = cachetab[i].ct_pcache_type; in get_cachetype_table()
2892 arm_scache.cache_type = CPU_CT_CTYPE_WT; in pj4bv7_setup()
3522 arm_scache.cache_type = CPU_CT_CTYPE_WB2; in sheeva_setup()
3524 arm_scache.cache_type = CPU_CT_CTYPE_WT; in sheeva_setup()
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dauthkeys.c47 cache_type = 0; in setUp()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_stdlib.h231 extern int cache_type; /* key type */
/netbsd/src/sys/arch/arm/cortex/
Dpl310.c267 info->cache_type = __SHIFTOUT(cfg, CACHE_TYPE_CTYPE); in arml2cc_init()
/netbsd/src/external/ibm-public/postfix/dist/src/tlsproxy/
Dtlsproxy.c1645 cache_type = TLS_MGR_SCACHE_SMTPD, in pre_jail_init_server()
1781 cache_type = TLS_MGR_SCACHE_SMTP, in pre_jail_init_client()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp.c1604 cache_type = LMTP_SMTP_SUFFIX(TLS_MGR_SCACHE), in pre_init()

12