Searched refs:dun (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | inline_crypt.c | 238 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]) in fscrypt_generate_dun() 246 memset(dun, 0, BLK_CRYPTO_MAX_IV_SIZE); in fscrypt_generate_dun() 247 for (i = 0; i < ci->ci_mode->ivsize/sizeof(dun[0]); i++) in fscrypt_generate_dun() 248 dun[i] = le64_to_cpu(iv.dun[i]); in fscrypt_generate_dun() 273 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; in fscrypt_set_bio_crypt_ctx() local 282 fscrypt_generate_dun(ci, first_lblk, dun); in fscrypt_set_bio_crypt_ctx() 283 bio_crypt_set_ctx(bio, &ci->ci_enc_key.blk_key->base, dun, gfp_mask); in fscrypt_set_bio_crypt_ctx() 458 u32 dun; in fscrypt_limit_io_blocks() local 472 dun = ci->ci_hashed_ino + lblk; in fscrypt_limit_io_blocks() 474 return min_t(u64, nr_blocks, (u64)U32_MAX + 1 - dun); in fscrypt_limit_io_blocks()
|
| H A D | fscrypt_private.h | 299 __le64 dun[FSCRYPT_MAX_IV_SIZE / sizeof(__le64)]; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-default-key.c | 272 u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE] = { 0 }; in default_key_map() local 303 dun[0] = dkc->iv_offset + sector_in_target; /* 512-byte sectors */ in default_key_map() 304 if (dun[0] & ((dkc->sector_size >> SECTOR_SHIFT) - 1)) in default_key_map() 306 dun[0] >>= dkc->sector_bits - SECTOR_SHIFT; /* crypto sectors */ in default_key_map() 312 if (WARN_ON_ONCE(dun[0] > dkc->max_dun)) in default_key_map() 315 bio_crypt_set_ctx(bio, &dkc->key, dun, GFP_NOIO); in default_key_map()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-crypto.c | 82 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], gfp_t gfp_mask) in bio_crypt_set_ctx() 95 memcpy(bc->bc_dun, dun, sizeof(bc->bc_dun)); in bio_crypt_set_ctx() 118 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], in bio_crypt_dun_increment() 124 dun[i] += inc; in bio_crypt_dun_increment() 129 if (dun[i] < inc) in bio_crypt_dun_increment()
|
| H A D | blk-crypto-fallback.c | 241 __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()
|
| H A D | blk-crypto-internal.h | 23 void bio_crypt_dun_increment(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk-crypto.h | 90 const u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE],
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/ |
| H A D | rawdict_utf16_65105_freq.txt | 2366 驐 0.750684002197 1 dun 2367 壿 0.999847817317 1 dun 2368 撉 1.40501960348 1 dun 2369 镦 1.54074732551 0 dun 2370 躉 1.83900233526 1 dun 2371 遯 2.54587058289 1 dun 2372 鈍 2.60037976415 1 dun 2373 不 3.11538156464 0 dun 2374 楯 3.53323701471 1 dun 2375 潡 3.99218526857 1 dun [all …]
|