Home
last modified time | relevance | path

Searched refs:mbedtls_des3_crypt_ecb (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Ddes.h305 int mbedtls_des3_crypt_ecb( mbedtls_des3_context *ctx,
A Dcompat-1.3.h1852 #define des3_crypt_ecb mbedtls_des3_crypt_ecb
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Ddes.c699 int mbedtls_des3_crypt_ecb( mbedtls_des3_context *ctx, in mbedtls_des3_crypt_ecb() function
765 ret = mbedtls_des3_crypt_ecb( ctx, output, output ); in mbedtls_des3_crypt_cbc()
780 ret = mbedtls_des3_crypt_ecb( ctx, input, output ); in mbedtls_des3_crypt_cbc()
924 ret = mbedtls_des3_crypt_ecb( &ctx3, buf, buf ); in mbedtls_des_self_test()
A Dcipher_wrap.c1446 return mbedtls_des3_crypt_ecb( (mbedtls_des3_context *) ctx, input, output ); in des3_crypt_ecb_wrap()
/optee_os-3.20.0/lib/libmbedtls/core/
A Ddes3_ecb.c79 if (mbedtls_des3_crypt_ecb(&c->des3_ctx, data + offs, in mbed_des3_ecb_update()

Completed in 22 milliseconds