Searched refs:mbedtls_xtea_crypt_ecb (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | xtea.c | 71 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx, int mode, in mbedtls_xtea_crypt_ecb() function 129 mbedtls_xtea_crypt_ecb( ctx, mode, input, output ); in mbedtls_xtea_crypt_cbc() 148 mbedtls_xtea_crypt_ecb( ctx, mode, output, output ); in mbedtls_xtea_crypt_cbc() 222 mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, buf, buf ); in mbedtls_xtea_self_test()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | xtea.h | 97 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
Completed in 15 milliseconds