Lines Matching refs:vec
259 (int)th->ticket_blob->vec.iov_len); in process_one_ticket()
310 msg_a = au->buf->vec.iov_base; in encrypt_authorizer()
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()
360 (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); in ceph_x_build_authorizer()
388 msg_a = au->buf->vec.iov_base; in ceph_x_build_authorizer()
396 memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base, in ceph_x_build_authorizer()
397 th->ticket_blob->vec.iov_len); in ceph_x_build_authorizer()
410 (int)au->buf->vec.iov_len); in ceph_x_build_authorizer()
425 const char *buf = th->ticket_blob->vec.iov_base; in ceph_x_encode_ticket()
426 u32 len = th->ticket_blob->vec.iov_len; in ceph_x_encode_ticket()
559 xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
560 xi->auth_authorizer.buf->vec.iov_len, e_range); in ceph_x_build_request()
759 auth->authorizer_buf = au->buf->vec.iov_base; in ceph_x_create_authorizer()
760 auth->authorizer_buf_len = au->buf->vec.iov_len; in ceph_x_create_authorizer()