Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/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()
1032 if (MBEDTLS_MODE_CBC == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish()
1063 if (MBEDTLS_MODE_CBC == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish()
1123 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.c2381 if (mode == MBEDTLS_MODE_CBC) { in mbedtls_ssl_get_base_mode()
9163 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()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1139 *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()
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()
1496 case MBEDTLS_MODE_CBC: in mbedtls_test_ssl_build_transforms()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function609 if (ctx_dec.cipher_info->mode == MBEDTLS_MODE_CBC) {
629 (cipher_info->mode == MBEDTLS_MODE_CBC ||
1110 if (MBEDTLS_MODE_CBC == ctx.cipher_info->mode) {
1160 cipher_info.mode = MBEDTLS_MODE_CBC;
1229 if (cipher_info->mode != MBEDTLS_MODE_CBC) {
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h175 MBEDTLS_MODE_CBC, /**< The CBC cipher mode. */ enumerator