Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dcipher.h200 MBEDTLS_MODE_XTS, /**< The XTS cipher mode. */ enumerator
/third_party/mbedtls/library/
Dcipher_wrap.c485 MBEDTLS_MODE_XTS,
496 MBEDTLS_MODE_XTS,
Dcipher.c729 if( ctx->cipher_info->mode == MBEDTLS_MODE_XTS ) in mbedtls_cipher_update()
965 MBEDTLS_MODE_XTS == ctx->cipher_info->mode || in mbedtls_cipher_finish()
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function44 else if( info->mode == MBEDTLS_MODE_XTS )