Home
last modified time | relevance | path

Searched refs:dun_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dblk-crypto.h84 unsigned int dun_bytes; member
147 unsigned int dun_bytes,
/linux/block/
H A Dblk-crypto.c343 unsigned int dun_bytes, in blk_crypto_init_key() argument
368 if (dun_bytes == 0 || dun_bytes > mode->ivsize) in blk_crypto_init_key()
375 blk_key->crypto_cfg.dun_bytes = dun_bytes; in blk_crypto_init_key()
H A Dblk-crypto-profile.c353 if (profile->max_dun_bytes_supported < cfg->dun_bytes) in __blk_crypto_cfg_supported()
/linux/fs/crypto/
H A Dinline_crypt.c134 crypto_cfg.dun_bytes = fscrypt_get_dun_bytes(ci); in fscrypt_select_encryption_impl()