Home
last modified time | relevance | path

Searched refs:ceph_auth_handshake (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dauth.h18 struct ceph_auth_handshake { struct
24 int (*sign_message)(struct ceph_auth_handshake *auth, argument
26 int (*check_message_signature)(struct ceph_auth_handshake *auth, argument
59 struct ceph_auth_handshake *auth);
62 struct ceph_auth_handshake *auth);
75 int (*sign_message)(struct ceph_auth_handshake *auth,
77 int (*check_message_signature)(struct ceph_auth_handshake *auth,
114 struct ceph_auth_handshake *auth);
119 struct ceph_auth_handshake *a);
126 static inline int ceph_auth_sign_message(struct ceph_auth_handshake *auth, in ceph_auth_sign_message()
[all …]
Dmessenger.h30 struct ceph_auth_handshake *(*get_authorizer) (
Dosd_client.h39 struct ceph_auth_handshake o_auth;
/linux-4.4.14/net/ceph/
Dauth.c284 struct ceph_auth_handshake *auth) in ceph_auth_create_authorizer()
308 struct ceph_auth_handshake *a) in ceph_auth_update_authorizer()
Dauth_none.c67 struct ceph_auth_handshake *auth) in ceph_auth_none_create_authorizer()
Dauth_x.c555 struct ceph_auth_handshake *auth) in ceph_x_create_authorizer()
588 struct ceph_auth_handshake *auth) in ceph_x_update_authorizer()
697 static int ceph_x_sign_message(struct ceph_auth_handshake *auth, in ceph_x_sign_message()
713 static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth, in ceph_x_check_message_signature()
Dosd_client.c2931 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
2937 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer()
2982 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message()
2990 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
Dmessenger.c1400 static struct ceph_auth_handshake *get_connect_authorizer(struct ceph_connection *con, in get_connect_authorizer()
1403 struct ceph_auth_handshake *auth; in get_connect_authorizer()
1444 struct ceph_auth_handshake *auth; in prepare_write_connect()
/linux-4.4.14/fs/ceph/
Dmds_client.h127 struct ceph_auth_handshake s_auth;
Dmds_client.c3875 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
3881 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()
3948 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()
3956 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()