/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.c | 299 struct ceph_crypto_key *ckey; in ceph_key_preparse() local 309 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL); in ceph_key_preparse() 310 if (!ckey) in ceph_key_preparse() 315 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); in ceph_key_preparse() 319 prep->payload.data[0] = ckey; in ceph_key_preparse() 324 kfree(ckey); in ceph_key_preparse() 331 struct ceph_crypto_key *ckey = prep->payload.data[0]; in ceph_key_free_preparse() local 332 ceph_crypto_key_destroy(ckey); in ceph_key_free_preparse() 333 kfree(ckey); in ceph_key_free_preparse() 338 struct ceph_crypto_key *ckey = key->payload.data[0]; ceph_key_destroy() local [all...] |
H A D | ceph_common.c | 364 struct ceph_crypto_key *ckey; in get_secret() local 392 ckey = ukey->payload.data[0]; in get_secret() 393 err = ceph_crypto_key_clone(dst, ckey); in get_secret()
|
/kernel/linux/linux-6.6/net/ceph/ |
H 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() 316 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen); 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]; 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()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dns_resolve.c | 73 struct cache_head *ckey) in nfs_dns_ent_update() 79 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 86 struct cache_head *ckey) in nfs_dns_ent_init() 92 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 98 nfs_dns_ent_update(cnew, ckey); in nfs_dns_ent_init() 72 nfs_dns_ent_update(struct cache_head *cnew, struct cache_head *ckey) nfs_dns_ent_update() argument 85 nfs_dns_ent_init(struct cache_head *cnew, struct cache_head *ckey) nfs_dns_ent_init() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dns_resolve.c | 72 struct cache_head *ckey) in nfs_dns_ent_update() 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() 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() 71 nfs_dns_ent_update(struct cache_head *cnew, struct cache_head *ckey) nfs_dns_ent_update() argument 84 nfs_dns_ent_init(struct cache_head *cnew, struct cache_head *ckey) nfs_dns_ent_init() argument
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep_proc.c | 458 const struct lockdep_subclass_key *ckey; in seq_stats() local 476 ckey = rcu_dereference_sched(class->key); in seq_stats() 478 if (!cname && !ckey) { in seq_stats() 486 key_name = __get_key_name(ckey, str); in seq_stats()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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 | skl_universal_plane.c | 904 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_ctl() 1053 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keyval() 1060 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymax() 1068 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_plane_keymsk() 1415 plane_state->ckey.flags & I915_SET_COLORKEY_SOURCE && in skl_plane_check_fb() 1883 if (!plane_state->ckey.flags && skl_fb_scalable(fb)) { in skl_plane_check()
|
H A D | intel_sprite.c | 265 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_ctl() 388 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_update_arm() 653 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_ctl() 811 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_update_arm() 981 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_ctl() 1137 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_update_arm()
|
H A D | skl_scaler.c | 298 if (plane_state->ckey.flags) { in skl_update_scaler_plane()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | paes_s390.c | 445 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_set_key() local 473 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_set_key() 474 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_set_key() 475 return xts_verify_key(tfm, ckey, 2*ckey_len); in xts_paes_set_key()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | paes_s390.c | 460 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_set_key() local 488 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_set_key() 489 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_set_key() 490 return xts_verify_key(tfm, ckey, 2*ckey_len); in xts_paes_set_key()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sprite.c | 570 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in skl_program_plane() 937 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_sprite_ctl() 1041 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in vlv_update_plane() 1328 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_sprite_ctl() 1458 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in ivb_update_plane() 1638 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_sprite_ctl() 1767 const struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in g4x_update_plane() 2141 plane_state->ckey.flags & I915_SET_COLORKEY_SOURCE && in skl_plane_check_fb() 2231 if (!plane_state->ckey.flags && intel_fb_scalable(fb)) { in skl_plane_check() 2294 struct drm_intel_sprite_colorkey *key = &plane_state->ckey; in intel_plane_set_ckey() [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | qdio.h | 34 * @ckey: access key for SBALs 44 u32 ckey : 4; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | qdio.h | 33 * @ckey: access key for SBALs 43 u32 ckey : 4; member
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 186 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey,
|
H A D | pkey_api.c | 410 struct pkey_clrkey ckey; in pkey_nonccatok2pkey() local 425 memcpy(ckey.clrkey, t->clearkey, t->len); in pkey_nonccatok2pkey() 435 rc = pkey_clr2protkey(t->keytype, &ckey, protkey); in pkey_nonccatok2pkey() 440 ckey.clrkey, tmpbuf); in pkey_nonccatok2pkey() 446 rc = pkey_clr2ep11key(ckey.clrkey, t->len, in pkey_nonccatok2pkey()
|
H A D | zcrypt_ccamisc.c | 1180 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, in cca_cipher2protkey() argument 1230 int keytoklen = ((struct cipherkeytoken *)ckey)->len; in cca_cipher2protkey() 1255 memcpy(preqparm->kb.cca_key_token, ckey, keytoklen); in cca_cipher2protkey()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 186 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey,
|
H A D | zcrypt_ccamisc.c | 1183 int cca_cipher2protkey(u16 cardnr, u16 domain, const u8 *ckey, in cca_cipher2protkey() argument 1233 int keytoklen = ((struct cipherkeytoken *)ckey)->len; in cca_cipher2protkey() 1258 memcpy(preqparm->kb.cca_key_token, ckey, keytoklen); in cca_cipher2protkey()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 333 __be32 *ckey = (__be32 *)ctx->key; in cfg_keys() local 339 swap_words_in_key_and_bits_in_byte((u8 *)ckey, in cfg_keys() 344 swapped_key[i] = be32_to_cpup(ckey + i); in cfg_keys()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | qdio_setup.c | 300 desc->ckey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | qdio_setup.c | 416 desc->ckey = PAGE_DEFAULT_KEY >> 4; in qdio_fill_qdr_desc()
|