Searched refs:verify_authorizer_reply (Results 1 – 6 of 6) sorted by relevance
326 if (ac->ops && ac->ops->verify_authorizer_reply) in ceph_auth_verify_authorizer_reply()327 ret = ac->ops->verify_authorizer_reply(ac, a, len); in ceph_auth_verify_authorizer_reply()
745 .verify_authorizer_reply = ceph_x_verify_authorizer_reply,
2960 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() function3000 .verify_authorizer_reply = verify_authorizer_reply,
63 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, member
33 int (*verify_authorizer_reply) (struct ceph_connection *con, int len); member
3904 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() function3966 .verify_authorizer_reply = verify_authorizer_reply,