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

  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
__init__.py 15 from . import algorithms, autoconf, basic, dirs, features, openssl, ports namespace
26 "openssl",
36 openssl.parse_openssl_config(ALL["OPENSSL_CONF"])
  /src/usr.sbin/syslogd/
tls.c 88 /* DH parameter precomputed with "openssl dhparam -C -2 1024" */
144 * init OpenSSL lib and one context.
176 logerror("Unable to initialize OpenSSL: %s",
285 /* make sure the OpenSSL error queue is empty */
287 logerror("Unexpected OpenSSL error: %s",
335 * We have to map them to the hash function names used by OpenSSL.
337 * and to let the user use "openssl -fingerprint ..."
340 * but allow the user to use OpenSSL names as well
345 const char *openssl; member in struct:hash_alg_namemap
365 openssl_algname = hash_alg_namemap[i].openssl;
    [all...]

Completed in 14 milliseconds