Searched refs:ckey (Results 1 – 11 of 11) sorted by relevance
| /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 | 462 const struct lockdep_subclass_key *ckey; in seq_stats() local 480 ckey = rcu_dereference_sched(class->key); in seq_stats() 482 if (!cname && !ckey) { in seq_stats() 490 key_name = __get_key_name(ckey, str); in seq_stats()
|
| /linux/tools/perf/util/ |
| H A D | bpf_lock_contention.c | 663 struct contention_key ckey = {}; in pop_owner_stack_trace() local 681 ckey.stack_id = stack_id; in pop_owner_stack_trace() 682 bpf_map_lookup_elem(stat_fd, &ckey, &cdata); in pop_owner_stack_trace() 704 bpf_map_delete_elem(stat_fd, &ckey); in pop_owner_stack_trace()
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 340 unsigned char *ckey = NULL; in ovpn_parse_key() local 361 ckey = malloc(ckey_len); in ovpn_parse_key() 362 if (!ckey) in ovpn_parse_key() 365 ret = fread(ckey, 1, ckey_len, fp); in ovpn_parse_key() 374 ret = mbedtls_base64_decode(NULL, 0, &olen, ckey, ckey_len); in ovpn_parse_key() 391 ret = mbedtls_base64_decode(bkey, olen, &olen, ckey, ckey_len); in ovpn_parse_key() 431 free(ckey); in ovpn_parse_key()
|
| /linux/arch/s390/include/asm/ |
| H A D | qdio.h | 44 u32 ckey : 4; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | skl_universal_plane.c | 1193 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_ctl() 1354 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keyval() 1361 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymax() 1369 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymsk() 1836 plane_state->ckey.flags & I915_SET_COLORKEY_SOURCE && in skl_plane_check_fb() 2369 if (!plane_state->ckey.flags && skl_fb_scalable(fb)) { in skl_plane_check()
|
| H A D | intel_display_types.h | 713 struct drm_intel_sprite_colorkey ckey; member
|
| /linux/fs/nilfs2/ |
| H A D | btree.c | 2138 __u64 key, ckey; in nilfs_btree_add_dirty_buffer() local 2159 ckey = nilfs_btree_node_get_key(cnode, 0); in nilfs_btree_add_dirty_buffer() 2160 if (key < ckey) in nilfs_btree_add_dirty_buffer()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 3085 def uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name'): argument 3090 elif ckey and ckey in obj: 3091 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey])
|