Cryptography device operations

Updated: October 28, 2024

Operations executed using ciphers.

Description:

See cryptodev_crypt_op_t.

Definitions:

#define COP_ENCRYPT 0x0

Encrypt operation.

#define COP_DECRYPT 0x1

Decrypt operation.