Hi @nicolas
Thank you, sorry I didn't catch your first request. I created a defect ticket to correct the file description or the cryptolib implementation (Ticket 180042 Submitted, this is internal ticket not accessible for you, used for tracking purpose ).
Just to give more analysis, yes I confirm the first @arg name (CMOX_AESFAST_CFB_DEC_ALGO) was incorrect. The correct @arg name is (CMOX_AESFAST_CFB_DEC_ALG).
There will be compilation error when passing CMOX_AESFAST_CFB_DEC_ALGO as first parameter to cmox_cipher_decrypt.

As workaround, we can use either CMOX_AES_CFB_DEC_ALGO or CMOX_AESFAST_CFB_DEC_ALG according to line 151 of cmox_cfb.h file.
Best regards,
Younes