Searched refs:ceph_auth_entity_name_encode (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/net/ceph/ |
D | auth_none.c | 50 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_none_build_authorizer()
|
D | auth.c | 105 int ceph_auth_entity_name_encode(const char *name, void **p, void *end) in ceph_auth_entity_name_encode() function 147 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_build_hello() 458 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_get_request()
|
/linux-5.19.10/include/linux/ceph/ |
D | auth.h | 121 int ceph_auth_entity_name_encode(const char *name, void **p, void *end);
|