Searched refs:tfms (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/boot/ |
| H A D | cpuflags.c | 71 u32 tfms; in get_cpuflags() local 87 cpuid(0x1, &tfms, &ignored, &cpu.flags[4], in get_cpuflags() 89 cpu.level = (tfms >> 8) & 15; in get_cpuflags() 91 cpu.model = (tfms >> 4) & 15; in get_cpuflags() 93 cpu.model += ((tfms >> 16) & 0xf) << 4; in get_cpuflags()
|
| /linux/block/ |
| H A D | blk-crypto-fallback.c | 78 struct crypto_sync_skcipher *tfms[BLK_ENCRYPTION_MODE_MAX]; member 101 err = crypto_sync_skcipher_setkey(slotp->tfms[crypto_mode], blank_key, in blk_crypto_fallback_evict_keyslot() 122 err = crypto_sync_skcipher_setkey(slotp->tfms[crypto_mode], key->bytes, in blk_crypto_fallback_keyslot_program() 224 return slotp->tfms[slotp->crypto_mode]; in blk_crypto_fallback_tfm() 646 slotp->tfms[mode_num] = crypto_alloc_sync_skcipher(cipher_str, in blk_crypto_fallback_start_using_mode() 648 if (IS_ERR(slotp->tfms[mode_num])) { in blk_crypto_fallback_start_using_mode() 649 err = PTR_ERR(slotp->tfms[mode_num]); in blk_crypto_fallback_start_using_mode() 655 slotp->tfms[mode_num] = NULL; in blk_crypto_fallback_start_using_mode() 659 crypto_sync_skcipher_set_flags(slotp->tfms[mode_num], in blk_crypto_fallback_start_using_mode() 673 crypto_free_sync_skcipher(slotp->tfms[mode_num]); in blk_crypto_fallback_start_using_mode() [all …]
|
| /linux/include/net/ |
| H A D | ipcomp.h | 15 struct crypto_comp * __percpu *tfms; global() member
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 189 struct crypto_skcipher **tfms; 298 return cc->cipher_tfm.tfms[0]; in any_tfm() 1442 skcipher_request_set_tfm(ctx->r.req, cc->cipher_tfm.tfms[key_index]); in crypt_convert_block_skcipher() 2276 if (!cc->cipher_tfm.tfms) in kcryptd_queue_crypt() 2280 if (cc->cipher_tfm.tfms[i] && !IS_ERR(cc->cipher_tfm.tfms[i])) { in kcryptd_queue_crypt() 2281 crypto_free_skcipher(cc->cipher_tfm.tfms[i]); in kcryptd_queue_crypt() 2282 cc->cipher_tfm.tfms[i] = NULL; in kcryptd_queue_crypt() 2285 kfree(cc->cipher_tfm.tfms); in kcryptd_queue_crypt() 2286 cc->cipher_tfm.tfms in kcryptd_queue_crypt() 188 struct crypto_skcipher **tfms; global() member [all...] |
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 954 u32 junk, tfms, cap0, misc; in cpu_detect() 956 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect() 957 c->x86 = x86_family(tfms); in cpu_detect() 958 c->x86_model = x86_model(tfms); in cpu_detect() 959 c->x86_stepping = x86_stepping(tfms); in cpu_detect() 951 u32 junk, tfms, cap0, misc; cpu_detect() local
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | mmu.c | 454 uint32_t tfms, misc, cap0, cap4, clflush_size; in psb_mmu_driver_init() local 461 cpuid(0x00000001, &tfms, &misc, &cap0, &cap4); in psb_mmu_driver_init()
|