Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_CBC (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/library/
Dcipher_wrap.c336 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 …]
Dcipher.c189 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()
Dpsa_crypto_cipher.c172 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa()
177 *mode = MBEDTLS_MODE_CBC; in mbedtls_cipher_values_from_psa()
Dssl_tls.c2368 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()
Dssl_msg.c5502 case MBEDTLS_MODE_CBC: in mbedtls_ssl_get_record_expansion()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1142 *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/
Dtest_suite_cipher.function613 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/
Dcipher.h175 MBEDTLS_MODE_CBC, /**< The CBC cipher mode. */ enumerator