Searched refs:client_context_t (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dexternal.c237 } client_context_t; typedef in typeref:struct:client_context
243 client_context_t *text;
255 text = params->utils->malloc(sizeof(client_context_t));
257 text = sasl_ALLOC(sizeof(client_context_t));
261 memset(text, 0, sizeof(client_context_t));
278 client_context_t *text = (client_context_t *)conn_context;
390 client_context_t *text = (client_context_t *) conn_context;
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h213 } client_context_t; typedef in typeref:union:__anon1606
221 client_context_t client_context; // context passed from client, returned by server in corresponding reply
/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain.c280 } client_context_t; typedef in typeref:struct:client_context
286 client_context_t *text;
289 text = params->utils->malloc(sizeof(client_context_t));
295 memset(text, 0, sizeof(client_context_t));
311 client_context_t *text = (client_context_t *) conn_context;
466 client_context_t *text = (client_context_t *) conn_context;
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c530 } client_context_t; typedef in typeref:struct:client_context
536 client_context_t *text;
539 text = params->utils->malloc(sizeof(client_context_t));
545 memset(text, 0, sizeof(client_context_t));
593 client_context_t *text = (client_context_t *) conn_context;
747 client_context_t *text = (client_context_t *) conn_context;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c3812 } client_context_t; typedef in typeref:struct:client_context
3959 client_context_t *ctext = (client_context_t *) text;
4221 static int parse_server_challenge(client_context_t *ctext,
4617 static int ask_user_info(client_context_t *ctext,
4784 text = params->utils->malloc(sizeof(client_context_t));
4787 memset(text, 0, sizeof(client_context_t));
4799 digestmd5_client_mech_step1(client_context_t *ctext,
4879 digestmd5_client_mech_step2(client_context_t *ctext,
4950 digestmd5_client_mech_step3(client_context_t *ctex
[all...]

Completed in 29 milliseconds