Searched refs:ceph_auth_build_hello (Results 1 – 3 of 3) sorted by relevance
91 extern int ceph_auth_build_hello(struct ceph_auth_client *ac,
101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello() function263 ret = ceph_auth_build_hello(ac, msg_buf, msg_len); in ceph_build_auth()
153 ret = ceph_auth_build_hello(monc->auth, in __open_session()