Home
last modified time | relevance | path

Searched defs:sasl_out_params (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h183 typedef struct sasl_out_params { struct
184 unsigned doneflag; /* exchange complete */
186 const char *user; /* canonicalized user name */
187 const char *authid; /* canonicalized authentication id */
189 unsigned ulen; /* length of canonicalized user name */
190 unsigned alen; /* length of canonicalized authid */
193 unsigned maxoutbuf;
194 sasl_ssf_t mech_ssf; /* Should be set non-zero if negotiation of a */
197 void *encode_context;
198 int (*encode)(void *context, const struct iovec *invec, unsigned numiov,
[all …]