Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h45 struct ceph_auth_handshake o_auth; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c1200 if (osd->o_auth.authorizer) { in osd_cleanup()
1202 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()
5524 struct ceph_auth_handshake *auth = &o->o_auth; in get_authorizer()
5553 return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, in add_authorizer_challenge()
5563 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer); in verify_authorizer_reply()
5587 struct ceph_auth_handshake *auth = &o->o_auth; in osd_sign_message()
5595 struct ceph_auth_handshake *auth = &o->o_auth; in osd_check_message_signature()