Lines Matching refs:secp
29 ndr_sec_t *secp = &mxa->send_auth; in ndr_add_auth_token() local
31 secp->auth_type = ctx->auth_type; in ndr_add_auth_token()
32 secp->auth_level = ctx->auth_level; in ndr_add_auth_token()
33 secp->auth_rsvd = 0; in ndr_add_auth_token()
39 secp->auth_pad_len = P2ROUNDUP(nds->pdu_scan_offset, 16) - in ndr_add_auth_token()
42 secp->auth_pad_len, NULL) == 0) in ndr_add_auth_token()
46 nds->pdu_scan_offset += secp->auth_pad_len; in ndr_add_auth_token()
50 secp->auth_context_id = ctx->auth_context_id; in ndr_add_auth_token()
156 ndr_sec_t *secp = &mxa->recv_auth; in ndr_check_auth() local
167 if (ctx->auth_type != secp->auth_type || in ndr_check_auth()
171 if (ctx->auth_level != secp->auth_level || in ndr_check_auth()