Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dxtea.c100 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx, int mode, in mbedtls_xtea_crypt_ecb() function
158 mbedtls_xtea_crypt_ecb( ctx, mode, input, output ); in mbedtls_xtea_crypt_cbc()
177 mbedtls_xtea_crypt_ecb( ctx, mode, output, output ); in mbedtls_xtea_crypt_cbc()
251 mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, buf, buf ); in mbedtls_xtea_self_test()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dxtea.h97 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
A Dcompat-1.3.h2518 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb

Completed in 16 milliseconds