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

/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c54 const char **qops; member in struct:mech_info
71 static struct qop_info_list qops = SLIST_HEAD_INITIALIZER(qops); variable in typeref:struct:qop_info_list
219 info->qops = NULL;
248 if (SLIST_FIRST(&qops))
273 SLIST_INSERT_HEAD(&qops, info, link);
278 * Compile lists of qops for each mechanism.
282 SLIST_FOREACH(info, &qops, link) {
288 SLIST_FOREACH(info, &qops, link) {
293 minfo->qops
[all...]
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c137 return info->qops;

Completed in 154 milliseconds