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

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

Completed in 64 milliseconds