Home
last modified time | relevance | path

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

/include/linux/
Dbio-crypt-ctx.h49 #define BLK_CRYPTO_DUN_ARRAY_SIZE (BLK_CRYPTO_MAX_IV_SIZE/sizeof(u64)) macro
69 u64 bc_dun[BLK_CRYPTO_DUN_ARRAY_SIZE];
93 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_set_ctx() argument
116 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous() argument
121 while (i < BLK_CRYPTO_DUN_ARRAY_SIZE) { in bio_crypt_dun_is_contiguous()
132 static inline void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment() argument
137 while (inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE) { in bio_crypt_dun_increment()