Searched defs:hwcrypto_symmetric_info (Results 1 – 1 of 1) sorted by relevance
43 struct hwcrypto_symmetric_info struct45 …hwcrypto_mode mode; /**< crypto mode. HWCRYPTO_MODE_ENCRYPT or HWCRYPTO_MODE_DECRYPT */46 const rt_uint8_t *in; /**< Input data */47 rt_uint8_t *out; /**< Output data will be written */48 …length; /**< The length of the input data in Bytes. It's a multiple of block size. */
Completed in 2 milliseconds