Searched defs:sasl_out_params (Results 1 – 1 of 1) sorted by relevance
185 typedef struct sasl_out_params { struct186 unsigned doneflag; /* exchange complete */188 const char *user; /* canonicalized user name */189 const char *authid; /* canonicalized authentication id */191 unsigned ulen; /* length of canonicalized user name */192 unsigned alen; /* length of canonicalized authid */195 unsigned maxoutbuf;196 sasl_ssf_t mech_ssf; /* Should be set non-zero if negotiation of a */199 void *encode_context;200 int (*encode)(void *context, const struct iovec *invec, unsigned numiov,[all …]