Home
last modified time | relevance | path

Searched refs:o_auth (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dosd_client.h39 struct ceph_auth_handshake o_auth; member
/linux-4.1.27/net/ceph/
Dosd_client.c1041 if (osd->o_auth.authorizer) in put_osd()
1042 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2941 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer()
2970 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
2986 struct ceph_auth_handshake *auth = &o->o_auth; in sign_message()
2993 struct ceph_auth_handshake *auth = &o->o_auth; in check_message_signature()