Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c189 unsigned int tfms_count; member
475 if (cc->key_parts == cc->tfms_count) { in crypt_iv_lmk_ctr()
497 memcpy(lmk->seed, cc->key + (cc->tfms_count * subkey_size), in crypt_iv_lmk_init()
1507 unsigned int key_index = ctx->cc_sector & (cc->tfms_count - 1); in crypt_alloc_req_skcipher()
2364 for (i = 0; i < cc->tfms_count; i++) in crypt_free_tfms_skcipher()
2387 cc->cipher_tfm.tfms = kcalloc(cc->tfms_count, in crypt_alloc_tfms_skcipher()
2393 for (i = 0; i < cc->tfms_count; i++) { in crypt_alloc_tfms_skcipher()
2444 return (cc->key_size - cc->key_extra_size) >> ilog2(cc->tfms_count); in crypt_subkey_size()
2491 for (i = 0; i < cc->tfms_count; i++) { in crypt_setkey()
2955 cc->tfms_count = 1; in crypt_ctr_cipher_new()
[all …]