crypto_cipher_ops_t
#define CRYPTO_CIPHER_OFFSET(f) offsetof(crypto_cipher_ops_t, f)
dst->co_cipher_ops = kmem_alloc(sizeof (crypto_cipher_ops_t),
sizeof (crypto_cipher_ops_t));
static crypto_cipher_ops_t aes_cipher_ops = {
static crypto_cipher_ops_t rc4_cipher_ops = {
static crypto_cipher_ops_t blowfish_cipher_ops = {
crypto_cipher_ops_t *cipher_ops;
static crypto_cipher_ops_t dca_cipher_ops = {
static crypto_cipher_ops_t dprov_cipher_ops = {
static crypto_cipher_ops_t rsa_cipher_ops = {
static crypto_cipher_ops_t des_cipher_ops = {
crypto_cipher_ops_t *co_cipher_ops;