We are doing updates on a project which uses STM32H747 and ST cryptographic library (CMOX) / X-CUBE-CRYPTOLIB. It encrypts and decrypts data using these two functions:cmox_cipher_encrypt(CMOX_AES_CBC_ENC_ALGO, ....cmox_cipher_decrypt(CMOX_AES_CBC_DEC...