Home | History | Annotate | Download | only in ssl

Lines Matching defs:method

462 #define SSL_IS_DTLS(s) (s->method->is_dtls)
473 /* Determine if a client can use TLS 1.2 ciphersuites: can't rely on method
615 * SSL_CTX initialized from this method. */
617 /* method is the underlying SSL_PROTOCOL_METHOD that initializes the
619 const SSL_PROTOCOL_METHOD *method;
671 #define SSL_HM_HEADER_LENGTH(s) s->method->hhlen
673 (((uint8_t *)s->init_buf->data) + s->method->hhlen)
675 s->method->set_handshake_header(s, htype, len)
676 #define ssl_do_write(s) s->method->do_write(s)