target_crypt_config
static void dmtc_init_mpipe(struct target_crypt_config *priv);
static void dmtc_destroy_mpipe(struct target_crypt_config *priv);
dmtc_init_mpipe(struct target_crypt_config *priv)
dmtc_destroy_mpipe(struct target_crypt_config *priv)
essiv_ivgen_ctor(struct target_crypt_config *priv, char *iv_hash, void **p_ivpriv)
essiv_ivgen_dtor(struct target_crypt_config *priv, void *arg)
struct target_crypt_config;
typedef void ivgen_t(struct target_crypt_config *, u_int8_t *, size_t, off_t);
typedef int ivgen_ctor_t(struct target_crypt_config *, char *, void **);
typedef int ivgen_dtor_t(struct target_crypt_config *, void *);