Searched refs:MBEDTLS_MODE_CBC (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/library/ |
D | cipher_wrap.c | 336 MBEDTLS_MODE_CBC, 348 MBEDTLS_MODE_CBC, 359 MBEDTLS_MODE_CBC, 916 MBEDTLS_MODE_CBC, 927 MBEDTLS_MODE_CBC, 938 MBEDTLS_MODE_CBC, 1334 MBEDTLS_MODE_CBC, 1345 MBEDTLS_MODE_CBC, 1356 MBEDTLS_MODE_CBC, 1775 MBEDTLS_MODE_CBC, [all …]
|
D | cipher.c | 189 case MBEDTLS_MODE_CBC: in mbedtls_psa_translate_cipher_mode() 650 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_CBC) { in mbedtls_cipher_update() 1035 if (MBEDTLS_MODE_CBC == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish() 1066 if (MBEDTLS_MODE_CBC == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish() 1126 MBEDTLS_MODE_CBC != ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_set_padding_mode()
|
D | psa_crypto_cipher.c | 172 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa() 177 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa()
|
D | ssl_tls.c | 2368 if (mode == MBEDTLS_MODE_CBC) { in mbedtls_ssl_get_base_mode() 8940 if (mbedtls_cipher_info_get_mode(cipher_info) == MBEDTLS_MODE_CBC) { in ssl_tls12_populate_transform()
|
D | ssl_msg.c | 5502 case MBEDTLS_MODE_CBC: in mbedtls_ssl_get_record_expansion()
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1142 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1147 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1152 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1157 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1162 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1167 *cipher_mode = MBEDTLS_MODE_CBC; in mbedtls_test_ssl_cipher_info_from_type() 1318 if (cipher_mode == MBEDTLS_MODE_CBC) { in mbedtls_test_ssl_build_transforms() 1350 if (cipher_mode == MBEDTLS_MODE_CBC || in mbedtls_test_ssl_build_transforms() 1499 case MBEDTLS_MODE_CBC: in mbedtls_test_ssl_build_transforms()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_cipher.function | 613 if (ctx_dec.cipher_info->mode == MBEDTLS_MODE_CBC) { 633 (cipher_info->mode == MBEDTLS_MODE_CBC || 1118 if (MBEDTLS_MODE_CBC == ctx.cipher_info->mode) { 1168 cipher_info.mode = MBEDTLS_MODE_CBC; 1237 if (cipher_info->mode != MBEDTLS_MODE_CBC) {
|
/mbedtls-latest/include/mbedtls/ |
D | cipher.h | 175 MBEDTLS_MODE_CBC, /**< The CBC cipher mode. */ enumerator
|