Searched refs:dun (Results 1 – 2 of 2) sorted by relevance
78 static void dm_bio_crypt_dun_decrement(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in dm_bio_crypt_dun_decrement()84 u64 prev = dun[i]; in dm_bio_crypt_dun_decrement()86 dun[i] -= dec; in dm_bio_crypt_dun_decrement()87 if (dun[i] > prev) in dm_bio_crypt_dun_decrement()
228 __le64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; member232 static void blk_crypto_dun_to_iv(const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in blk_crypto_dun_to_iv()238 iv->dun[i] = cpu_to_le64(dun[i]); in blk_crypto_dun_to_iv()