Lines Matching defs:flavor
52 * using the client auth struct flavor field to index into svcauthsw.
61 * The RPCSEC_GSS flavor is an exception. Its routine takes an
75 int flavor;
130 /* flavor doesn't match any of the builtin types, so try new ones */
133 if (asp->flavor == cred_flavor) {
167 * prepared to handle. When an authentication flavor is registered,
168 * the flavor is checked against already registered values. If not
175 * 1 if flavor already registered
197 if (asp->flavor == cred_flavor) {
210 asp->flavor = cred_flavor;