Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
H A Dauth_x.c44 static int ceph_x_encrypt_offset(void) in ceph_x_encrypt_offset() function
51 return ceph_x_encrypt_offset() + ilen + 16; in ceph_x_encrypt_buflen()
193 dp = *p + ceph_x_encrypt_offset(); in process_one_ticket()
219 tp = *p + ceph_x_encrypt_offset(); in process_one_ticket()
312 msg_b = p + ceph_x_encrypt_offset(); in encrypt_authorizer()
506 ceph_x_encrypt_offset(); in ceph_x_build_request()
734 struct ceph_x_authorize_reply *reply = p + ceph_x_encrypt_offset(); in ceph_x_verify_authorizer_reply()
818 } __packed *sigblock = enc_buf + ceph_x_encrypt_offset(); in calc_signature()
/kernel/linux/linux-6.6/net/ceph/
H A Dauth_x.c47 static int ceph_x_encrypt_offset(void) in ceph_x_encrypt_offset() function
54 return ceph_x_encrypt_offset() + ilen + 16; in ceph_x_encrypt_buflen()
196 dp = *p + ceph_x_encrypt_offset(); in process_one_ticket()
223 tp = *p + ceph_x_encrypt_offset(); in process_one_ticket()
315 msg_b = p + ceph_x_encrypt_offset(); in encrypt_authorizer()
510 ceph_x_encrypt_offset(); in ceph_x_build_request()
636 dp = *p + ceph_x_encrypt_offset(); in handle_auth_session_key()
852 dp = *p + ceph_x_encrypt_offset(); in decrypt_authorizer_reply()
975 } __packed *sigblock = enc_buf + ceph_x_encrypt_offset(); in calc_signature()

Completed in 3 milliseconds