Home | History | Annotate | Download | only in https

Lines Matching refs:cbc

47   struct CBC cbc;
48 if (NULL == (cbc.buf = malloc (sizeof (char) * 256)))
54 cbc.size = 256;
55 cbc.pos = 0;
60 free (cbc.buf);
67 send_curl_req (url, &cbc, cipher_suite, curl_req_ssl_version))
69 free (cbc.buf);
74 free (cbc.buf);
131 MHD_OPTION_HTTPS_PRIORITIES, "NONE:+VERS-TLS1.0:+AES-128-CBC:+SHA1:+RSA:+COMP-NULL",
146 MHD_OPTION_HTTPS_PRIORITIES, "NONE:+VERS-TLS1.0:+AES-256-CBC:+SHA1:+RSA:+COMP-NULL",