Searched refs:tfms (Results 1 – 2 of 2) sorted by relevance
187 struct crypto_skcipher **tfms; member303 return cc->cipher_tfm.tfms[0]; in any_tfm()2351 if (!cc->cipher_tfm.tfms) in crypt_free_tfms_skcipher()2355 if (cc->cipher_tfm.tfms[i] && !IS_ERR(cc->cipher_tfm.tfms[i])) { in crypt_free_tfms_skcipher()2357 cc->cipher_tfm.tfms[i] = NULL; in crypt_free_tfms_skcipher()2360 kfree(cc->cipher_tfm.tfms); in crypt_free_tfms_skcipher()2361 cc->cipher_tfm.tfms = NULL; in crypt_free_tfms_skcipher()2380 if (!cc->cipher_tfm.tfms) in crypt_alloc_tfms_skcipher()2386 if (IS_ERR(cc->cipher_tfm.tfms[i])) { in crypt_alloc_tfms_skcipher()2387 err = PTR_ERR(cc->cipher_tfm.tfms[i]); in crypt_alloc_tfms_skcipher()[all …]
454 uint32_t tfms, misc, cap0, cap4, clflush_size; in psb_mmu_driver_init() local461 cpuid(0x00000001, &tfms, &misc, &cap0, &cap4); in psb_mmu_driver_init()
Completed in 14 milliseconds