Searched refs:MBEDTLS_XTEA_ENCRYPT (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | xtea.h | 35 #define MBEDTLS_XTEA_ENCRYPT 1 macro
|
D | compat-1.3.h | 1725 #define XTEA_ENCRYPT MBEDTLS_XTEA_ENCRYPT
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | xtea.c | 114 if( mode == MBEDTLS_XTEA_ENCRYPT ) in mbedtls_xtea_crypt_ecb() 255 mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, buf, buf ); in mbedtls_xtea_self_test()
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_xtea.function | 29 TEST_ASSERT( mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, src_str, output ) == 0 ); 85 TEST_ASSERT( mbedtls_xtea_crypt_cbc( &ctx, MBEDTLS_XTEA_ENCRYPT, len, iv_str,
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1269 XTEA_ENCRYPT MBEDTLS_XTEA_ENCRYPT
|