Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dosd_client.h39 struct ceph_auth_handshake o_auth; member
/linux-4.4.14/net/ceph/
Dosd_client.c1057 if (osd->o_auth.authorizer) in put_osd()
1058 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2937 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer()
2966 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
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()