Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dauth_x.c298 struct ceph_x_authorize_b msg_b; in ceph_x_build_authorizer() local
312 maxlen = sizeof(*msg_a) + sizeof(msg_b) + in ceph_x_build_authorizer()
348 msg_b.struct_v = 1; in ceph_x_build_authorizer()
349 msg_b.nonce = cpu_to_le64(au->nonce); in ceph_x_build_authorizer()
350 ret = ceph_x_encrypt(&au->session_key, &msg_b, sizeof(msg_b), in ceph_x_build_authorizer()