Home
last modified time | relevance | path

Searched refs:mbedtls_des_crypt_ecb (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddes.h266 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddes.c594 int mbedtls_des_crypt_ecb(mbedtls_des_context *ctx, in mbedtls_des_crypt_ecb() function
644 ret = mbedtls_des_crypt_ecb(ctx, output, output); in mbedtls_des_crypt_cbc()
657 ret = mbedtls_des_crypt_ecb(ctx, input, output); in mbedtls_des_crypt_cbc()
896 ret = mbedtls_des_crypt_ecb(&ctx, buf, buf); in mbedtls_des_self_test()
H A Dcipher_wrap.c1644 return mbedtls_des_crypt_ecb((mbedtls_des_context *) ctx, input, output); in des_crypt_ecb_wrap()
/optee_os/lib/libmbedtls/core/
H A Ddes_ecb.c71 if (mbedtls_des_crypt_ecb(&c->des_ctx, data + offs, dst + offs)) in mbed_des_ecb_update()