devcrypto_cipher_t

Cipher algorithm object

Synopsis:

#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_cipher {
    devcrypto_cipher_params_t params;
    devcrypto_cipher_ops_t ops;
} devcrypto_cipher_t;

Data:

devcrypto_cipher_params_t params

The cipher parameters.

devcrypto_cipher_ops_t ops

The cipher functions.

Library:

devcr