Lines Matching refs:enc_buf
508 void *enc_buf = xi->auth_authorizer.enc_buf;
509 struct ceph_x_challenge_blob *blob = enc_buf +
524 ret = ceph_x_encrypt(&xi->secret, enc_buf, CEPHX_AU_ENC_BUF_LEN,
531 for (u = (u64 *)enc_buf; u + 1 <= (u64 *)(enc_buf + ret); u++)
761 auth->authorizer_reply_buf = au->enc_buf;
965 void *enc_buf = au->enc_buf;
975 } __packed *sigblock = enc_buf + ceph_x_encrypt_offset();
983 ret = ceph_x_encrypt(&au->session_key, enc_buf,
988 *psig = *(__le64 *)(enc_buf + sizeof(u32));
999 } __packed *sigblock = enc_buf;
1002 } __packed *penc = enc_buf;
1015 ret = ceph_crypt(&au->session_key, true, enc_buf,