HomeSort by: relevance | last modified time | path
    Searched refs:srp_tls_init (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
tls-macos.h 51 srp_tls_init(void);
srp-tls.h 41 bool srp_tls_init(void);
60 * This function can only be called after srp_tls_init() is called to fetch the necessary identity.
68 * Gets the remaining valid time for the TLS certificate that is initialized by <code>srp_tls_init()</code>.
74 * <code>srp_tls_init()</code> has to be called to initialize the TLS certificate before calling this function.
81 * Destroy the TLS certificate that is initialized by <code>srp_tls_init()</code>.
84 * <code>srp_tls_init()</code> has to be called to initialize the TLS certificate before calling this function.
tls-mbedtls.c 52 srp_tls_init(void) function
dnssd-relay.c 476 if (!srp_tls_init()) {
dnssd-proxy.c 4638 const bool succeeded = srp_tls_init();
4640 FAULT("srp_tls_init failed.");
5934 succeeded = srp_tls_init();
5935 require_action_quiet(succeeded, exit, ERROR("srp_tls_init failed."));
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-srpl.c 197 bool succeeded = srp_tls_init();
198 TEST_FAIL_CHECK(state, succeeded, "srp_tls_init failed");

Completed in 29 milliseconds