Home
last modified time | relevance | path

Searched defs:BLK_CRYPTO_DUN_ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/block/
H A Dblk-crypto.c92 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], gfp_t gfp_mask) in bio_crypt_set_ctx()
126 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment()
158 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous()
/linux/drivers/md/
H A Ddm-io-rewind.c78 static void dm_bio_crypt_dun_decrement(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in dm_bio_crypt_dun_decrement()
/linux/include/linux/
H A Dblk-crypto.h56 #define BLK_CRYPTO_DUN_ARRAY_SIZE (BLK_CRYPTO_MAX_IV_SIZE / sizeof(u64)) macro