Lines Matching defs:protocol
287 int protocol;
629 errstr = "EOF occurred in violation of protocol";
645 errstr = "EOF occurred in violation of protocol";
675 errstr = "EOF occurred in violation of protocol";
795 (sslctx->protocol == PY_SSL_VERSION_TLS_CLIENT)) {
802 (sslctx->protocol == PY_SSL_VERSION_TLS_SERVER)) {
1993 "protocol", cipher_protocol,
3012 protocol as proto_version: int
3083 "invalid or unsupported protocol version %i",
3105 self->protocol = proto_version;
3177 "Failed to set minimum protocol 0x%x",
3457 /* Getter and setter for protocol version */
3471 switch(self->protocol) {
3479 "The context's protocol doesn't support modification of "
3538 "Unsupported protocol version 0x%x", v);
3593 if (self->protocol != PY_SSL_VERSION_TLS_SERVER) {
3727 return PyLong_FromLong(self->protocol);
4503 if (self->protocol == PY_SSL_VERSION_TLS_CLIENT) {
4727 {"protocol", (getter) get_protocol,
5936 /* protocol versions */
5960 /* protocol options */
6026 /* protocol versions */