Home
last modified time | relevance | path

Searched refs:tls_mgr_lookup (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_mgr.h57 extern int tls_mgr_lookup(const char *, const char *, VSTRING *);
H A Dtls_mgr.c250 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 Dtls_client.c224 if (tls_mgr_lookup(TLScontext->cache_type, TLScontext->serverid, in load_clnt_session()
H A Dtls_server.c216 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 Dtlsmgrmem.c96 int tls_mgr_lookup(const char *unused_type, const char *key, VSTRING *buf) in tls_mgr_lookup() function