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.c190 unsigned int tfms_count;
476 if (cc->key_parts == cc->tfms_count) { in crypt_iv_lmk_ctr()
498 memcpy(lmk->seed, cc->key + (cc->tfms_count * subkey_size), in crypt_iv_lmk_init()
1509 unsigned int key_index = ctx->cc_sector & (cc->tfms_count - 1); in crypt_alloc_req_skcipher()
2354 for (i = 0; i < cc->tfms_count; i++) in crypt_free_tfms_aead()
2377 cc->cipher_tfm.tfms = kcalloc(cc->tfms_count, in crypt_free_tfms()
2383 for (i = 0; i < cc->tfms_count; i++) { in crypt_alloc_tfms_skcipher()
2434 return (cc->key_size - cc->key_extra_size) >> ilog2(cc->tfms_count); in crypt_alloc_tfms()
2481 for (i = 0; i < cc->tfms_count; i++) { in crypt_setkey()
2945 cc->tfms_count in crypt_ctr_auth_cipher()
189 unsigned int tfms_count; global() member
[all...]