Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dosd_client.c1273 if (osd->o_auth.authorizer) { in osd_cleanup()
1275 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()
5605 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_authorizer()
5623 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in osd_add_authorizer_challenge()
5632 struct ceph_auth_handshake *auth = &o->o_auth; in osd_verify_authorizer_reply()
5655 struct ceph_auth_handshake *auth = &o->o_auth; in osd_get_auth_request()
5675 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_reply_more()
5695 struct ceph_auth_handshake *auth = &o->o_auth; in osd_handle_auth_done()
5734 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message()
5742 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h94 struct ceph_auth_handshake o_auth; member