Searched refs:ckey (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ceph/ |
| H A D | crypto.c | 459 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 469 ckey = kzalloc_obj(*ckey); in ceph_key_preparse() 470 if (!ckey) in ceph_key_preparse() 475 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse() 479 prep->payload.data[0] = ckey; in ceph_key_preparse() 484 kfree(ckey); in ceph_key_preparse() 491 struct ceph_crypto_key *ckey = prep->payload.data[0]; in ceph_key_free_preparse() local 492 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 493 kfree(ckey); in ceph_key_free_preparse() 498 struct ceph_crypto_key *ckey = key->payload.data[0]; in ceph_key_destroy() local [all …]
|
| H A D | ceph_common.c | 359 struct ceph_crypto_key *ckey; in get_secret() local 387 ckey = ukey->payload.data[0]; in get_secret() 388 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 | 666 struct contention_key ckey = {}; in pop_owner_stack_trace() local 684 ckey.stack_id = stack_id; in pop_owner_stack_trace() 685 bpf_map_lookup_elem(stat_fd, &ckey, &cdata); in pop_owner_stack_trace() 707 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/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 | 3108 def uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name'): 3113 elif ckey and ckey in obj: 3114 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey]) 3085 uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name') global() argument
|