Searched refs:ckey (Results 1 - 7 of 7) sorted by relevance

/net/ceph/
H A Dcrypto.c524 struct ceph_crypto_key *ckey; local
534 ckey = kmalloc(sizeof(*ckey), GFP_KERNEL);
535 if (!ckey)
540 ret = ceph_crypto_key_decode(ckey, &p, (char*)prep->data+datalen);
544 prep->payload[0] = ckey;
549 kfree(ckey);
556 struct ceph_crypto_key *ckey = prep->payload[0]; local
557 ceph_crypto_key_destroy(ckey);
558 kfree(ckey);
563 struct ceph_crypto_key *ckey = key->payload.data; local
[all...]
H A Dceph_common.c287 struct ceph_crypto_key *ckey; local
315 ckey = ukey->payload.data;
316 err = ceph_crypto_key_clone(dst, ckey);
/net/irda/ircomm/
H A Dircomm_tty_attach.c174 if (self->ckey) {
175 irlmp_unregister_client(self->ckey);
176 self->ckey = NULL;
229 if (!self->ckey)
230 self->ckey = irlmp_register_client(hints,
291 if (self->ckey) {
292 irlmp_unregister_client(self->ckey);
293 self->ckey = NULL;
/net/irda/irnet/
H A Dirnet.h447 void * ckey; /* IrLMP client handle */ member in struct:irnet_socket
H A Dirnet_irda.c519 self->ckey = irlmp_register_client(0, NULL, NULL, NULL);
653 irlmp_unregister_client(self->ckey);
979 irlmp_update_client(irnet_server.s.ckey, hints,
/net/irda/irlan/
H A Dirlan_common.c65 static void *ckey; variable
137 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication,
139 if (!ckey)
163 irlmp_unregister_client(ckey);
178 irlmp_unregister_client(ckey);
/net/irda/
H A Daf_irda.c1167 self->ckey = irlmp_register_client(0, NULL, NULL, NULL);
1187 irlmp_unregister_client(self->ckey);
2538 irlmp_update_client(self->ckey, self->mask.word,
2573 irlmp_update_client(self->ckey, self->mask.word,

Completed in 102 milliseconds