Lines Matching refs:auth
21 #include <linux/ceph/auth.h>
5531 struct ceph_auth_client *ac = osdc->client->monc.auth;
5532 struct ceph_auth_handshake *auth = &o->o_auth;
5534 if (force_new && auth->authorizer) {
5535 ceph_auth_destroy_authorizer(auth->authorizer);
5536 auth->authorizer = NULL;
5538 if (!auth->authorizer) {
5540 auth);
5545 auth);
5551 return auth;
5559 struct ceph_auth_client *ac = osdc->client->monc.auth;
5569 struct ceph_auth_client *ac = osdc->client->monc.auth;
5578 struct ceph_auth_client *ac = osdc->client->monc.auth;
5595 struct ceph_auth_handshake *auth = &o->o_auth;
5597 return ceph_auth_sign_message(auth, msg);
5603 struct ceph_auth_handshake *auth = &o->o_auth;
5605 return ceph_auth_check_message_signature(auth, msg);