Home
last modified time | relevance | path

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

/net/ceph/
Dauth.c105 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()
Dauth_none.c50 ret = ceph_auth_entity_name_encode(ac->name, &p, end); in ceph_auth_none_build_authorizer()