Lines Matching refs:cipher_mode
1134 mbedtls_cipher_mode_t *cipher_mode, in mbedtls_test_ssl_cipher_info_from_type() argument
1139 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1144 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1149 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1154 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1159 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1164 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type()
1170 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1175 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1180 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1185 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1190 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1195 *cipher_mode = MBEDTLS_MODE_CCM; in mbedtls_test_ssl_cipher_info_from_type()
1201 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1206 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1211 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1216 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1221 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1226 *cipher_mode = MBEDTLS_MODE_GCM; in mbedtls_test_ssl_cipher_info_from_type()
1232 *cipher_mode = MBEDTLS_MODE_CHACHAPOLY; in mbedtls_test_ssl_cipher_info_from_type()
1238 *cipher_mode = MBEDTLS_MODE_STREAM; in mbedtls_test_ssl_cipher_info_from_type()
1244 *cipher_mode = MBEDTLS_MODE_NONE; in mbedtls_test_ssl_cipher_info_from_type()
1258 mbedtls_cipher_mode_t cipher_mode = MBEDTLS_MODE_NONE; in mbedtls_test_ssl_build_transforms() local
1289 &cipher_mode, &key_bits, &ivlen); in mbedtls_test_ssl_build_transforms()
1315 if (cipher_mode == MBEDTLS_MODE_CBC) { in mbedtls_test_ssl_build_transforms()
1347 if (cipher_mode == MBEDTLS_MODE_CBC || in mbedtls_test_ssl_build_transforms()
1348 cipher_mode == MBEDTLS_MODE_STREAM) { in mbedtls_test_ssl_build_transforms()
1386 if (cipher_mode == MBEDTLS_MODE_STREAM || in mbedtls_test_ssl_build_transforms()
1445 switch (cipher_mode) { in mbedtls_test_ssl_build_transforms()