Searched refs:au (Results 1 – 3 of 3) sorted by relevance
43 struct ceph_none_authorizer *au) in ceph_auth_none_build_authorizer() argument45 void *p = au->buf; in ceph_auth_none_build_authorizer()46 void *const end = p + sizeof(au->buf); in ceph_auth_none_build_authorizer()55 au->buf_len = p - (void *)au->buf; in ceph_auth_none_build_authorizer()97 struct ceph_none_authorizer *au; in ceph_auth_none_create_authorizer() local100 au = kmalloc(sizeof(*au), GFP_NOFS); in ceph_auth_none_create_authorizer()101 if (!au) in ceph_auth_none_create_authorizer()106 ret = ceph_auth_none_build_authorizer(ac, au); in ceph_auth_none_create_authorizer()108 kfree(au); in ceph_auth_none_create_authorizer()113 auth->authorizer_buf = au->buf; in ceph_auth_none_create_authorizer()[all …]
313 end = au->buf->vec.iov_base + au->buf->vec.iov_len; in encrypt_authorizer()336 au->buf->vec.iov_len = p - au->buf->vec.iov_base; in encrypt_authorizer()345 if (au->buf) { in ceph_x_authorizer_cleanup()373 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer()377 if (!au->buf) { in ceph_x_build_authorizer()402 get_random_bytes(&au->nonce, sizeof(au->nonce)); in ceph_x_build_authorizer()731 kfree(au); in ceph_x_destroy_authorizer()746 au = kzalloc(sizeof(*au), GFP_NOFS); in ceph_x_create_authorizer()747 if (!au) in ceph_x_create_authorizer()754 kfree(au); in ceph_x_create_authorizer()[all …]
665 http://caia.swin.edu.au/cv/dahayes/content/networking2011-cdg-preprint.pdf
Completed in 8 milliseconds