Lines Matching refs:ciphersuites
901 const int *ciphersuites;
1597 ciphersuites = ssl->conf->ciphersuite_list;
1602 for (i = 0; ciphersuites[i] != 0; i++) {
1603 if (MBEDTLS_GET_UINT16_BE(p, 0) != ciphersuites[i]) {
1609 if ((ret = ssl_ciphersuite_match(ssl, ciphersuites[i],
1620 for (i = 0; ciphersuites[i] != 0; i++) {
1622 if (MBEDTLS_GET_UINT16_BE(p, 0) != ciphersuites[i]) {
1628 if ((ret = ssl_ciphersuite_match(ssl, ciphersuites[i],
1641 MBEDTLS_SSL_DEBUG_MSG(1, ("got ciphersuites in common, "
1647 MBEDTLS_SSL_DEBUG_MSG(1, ("got no ciphersuites in common"));
1656 ssl->session_negotiate->ciphersuite = ciphersuites[i];
3235 /* Prepare the ServerKeyExchange message and send it. For ciphersuites