crypt_iv_operations
static const struct crypt_iv_operations crypt_iv_plain_ops = {
static const struct crypt_iv_operations crypt_iv_plain64_ops = {
static const struct crypt_iv_operations crypt_iv_plain64be_ops = {
static const struct crypt_iv_operations crypt_iv_essiv_ops = {
static const struct crypt_iv_operations crypt_iv_benbi_ops = {
static const struct crypt_iv_operations crypt_iv_null_ops = {
static const struct crypt_iv_operations crypt_iv_lmk_ops = {
static const struct crypt_iv_operations crypt_iv_tcw_ops = {
static const struct crypt_iv_operations crypt_iv_random_ops = {
static const struct crypt_iv_operations crypt_iv_eboiv_ops = {
static const struct crypt_iv_operations crypt_iv_elephant_ops = {
const struct crypt_iv_operations *iv_gen_ops;