Searched refs:mbedtls_xtea_crypt_ecb (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | xtea.c | 100 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 D | xtea.h | 97 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2518 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
Completed in 16 milliseconds