Home
last modified time | relevance | path

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

/linux/include/linux/
A Dblk-crypto.h55 #define BLK_CRYPTO_DUN_ARRAY_SIZE (BLK_CRYPTO_MAX_IV_SIZE / sizeof(u64)) macro
68 u64 bc_dun[BLK_CRYPTO_DUN_ARRAY_SIZE];
85 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
90 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]);
/linux/block/
A Dblk-crypto.c82 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], gfp_t gfp_mask) in bio_crypt_set_ctx() argument
117 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment() argument
122 for (i = 0; inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_increment()
149 const u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in bio_crypt_dun_is_contiguous() argument
154 for (i = 0; i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_is_contiguous()
A Dblk-crypto-fallback.c241 __le64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE];
245 static void blk_crypto_dun_to_iv(const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in blk_crypto_dun_to_iv() argument
250 for (i = 0; i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) in blk_crypto_dun_to_iv()
269 u64 curr_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in blk_crypto_fallback_encrypt_bio()
385 u64 curr_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in blk_crypto_fallback_decrypt_bio()
A Dblk-crypto-internal.h23 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
/linux/fs/crypto/
A Dinline_crypt.c213 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in fscrypt_generate_dun() argument
246 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_set_bio_crypt_ctx()
324 u64 next_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_mergeable_bio()

Completed in 11 milliseconds