Searched refs:mbedtls_xtea_crypt_ecb (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | xtea.c | 104 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx, int mode, in mbedtls_xtea_crypt_ecb() function 162 mbedtls_xtea_crypt_ecb( ctx, mode, input, output ); in mbedtls_xtea_crypt_cbc() 181 mbedtls_xtea_crypt_ecb( ctx, mode, output, output ); in mbedtls_xtea_crypt_cbc() 255 mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, buf, buf ); in mbedtls_xtea_self_test()
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | xtea.h | 89 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
D | compat-1.3.h | 2627 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
/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 ); 55 TEST_ASSERT( mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_DECRYPT, src_str, output ) == 0 );
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 2171 xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|