Lines Matching +full:quality +full:- +full:of +full:- +full:service
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 * Define the types of security service required for rpc_gss_seccreate().
88 const char *qop; /* quality of protection */
91 rpc_gss_service_t service; /* service type */ member
102 gid_t *gidlist; /* list of groups */
106 * Structure used to enforce a particular QOP and service.
145 * Set up a structure of entry points for the kgssapi module and inline
153 rpc_gss_service_t service);
157 const char *mechanism, rpc_gss_service_t service,
161 rpc_gss_service_t service, const char *qop);
218 gss_OID mech_oid, rpc_gss_service_t service) in rpc_gss_secfind_call() argument
224 mech_oid, service); in rpc_gss_secfind_call()
239 rpc_gss_service_t service, const char *qop, in rpc_gss_seccreate_call() argument
246 clnt_principal, principal, mechanism, service, qop, in rpc_gss_seccreate_call()
252 rpc_gss_set_defaults_call(AUTH *auth, rpc_gss_service_t service, in rpc_gss_set_defaults_call() argument
258 ret = (*rpc_gss_entries.rpc_gss_set_defaults)(auth, service, in rpc_gss_set_defaults_call()
436 const char *principal, gss_OID mech_oid, rpc_gss_service_t service);
441 const char *mechanism, rpc_gss_service_t service,
446 const char *principal, const char *mechanism, rpc_gss_service_t service,
450 bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
459 const char **rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service);