HomeSort by relevance Sort by last modified time
    Searched refs:DoSMTPStartTLS (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/tool/
transport_common.h 63 // DoSMTPStartTLS performs the SMTP STARTTLS mini-protocol over |sock|. It
65 bool DoSMTPStartTLS(int sock);
client.cc 244 if (!DoSMTPStartTLS(sock)) {
transport_common.cc 887 bool DoSMTPStartTLS(int sock) {

Completed in 848 milliseconds