Searched refs:ceph_auth_handshake (Results 1 – 5 of 5) sorted by relevance
22 struct ceph_auth_handshake { struct28 int (*sign_message)(struct ceph_auth_handshake *auth, argument30 int (*check_message_signature)(struct ceph_auth_handshake *auth, argument63 struct ceph_auth_handshake *auth);66 struct ceph_auth_handshake *auth);81 int (*sign_message)(struct ceph_auth_handshake *auth,83 int (*check_message_signature)(struct ceph_auth_handshake *auth,120 struct ceph_auth_handshake *auth);124 struct ceph_auth_handshake *a);134 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message()[all …]
31 struct ceph_auth_handshake *(*get_authorizer) (292 struct ceph_auth_handshake *auth;
44 struct ceph_auth_handshake o_auth;
158 struct ceph_auth_handshake s_auth;
4221 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()4227 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()4304 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()4312 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()