Home
last modified time | relevance | path

Searched defs:StartTLS (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httptest/
Dserver.go142 func (s *Server) StartTLS() { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/smtp/
Dsmtp.go154 func (c *Client) StartTLS(config *tls.Config) error { func