Searched refs:mbedtls_aes_crypt_xts (Results 1 – 5 of 5) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aes.function | 138 TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_ENCRYPT, src_len, 182 TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_DECRYPT, src_len, 212 …TEST_ASSERT( mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_ENCRYPT, length, data_unit, src, output ) ==… 444 mbedtls_aes_crypt_xts( NULL, 448 mbedtls_aes_crypt_xts( &xts_ctx, 452 mbedtls_aes_crypt_xts( &xts_ctx, 456 mbedtls_aes_crypt_xts( &xts_ctx, 460 mbedtls_aes_crypt_xts( &xts_ctx, 592 TEST_ASSERT( mbedtls_aes_crypt_xts( &xts_ctx, MBEDTLS_AES_ENCRYPT, 596 TEST_ASSERT( mbedtls_aes_crypt_xts( &xts_ctx, MBEDTLS_AES_ENCRYPT,
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | aes.h | 362 int mbedtls_aes_crypt_xts( mbedtls_aes_xts_context *ctx,
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 526 mbedtls_aes_crypt_xts( &ctx, MBEDTLS_AES_ENCRYPT, BUFSIZE, in main()
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | cipher_wrap.c | 193 return mbedtls_aes_crypt_xts( xts_ctx, mode, length, in aes_crypt_xts_wrap()
|
D | aes.c | 1130 int mbedtls_aes_crypt_xts( mbedtls_aes_xts_context *ctx, in mbedtls_aes_crypt_xts() function 2154 ret = mbedtls_aes_crypt_xts( &ctx_xts, mode, len, data_unit, in mbedtls_aes_self_test()
|