Searched refs:tls_mgr_lookup (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_mgr.h | 57 extern int tls_mgr_lookup(const char *, const char *, VSTRING *);
|
H A D | tls_mgr.c | 250 int tls_mgr_lookup(const char *cache_type, const char *cache_id, in tls_mgr_lookup() function 459 status = tls_mgr_lookup(argv->argv[1], argv->argv[2], buf); in main()
|
H A D | tls_client.c | 224 if (tls_mgr_lookup(TLScontext->cache_type, TLScontext->serverid, in load_clnt_session()
|
H A D | tls_server.c | 216 if (tls_mgr_lookup(TLScontext->cache_type, STR(cache_id), in get_server_session_cb()
|
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
H A D | tlsmgrmem.c | 96 int tls_mgr_lookup(const char *unused_type, const char *key, VSTRING *buf) in tls_mgr_lookup() function
|