Searched refs:verify_authorizer_reply (Results 1 – 7 of 7) sorted by relevance
71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, member
37 int (*verify_authorizer_reply) (struct ceph_connection *con); member
340 if (ac->ops && ac->ops->verify_authorizer_reply) in ceph_auth_verify_authorizer_reply()341 ret = ac->ops->verify_authorizer_reply(ac, a); in ceph_auth_verify_authorizer_reply()
922 .verify_authorizer_reply = ceph_x_verify_authorizer_reply,
5621 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() function5670 .verify_authorizer_reply = verify_authorizer_reply,
2078 ret = con->ops->verify_authorizer_reply(con); in process_connect()
5153 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() function5216 .verify_authorizer_reply = verify_authorizer_reply,