Searched refs:make_ssl_ref (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/regressions/
H A Dssl-45-tls12.c169 static SSLContextRef make_ssl_ref(int sock, SSLProtocol maxprot) function
251 handle->st = make_ssl_ref(comm, maxprot);
H A Dssl-47-falsestart.c176 static SSLContextRef make_ssl_ref(int sock, SSLProtocol maxprot, Boolean false_start) function
277 handle->st = make_ssl_ref(comm, maxprot, false_start);
H A Dssl-42-ciphers.c330 static SSLContextRef make_ssl_ref(bool server, bool client_side_auth, bool dh_anonymous, function
542 handle->st = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs, proto);
H A Dssl-43-ciphers.c428 static SSLContextRef make_ssl_ref(bool server, bool client_side_auth, bool dh_anonymous, function
620 handle->st = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs, prot);
H A Dssl-39-echo.c473 static SSLContextRef make_ssl_ref(bool server, bool client_side_auth, bool dh_anonymous, function
666 handle->handle = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs);
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnketest/
H A Dst_test.c344 static SSLContextRef make_ssl_ref(bool server, bool client_side_auth, bool dh_anonymous, function
592 handle->st = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs, proto, kernel);

Completed in 209 milliseconds