Home
last modified time | relevance | path

Searched refs:i_am (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c203 enum Context_type i_am; /* are we the client or server? */ member
214 enum Context_type i_am; /* are we the client or server? */ member
1672 if (text->i_am == SERVER) {
1683 if (text->i_am != SERVER) {
1696 if (text->i_am == SERVER) {
1708 if (text->i_am != SERVER) {
2323 clear_reauth_entry(&reauth_cache->e[n], reauth_cache->i_am, utils);
2546 text->i_am = SERVER;
3734 reauth_cache->i_am = SERVER;
4778 text->i_am = CLIENT;
[all …]