| /netbsd/src/external/ibm-public/postfix/dist/src/tlsmgr/ |
| D | tlsmgr.c | 604 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/ |
| D | tls_mgr.c | 221 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()
|
| D | tls_client.c | 214 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 …]
|
| D | tls_server.c | 213 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 …]
|
| D | tls_proxy_server_scan.c | 96 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()
|
| D | tls_proxy_client_scan.c | 236 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()
|
| D | tls.h | 259 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
|
| D | tls_proxy_server_print.c | 81 STRING_OR_EMPTY(props->cache_type)), in tls_proxy_server_init_print()
|
| D | tls_misc.c | 1319 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()
|
| D | tls_proxy_client_print.c | 161 STRING_OR_EMPTY(props->cache_type)), in tls_proxy_client_init_print()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | scache.c | 187 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,
|
| D | scache_multi.in | 4 cache_type multi
|
| D | scache_multi.ref | 4 >>> cache_type multi
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | authkeys.c | 105 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/ |
| D | pointer-query.h | 164 struct cache_type struct 203 cache_type var_cache;
|
| /netbsd/src/sys/arch/aarch64/include/ |
| D | cpu.h | 79 u_int cache_type; member
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | cpu.c | 631 wtnames[info->cache_type], in print_cache_info() 651 wtnames[info->cache_type], in print_cache_info()
|
| /netbsd/src/sys/arch/arm/include/ |
| D | cpu.h | 186 uint8_t cache_type; member
|
| /netbsd/src/external/gpl3/gdb/dist/sim/igen/ |
| D | gen-icache.c | 84 cache_entry_type cache_type, in print_icache_extraction() argument 102 switch (cache_type) in print_icache_extraction()
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | cpufunc.c | 1428 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/ |
| D | authkeys.c | 47 cache_type = 0; in setUp()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_stdlib.h | 231 extern int cache_type; /* key type */
|
| /netbsd/src/sys/arch/arm/cortex/ |
| D | pl310.c | 267 info->cache_type = __SHIFTOUT(cfg, CACHE_TYPE_CTYPE); in arml2cc_init()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/tlsproxy/ |
| D | tlsproxy.c | 1645 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/ |
| D | smtp.c | 1604 cache_type = LMTP_SMTP_SUFFIX(TLS_MGR_SCACHE), in pre_init()
|