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

  /src/external/ibm-public/postfix/dist/src/posttls-finger/
tlsmgrmem.c 96 int tls_mgr_lookup(const char *unused_type, const char *key, VSTRING *buf) function
  /src/external/ibm-public/postfix/dist/src/tls/
tls_mgr.c 26 /* int tls_mgr_lookup(cache_type, cache_id, buf)
49 /* tls_mgr_lookup() loads the specified session from
248 /* tls_mgr_lookup - request cached session */
250 int tls_mgr_lookup(const char *cache_type, const char *cache_id, function
459 status = tls_mgr_lookup(argv->argv[1], argv->argv[2], buf);

Completed in 15 milliseconds