Home
last modified time | relevance | path

Searched refs:BLK_CRYPTO_DUN_ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/linux/
Dblk-crypto.h56 #define BLK_CRYPTO_DUN_ARRAY_SIZE (BLK_CRYPTO_MAX_IV_SIZE / sizeof(u64)) macro
69 u64 bc_dun[BLK_CRYPTO_DUN_ARRAY_SIZE];
83 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
88 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
/linux-6.12.1/block/
Dblk-crypto.c92 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], gfp_t gfp_mask) in bio_crypt_set_ctx() argument
126 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment() argument
131 for (i = 0; inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_increment()
158 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous() argument
163 for (i = 0; i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_is_contiguous()
Dblk-crypto-fallback.c242 __le64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE];
246 static void blk_crypto_dun_to_iv(const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in blk_crypto_dun_to_iv() argument
251 for (i = 0; i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) in blk_crypto_dun_to_iv()
270 u64 curr_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in blk_crypto_fallback_encrypt_bio()
386 u64 curr_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in blk_crypto_fallback_decrypt_bio()
Dblk-crypto-internal.h28 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
/linux-6.12.1/drivers/md/
Ddm-io-rewind.c78 static void dm_bio_crypt_dun_decrement(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in dm_bio_crypt_dun_decrement() argument
83 for (i = 0; dec && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in dm_bio_crypt_dun_decrement()
/linux-6.12.1/fs/crypto/
Dinline_crypt.c237 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in fscrypt_generate_dun() argument
271 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_set_bio_crypt_ctx()
353 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio()