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

  /src/external/ibm-public/postfix/dist/src/posttls-finger/
tlsmgrmem.c 87 int tls_mgr_policy(const char *unused_type, int *cachable, int *timeout) function
  /src/external/ibm-public/postfix/dist/src/tls/
tls_mgr.c 15 /* int tls_mgr_policy(cache_type, cachable, timeout)
47 /* tls_mgr_policy() requests the session caching policy.
219 /* tls_mgr_policy - request caching policy */
221 int tls_mgr_policy(const char *cache_type, int *cachable, int *timeout) function
443 status = tls_mgr_policy(argv->argv[1], &cachable, &timeout);

Completed in 55 milliseconds