ckey               59 source3/lib/conn_tdb.c 	struct connections_key ckey;
ckey               62 source3/lib/conn_tdb.c 	ZERO_STRUCT(ckey);
ckey               63 source3/lib/conn_tdb.c 	ckey.pid = procid_self();
ckey               64 source3/lib/conn_tdb.c 	ckey.cnum = conn ? conn->cnum : -1;
ckey               65 source3/lib/conn_tdb.c 	strlcpy(ckey.name, name, sizeof(ckey.name));
ckey               67 source3/lib/conn_tdb.c 	key.dsize = sizeof(ckey);
ckey               68 source3/lib/conn_tdb.c 	key.dptr = (uint8 *)&ckey;
ckey               99 source3/lib/messages.c 		       const struct connections_key *ckey,
ckey               61 source3/smbd/connection.c 		    const struct connections_key *ckey,
ckey              450 source4/heimdal/kdc/kaserver.c     Key *ckey = NULL;
ckey              506 source4/heimdal/kdc/kaserver.c     ret = _kdc_get_des_key(context, client_entry, FALSE, TRUE, &ckey);
ckey              526 source4/heimdal/kdc/kaserver.c 	memcpy (&key, ckey->key.keyvalue.data, sizeof(key));
ckey              574 source4/heimdal/kdc/kaserver.c 			 &ckey->key, reply);
ckey              139 source4/heimdal/kdc/kerberos4.c     Key *ckey, *skey;
ckey              254 source4/heimdal/kdc/kerberos4.c 	ret = _kdc_get_des_key(context, client, FALSE, FALSE, &ckey);
ckey              316 source4/heimdal/kdc/kerberos4.c 				    &ckey->key,
ckey              263 source4/heimdal/kdc/kerberos5.c 		  int ckvno, const EncryptionKey *ckey,
ckey              324 source4/heimdal/kdc/kerberos5.c     ret = krb5_crypto_init(context, ckey, 0, &crypto);
ckey              986 source4/heimdal/kdc/kerberos5.c     Key *ckey, *skey;
ckey             1373 source4/heimdal/kdc/kerberos5.c 			  &ckey, &cetype);
ckey             1640 source4/heimdal/kdc/kerberos5.c     reply_key = &ckey->key;
ckey             1657 source4/heimdal/kdc/kerberos5.c     set_salt_padata (rep.padata, ckey->salt);