Home
last modified time | relevance | path

Searched refs:dun (Results 1 – 3 of 3) sorted by relevance

/block/
Dblk-crypto.c83 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], gfp_t gfp_mask) in bio_crypt_set_ctx()
96 memcpy(bc->bc_dun, dun, sizeof(bc->bc_dun)); in bio_crypt_set_ctx()
119 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment()
125 dun[i] += inc; in bio_crypt_dun_increment()
130 if (dun[i] < inc) in bio_crypt_dun_increment()
Dblk-crypto-fallback.c241 __le64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; member
245 static void blk_crypto_dun_to_iv(const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in blk_crypto_dun_to_iv()
251 iv->dun[i] = cpu_to_le64(dun[i]); in blk_crypto_dun_to_iv()
Dblk-crypto-internal.h23 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],