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

/freebsd-10.1-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c52 const char **qops; member in struct:mech_info
69 static struct qop_info_list qops = SLIST_HEAD_INITIALIZER(qops); variable in typeref:struct:qop_info_list
217 info->qops = NULL;
246 if (SLIST_FIRST(&qops))
271 SLIST_INSERT_HEAD(&qops, info, link);
276 * Compile lists of qops for each mechanism.
280 SLIST_FOREACH(info, &qops, link) {
286 SLIST_FOREACH(info, &qops, link) {
291 minfo->qops
[all...]
/freebsd-10.1-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c135 return info->qops;

Completed in 102 milliseconds