Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/sqlite/files/
H A DCVE-2022-46908.patch4 Subject: [PATCH] Fix safe mode authorizer callback to reject disallowed UDFs
6 Fix safe mode authorizer callback to reject disallowed UDFs. Reported at Forum post 07beac8056151b2…
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dauth.h23 struct ceph_authorizer *authorizer; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_none.c109 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
H A Dauth_x.c650 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()
672 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()
879 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_sign_message()
898 ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, in ceph_x_check_message_signature()
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()
5526 if (force_new && auth->authorizer) { in get_authorizer()
5527 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
5528 auth->authorizer = NULL; in get_authorizer()
5530 if (!auth->authorizer) { 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()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c670 if (s->s_auth.authorizer) in ceph_put_mds_session()
671 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()
5167 if (force_new && auth->authorizer) { in get_authorizer()
5168 ceph_auth_destroy_authorizer(auth->authorizer); in get_authorizer()
5169 auth->authorizer = NULL; in get_authorizer()
5171 if (!auth->authorizer) { in get_authorizer()
5194 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()
5204 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()