crypto_key_ops_t
#define CRYPTO_KEY_OFFSET(f) offsetof(crypto_key_ops_t, f)
#define CRYPTO_KEY_OFFSET(f) offsetof(crypto_key_ops_t, f)
dst->co_key_ops = kmem_alloc(sizeof (crypto_key_ops_t),
sizeof (crypto_key_ops_t));
crypto_key_ops_t *key_ops;
static crypto_key_ops_t dprov_key_ops = {
static crypto_key_ops_t des_key_ops = {
crypto_key_ops_t *co_key_ops;