Searched refs:MBEDTLS_MODE_CBC (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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() 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()
|
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 | 2381 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()
|
D | ssl_msg.c | 5502 case MBEDTLS_MODE_CBC: in mbedtls_ssl_get_record_expansion()
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 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() 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/ |
D | test_suite_cipher.function | 609 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/ |
D | cipher.h | 175 MBEDTLS_MODE_CBC, /**< The CBC cipher mode. */ enumerator
|