Home
last modified time | relevance | path

Searched refs:ceph_authorizer (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
Dauth.h18 struct ceph_authorizer { struct
19 void (*destroy)(struct ceph_authorizer *); argument
23 struct ceph_authorizer *authorizer;
68 struct ceph_authorizer *a,
72 struct ceph_authorizer *a);
121 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a);
126 struct ceph_authorizer *a,
130 struct ceph_authorizer *a);
/kernel/linux/linux-5.10/net/ceph/
Dauth_none.c81 static void ceph_auth_none_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_none_destroy_authorizer()
109 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
Dauth_none.h16 struct ceph_authorizer base;
Dauth_x.h31 struct ceph_authorizer base;
Dauth.c298 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_destroy_authorizer()
319 struct ceph_authorizer *a, in ceph_auth_add_authorizer_challenge()
335 struct ceph_authorizer *a) in ceph_auth_verify_authorizer_reply()
Dauth_x.c618 static void ceph_x_destroy_authorizer(struct ceph_authorizer *a) in ceph_x_destroy_authorizer()
650 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()
705 struct ceph_authorizer *a, in ceph_x_add_authorizer_challenge()
730 struct ceph_authorizer *a) in ceph_x_verify_authorizer_reply()