Searched refs:mbedtls_xtea_crypt_ecb (Results 1 – 11 of 11) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | xtea.c | 94 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx, int mode, in mbedtls_xtea_crypt_ecb() function 152 mbedtls_xtea_crypt_ecb( ctx, mode, input, output ); in mbedtls_xtea_crypt_cbc() 171 mbedtls_xtea_crypt_ecb( ctx, mode, output, output ); in mbedtls_xtea_crypt_cbc() 245 mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, buf, buf ); in mbedtls_xtea_self_test()
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | xtea.h | 95 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | xtea.h | 95 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | xtea.h | 95 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | xtea.h | 95 int mbedtls_xtea_crypt_ecb( mbedtls_xtea_context *ctx,
|
A D | compat-1.3.h | 2522 #define xtea_crypt_ecb mbedtls_xtea_crypt_ecb
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | xtea.h | 95 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 68 milliseconds