Searched refs:tfms_count (Results 1 – 1 of 1) sorted by relevance
190 unsigned int tfms_count; member476 if (cc->key_parts == cc->tfms_count) { in crypt_iv_lmk_ctr()2333 for (i = 0; i < cc->tfms_count; i++) in crypt_free_tfms_skcipher()2362 for (i = 0; i < cc->tfms_count; i++) { in crypt_alloc_tfms_skcipher()2460 for (i = 0; i < cc->tfms_count; i++) { in crypt_setkey()2924 cc->tfms_count = 1; in crypt_ctr_cipher_new()2957 cc->tfms_count = 64; in crypt_ctr_cipher_new()2973 cc->key_parts = cc->tfms_count; in crypt_ctr_cipher_new()3013 cc->tfms_count = 1; in crypt_ctr_cipher_old()3015 !is_power_of_2(cc->tfms_count)) { in crypt_ctr_cipher_old()[all …]