Lines Matching refs:auth
1407 struct ceph_auth_handshake *auth;
1411 con->auth = NULL;
1417 auth = con->ops->get_authorizer(con, &auth_proto, con->auth_retry);
1418 if (IS_ERR(auth))
1419 return PTR_ERR(auth);
1421 con->auth = auth;
1423 con->out_connect.authorizer_len = cpu_to_le32(auth->authorizer_buf_len);
1443 if (con->auth)
1444 con_out_kvec_add(con, con->auth->authorizer_buf_len,
1445 con->auth->authorizer_buf);
1757 if (con->auth) {
1759 if (size > con->auth->authorizer_reply_buf_len) {
1761 con->auth->authorizer_reply_buf_len);
1768 con->auth->authorizer_reply_buf);
2055 if (con->auth) {
2067 con, con->auth->authorizer_reply_buf, len);