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

  /src/external/mpl/bind/dist/lib/ns/include/ns/
listenlist.h 71 const char *ca_file; member in struct:ns_listen_tls_params
  /src/external/mpl/bind/dist/lib/dns/
transport.c 427 const char *ca_file = dns_transport_get_cafile(transport); local
465 if (always_verify_remote || hostname != NULL || ca_file != NULL)
476 * 'ca_file' can equal 'NULL' here, in
480 result = isc_tls_cert_store_create(ca_file,
  /src/external/mpl/bind/dist/bin/named/
server.c 11431 const char *key = NULL, *cert = NULL, *ca_file = NULL, local
11485 ca_file = cfg_obj_asstring(ca_obj);
11553 .ca_file = ca_file,

Completed in 33 milliseconds