| Updated: October 28, 2024 |
Cipher algorithm object
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_cipher {
devcrypto_cipher_params_t params;
devcrypto_cipher_ops_t ops;
} devcrypto_cipher_t;
The cipher parameters.
The cipher functions.