Searched refs:mbedtls_des_crypt_cbc (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | des.h | 294 int mbedtls_des_crypt_cbc(mbedtls_des_context *ctx,
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | des_cbc.c | 73 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 D | des.c | 626 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 D | pem.c | 170 ret = mbedtls_des_crypt_cbc(&des_ctx, MBEDTLS_DES_DECRYPT, buflen, in pem_des_decrypt()
|
| H A D | cipher_wrap.c | 1658 return mbedtls_des_crypt_cbc((mbedtls_des_context *) ctx, operation, length, iv, input, in des_crypt_cbc_wrap()
|