Home
last modified time | relevance | path

Searched refs:mbedtls_xtea_crypt_ecb (Results 1 – 5 of 5) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dxtea.c104 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/
Dxtea.h89 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
Dcompat-1.3.h2627 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_xtea.function29 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/
Drename-1.3-2.0.txt2171 xtea_crypt_ecb mbedtls_xtea_crypt_ecb