Home
last modified time | relevance | path

Searched refs:qops (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c52 const char **qops; member
69 static struct qop_info_list qops = SLIST_HEAD_INITIALIZER(qops); variable
217 info->qops = NULL; in _rpc_gss_load_mech()
246 if (SLIST_FIRST(&qops)) in _rpc_gss_load_qop()
271 SLIST_INSERT_HEAD(&qops, info, link); in _rpc_gss_load_qop()
280 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_load_qop()
286 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_load_qop()
291 minfo->qops = mech_qops; in _rpc_gss_load_qop()
335 SLIST_FOREACH(info, &qops, link) { in rpc_gss_qop_to_num()
355 SLIST_FOREACH(info, &qops, link) { in _rpc_gss_num_to_qop()
[all …]
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c134 return info->qops;