| /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/drivers/gpu/drm/i915/display/ |
| H A D | intel_sprite_uapi.c | 21 struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in intel_plane_set_ckey()
|
| H A D | intel_display_types.h | 744 struct drm_intel_sprite_colorkey ckey; member
|
| /linux/arch/s390/crypto/ |
| H A D | paes_s390.c | 1211 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_setkey() local 1239 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_setkey() 1240 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_setkey() 1241 rc = xts_verify_key(tfm, ckey, 2 * ckey_len); in xts_paes_setkey() 1242 memzero_explicit(ckey, sizeof(ckey)); in xts_paes_setkey()
|
| /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/s390/crypto/ |
| H A D | zcrypt_ccamisc.h | 188 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey,
|
| H A D | zcrypt_ccamisc.c | 1211 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, in cca_cipher2protkey() argument 1262 int keytoklen = ((struct cipherkeytoken *)ckey)->len; in cca_cipher2protkey() 1288 memcpy(preqparm->kb.cca_key_token, ckey, keytoklen); in cca_cipher2protkey()
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_setup.c | 307 desc->ckey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|
| /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'): argument 3113 elif ckey and ckey in obj: 3114 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey])
|