Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_XTS (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h183 MBEDTLS_MODE_XTS, /**< The XTS cipher mode. */ enumerator
/openthread-latest/third_party/mbedtls/repo/library/
Dcipher.c786 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_XTS) { in mbedtls_cipher_update()
1044 MBEDTLS_MODE_XTS == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_finish()
Dcipher_wrap.c548 MBEDTLS_MODE_XTS,
560 MBEDTLS_MODE_XTS,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function39 } else if (info->mode == MBEDTLS_MODE_XTS) {