Searched refs:ciphersuites (Results 1 – 6 of 6) sorted by relevance
807 const int *ciphersuites; local1001 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver];1006 for( i = 0; ciphersuites[i] != 0; i++ )1008 for( i = 0; ciphersuites[i] != 0; i++ )1014 p[1] != ( ( ciphersuites[i] >> 8 ) & 0xFF ) ||1015 p[2] != ( ( ciphersuites[i] ) & 0xFF ) )1020 if( ( ret = ssl_ciphersuite_match( ssl, ciphersuites[i],1044 ssl->session_negotiate->ciphersuite = ciphersuites[i];1084 const int *ciphersuites; local1796 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver];[all …]
714 const int *ciphersuites; local848 ciphersuites = ssl->conf->ciphersuite_list[ssl->minor_ver];855 for( i = 0; ciphersuites[i] != 0; i++ )857 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( ciphersuites[i] );885 ciphersuites[i] ) );888 *p++ = (unsigned char)( ciphersuites[i] >> 8 );889 *p++ = (unsigned char)( ciphersuites[i] );
5696 const int *ciphersuites ) in mbedtls_ssl_conf_ciphersuites() argument5698 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_0] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()5699 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_1] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()5700 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_2] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()5701 conf->ciphersuite_list[MBEDTLS_SSL_MINOR_VERSION_3] = ciphersuites; in mbedtls_ssl_conf_ciphersuites()5705 const int *ciphersuites, in mbedtls_ssl_conf_ciphersuites_for_version() argument5714 conf->ciphersuite_list[minor] = ciphersuites; in mbedtls_ssl_conf_ciphersuites_for_version()
4 a restricted number of ciphersuites) and aim at minimizing resource usage for
671 * A specific error is now returned when there are ciphersuites in common729 * Fix length checking for AEAD ciphersuites (found by Codenomicon).735 * Support for CCM and CCM_8 ciphersuites741 * Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites746 ciphersuites to use and save some memory if the list is small.771 use with some ciphersuites and versions (RC4 in all versions, CBC with774 rejected with CBC-based ciphersuites and TLS >= 1.1776 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1818 ciphersuites, for full SSL frames of data.966 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites[all …]
1537 const int *ciphersuites );1559 const int *ciphersuites,