Searched defs:client_context_t (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsasl/lib/ |
| H A D | external.c | 237 } 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;
|
| /illumos-gate/usr/src/lib/sasl_plugins/login/ |
| H A D | login.c | 313 } client_context_t; typedef in typeref:struct:client_context 319 client_context_t *text; 322 text = params->utils->malloc(sizeof(client_context_t)); 328 memset(text, 0, sizeof(client_context_t)); 346 client_context_t *text = (client_context_t *) conn_context; 506 client_context_t *text = (client_context_t *) conn_context;
|
| /illumos-gate/usr/src/lib/sasl_plugins/plain/ |
| H A D | plain.c | 280 } 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;
|
| /illumos-gate/usr/src/lib/sasl_plugins/cram/ |
| H A D | cram.c | 532 } client_context_t; typedef in typeref:struct:client_context 538 client_context_t *text; 541 text = params->utils->malloc(sizeof(client_context_t)); 547 memset(text, 0, sizeof(client_context_t)); 595 client_context_t *text = (client_context_t *) conn_context; 749 client_context_t *text = (client_context_t *) conn_context;
|
| /illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
| H A D | digestmd5.c | 3799 } client_context_t; typedef in typeref:struct:client_context 3946 client_context_t *ctext = (client_context_t *) text; 4208 static int parse_server_challenge(client_context_t *ctext, 4604 static int ask_user_info(client_context_t *ctext, 4771 text = params->utils->malloc(sizeof(client_context_t)); 4774 memset(text, 0, sizeof(client_context_t)); 4786 digestmd5_client_mech_step1(client_context_t *ctext, 4866 digestmd5_client_mech_step2(client_context_t *ctext, 4937 digestmd5_client_mech_step3(client_context_t *ctex [all...] |
Completed in 448 milliseconds