Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddes.h294 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx,
/optee_os/lib/libmbedtls/core/
H A Ddes_cbc.c73 if (mbedtls_des_crypt_cbc(&c->des_ctx, c->mbed_mode, len, c->iv, in mbed_des_cbc_update()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddes.c626 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx, in mbedtls_des_crypt_cbc() function
979 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
992 ret = mbedtls_des_crypt_cbc(&ctx, v, 8, iv, buf, buf); in mbedtls_des_self_test()
H A Dpem.c170 ret = mbedtls_des_crypt_cbc(&des_ctx, MBEDTLS_DES_DECRYPT, buflen, in pem_des_decrypt()
H A Dcipher_wrap.c1658 return mbedtls_des_crypt_cbc((mbedtls_des_context *) ctx, operation, length, iv, input, in des_crypt_cbc_wrap()