Searched refs:ckey (Results 1 – 16 of 16) sorted by relevance
| /linux/net/ceph/ |
| A D | crypto.c | 300 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 310 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL); in ceph_key_preparse() 311 if (!ckey) in ceph_key_preparse() 320 prep->payload.data[0] = ckey; in ceph_key_preparse() 325 kfree(ckey); in ceph_key_preparse() 332 struct ceph_crypto_key *ckey = prep->payload.data[0]; in ceph_key_free_preparse() local 333 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 334 kfree(ckey); in ceph_key_free_preparse() 339 struct ceph_crypto_key *ckey = key->payload.data[0]; in ceph_key_destroy() local 341 ceph_crypto_key_destroy(ckey); in ceph_key_destroy() [all …]
|
| 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/ |
| 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/ |
| 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/ |
| A D | intel_sprite_uapi.c | 21 struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in intel_plane_set_ckey()
|
| A D | intel_sprite.c | 286 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_ctl() 410 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_update_arm() 676 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_ctl() 836 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_update_arm() 1015 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_ctl() 1172 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_update_arm()
|
| A D | skl_universal_plane.c | 1061 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_ctl() 1211 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keyval() 1218 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymax() 1226 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymsk() 1652 plane_state->ckey.flags & I915_SET_COLORKEY_SOURCE && in skl_plane_check_fb() 2123 if (!plane_state->ckey.flags && skl_fb_scalable(fb)) { in skl_plane_check()
|
| A D | skl_scaler.c | 299 if (plane_state->ckey.flags) { in skl_update_scaler_plane()
|
| A D | intel_display_types.h | 805 struct drm_intel_sprite_colorkey ckey; member
|
| /linux/arch/s390/crypto/ |
| A D | paes_s390.c | 459 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_set_key() local 487 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_set_key() 488 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_set_key() 489 return xts_verify_key(tfm, ckey, 2*ckey_len); in xts_paes_set_key()
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ccamisc.h | 186 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey,
|
| 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/arch/s390/include/asm/ |
| A D | qdio.h | 44 u32 ckey : 4; member
|
| /linux/drivers/s390/cio/ |
| A D | qdio_setup.c | 300 desc->ckey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|
| /linux/tools/net/ynl/ |
| A D | ynl-gen-c.py | 2387 def uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name'): argument 2392 elif ckey and ckey in obj: 2393 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey])
|
| /linux/fs/nilfs2/ |
| 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()
|
Completed in 58 milliseconds