Searched refs:mbedtls_des_crypt_ecb (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | des.h | 259 int mbedtls_des_crypt_ecb( mbedtls_des_context *ctx,
|
A D | compat-1.3.h | 1861 #define des_crypt_ecb mbedtls_des_crypt_ecb
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | des_ecb.c | 71 if (mbedtls_des_crypt_ecb(&c->des_ctx, data + offs, dst + offs)) in mbed_des_ecb_update()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | des.c | 605 int mbedtls_des_crypt_ecb( mbedtls_des_context *ctx, in mbedtls_des_crypt_ecb() function 659 ret = mbedtls_des_crypt_ecb( ctx, output, output ); in mbedtls_des_crypt_cbc() 674 ret = mbedtls_des_crypt_ecb( ctx, input, output ); in mbedtls_des_crypt_cbc() 922 ret = mbedtls_des_crypt_ecb( &ctx, buf, buf ); in mbedtls_des_self_test()
|
A D | cipher_wrap.c | 1439 return mbedtls_des_crypt_ecb( (mbedtls_des_context *) ctx, input, output ); in des_crypt_ecb_wrap()
|
Completed in 33 milliseconds