Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dxtea.c71 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 Dxtea.h97 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
A Dcompat-1.3.h2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb

Completed in 15 milliseconds