/linux/net/ceph/ |
H A D | crypto.c | 288 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 298 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL); in ceph_key_preparse() 299 if (!ckey) in ceph_key_preparse() 304 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse() 308 prep->payload.data[0] = ckey; in ceph_key_preparse() 313 kfree(ckey); in ceph_key_preparse() 320 struct ceph_crypto_key *ckey = prep->payload.data[0]; in ceph_key_free_preparse() local 321 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 322 kfree(ckey); in ceph_key_free_preparse() 327 struct ceph_crypto_key *ckey = key->payload.data[0]; in ceph_key_destroy() local [all …]
|
H A D | ceph_common.c | 360 struct ceph_crypto_key *ckey; in get_secret() local 388 ckey = ukey->payload.data[0]; in get_secret() 389 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
/linux/fs/nfs/ |
H A D | dns_resolve.c | 72 struct cache_head *ckey) in nfs_dns_ent_update() argument 78 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 85 struct cache_head *ckey) in nfs_dns_ent_init() argument 91 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 97 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init()
|
/linux/kernel/locking/ |
H A D | lockdep_proc.c | 460 const struct lockdep_subclass_key *ckey; in seq_stats() local 478 ckey = rcu_dereference_sched(class->key); in seq_stats() 480 if (!cname && !ckey) { in seq_stats() 488 key_name = __get_key_name(ckey, str); in seq_stats()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sprite.c | 286 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_ctl() 412 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_update_arm() 679 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_ctl() 841 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_update_arm() 1021 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_ctl() 1180 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_update_arm()
|
H A D | skl_universal_plane.c | 1077 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_ctl() 1227 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keyval() 1234 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymax() 1242 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymsk() 1694 plane_state->ckey.flags & I915_SET_COLORKEY_SOURCE && in skl_plane_check_fb() 2165 if (!plane_state->ckey.flags && skl_fb_scalable(fb)) { in skl_plane_check()
|
H A D | intel_display_types.h | 678 struct drm_intel_sprite_colorkey ckey; member
|
/linux/arch/s390/crypto/ |
H A D | paes_s390.c | 552 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_set_key() local 583 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_set_key() 584 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_set_key() 585 return xts_verify_key(tfm, ckey, 2*ckey_len); in xts_paes_set_key()
|
/linux/arch/s390/include/asm/ |
H A D | qdio.h | 44 u32 ckey : 4; member
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 187 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey,
|
H A D | zcrypt_ccamisc.c | 1169 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, in cca_cipher2protkey() argument 1219 int keytoklen = ((struct cipherkeytoken *)ckey)->len; in cca_cipher2protkey() 1244 memcpy(preqparm->kb.cca_key_token, ckey, keytoklen); in cca_cipher2protkey()
|
/linux/drivers/s390/cio/ |
H A D | qdio_setup.c | 300 desc->ckey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|
/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 2410 def uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name'): argument 2415 elif ckey and ckey in obj: 2416 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey])
|
/linux/fs/nilfs2/ |
H A D | btree.c | 2137 __u64 key, ckey; in nilfs_btree_add_dirty_buffer() local 2158 ckey = nilfs_btree_node_get_key(cnode, 0); in nilfs_btree_add_dirty_buffer() 2159 if (key < ckey) in nilfs_btree_add_dirty_buffer()
|