Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/titanic_51/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c187 #define sasl_gss_log(x,y,z) sasl_gss_seterror_(text,y,z,1)
188 #define sasl_gss_seterror(x,y,z) sasl_gss_seterror_(text,y,z,0)
190 sasl_gss_seterror_(const context_t *text, OM_uint32 maj, OM_uint32 min, in sasl_gss_seterror_() argument
204 const sasl_utils_t *utils = text->utils; in sasl_gss_seterror_()
223 GSS_C_GSS_CODE, text->mech_oid, in sasl_gss_seterror_()
231 utils->log(text->utils->conn, SASL_LOG_FAIL, in sasl_gss_seterror_()
285 GSS_C_MECH_CODE, text->mech_oid,
293 utils->log(text->utils->conn, SASL_LOG_FAIL,
343 utils->log(text->utils->conn, SASL_LOG_FAIL, out);
357 context_t *text in sasl_gss_encode() local
465 context_t *text = (context_t *) context; global() local
607 context_t *text = (context_t *) context; global() local
645 sasl_gss_free_context_contents(context_t * text) global() argument
739 add_mech_to_set(context_t * text,gss_OID_set * desired_mechs) global() argument
791 context_t *text; global() local
828 context_t *text = (context_t *)conn_context; global() local
1508 context_t *text; global() local
1555 context_t *text = (context_t *)conn_context; global() local
[all...]
/titanic_51/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c452 /* Chris Newman clarified that the following text in DIGEST-MD5 spec in DigestCalcSecret()
749 static int dec_3des(context_t *text, argument
756 des_context_t *c = (des_context_t *) text->cipher_dec_context;
789 static int enc_3des(context_t *text, argument
796 des_context_t *c = (des_context_t *) text->cipher_enc_context;
804 memcpy(output, input, inputlen); /* text */
823 static int init_3des(context_t *text, argument
831 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t));
844 text->cipher_enc_context = (cipher_context_t *) c;
858 text
870 dec_des(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
913 enc_des(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
950 init_des(context_t * text,unsigned char enckey[16],unsigned char deckey[16]) global() argument
981 free_des(context_t * text) global() argument
999 rc4_init(rc4_context_t * text,const unsigned char * key,unsigned keylen) global() argument
1026 rc4_encrypt(rc4_context_t * text,const char * input,char * output,unsigned len) global() argument
1060 rc4_decrypt(rc4_context_t * text,const char * input,char * output,unsigned len) global() argument
1094 free_rc4(context_t * text) global() argument
1106 init_rc4(context_t * text,char enckey[16],char deckey[16]) global() argument
1141 dec_rc4(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1162 enc_rc4(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1250 init_uef(context_t * text,CK_KEY_TYPE keyType,CK_MECHANISM_TYPE mech_type,CK_SLOT_ID slot_id,char enckey[16],char deckey[16]) global() argument
1383 init_rc4_uef(context_t * text,char enckey[16],char deckey[16]) global() argument
1390 init_des_uef(context_t * text,char enckey[16],char deckey[16]) global() argument
1397 init_3des_uef(context_t * text,char enckey[16],char deckey[16]) global() argument
1405 free_uef(context_t * text) global() argument
1470 dec_rc4_uef(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1510 enc_rc4_uef(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1551 dec_des_uef(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1605 enc_des_uef(context_t * text,const char * input,unsigned inputlen,unsigned char digest[16],char * output,unsigned * outputlen) global() argument
1662 create_layer_keys(context_t * text,const sasl_utils_t * utils,HASH key,int keylen,char enckey[16],char deckey[16]) global() argument
1730 context_t *text = (context_t *) context; global() local
1817 context_t *text = (context_t *) context; global() local
1989 context_t *text = (context_t *) context; global() local
2008 context_t *text = (context_t *) context; global() local
2080 create_MAC(context_t * text,char * input,int inputlen,int seqnum,unsigned char MAC[16]) global() argument
2124 check_integrity(context_t * text,char * buf,int bufsize,char ** output,unsigned * outputlen) global() argument
2172 context_t *text = (context_t *) context; global() local
2250 context_t *text = (context_t *) context; global() local
2265 context_t *text = (context_t *) conn_context; global() local
2341 DigestCalcHA1FromSecret(context_t * text,const sasl_utils_t * utils,HASH HA1,unsigned char * authorization_id,unsigned char * pszNonce,unsigned char * pszCNonce,HASHHEX SessionKey) global() argument
2371 create_response(context_t * text,const sasl_utils_t * utils,unsigned char * nonce,unsigned int ncvalue,unsigned char * cnonce,char * qop,char * digesturi,HASH Secret,char * authorization_id,char ** response_value) global() argument
2536 context_t *text; global() local
2561 context_t *text = (context_t *) stext; global() local
2844 context_t *text = (context_t *) stext; global() local
3591 context_t *text = (context_t *) conn_context; global() local
3803 DigestCalcHA1(context_t * text,const sasl_utils_t * utils,unsigned char * pszUserName,unsigned char * pszRealm,sasl_secret_t * pszPassword,unsigned char * pszAuthorization_id,unsigned char * pszNonce,unsigned char * pszCNonce,HASHHEX SessionKey) global() argument
3846 calculate_response(context_t * text,const sasl_utils_t * utils,unsigned char * username,unsigned char * realm,unsigned char * nonce,unsigned int ncvalue,unsigned char * cnonce,char * qop,unsigned char * digesturi,sasl_secret_t * passwd,unsigned char * authorization_id,char ** response_value) global() argument
3942 make_client_response(context_t * text,sasl_client_params_t * params,sasl_out_params_t * oparams) global() argument
4213 context_t *text = (context_t *) ctext; global() local
4610 context_t *text = (context_t *) ctext; global() local
4768 context_t *text; global() local
4795 context_t *text = (context_t *) ctext; global() local
4875 context_t *text = (context_t *) ctext; global() local
4946 context_t *text = (context_t *) ctext; global() local
5054 context_t *text = (context_t *) conn_context; global() local
[all...]
/titanic_51/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c81 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table() argument
94 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i, in dt_pid_has_jump_table()
110 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || in dt_pid_has_jump_table()
111 (dmodel == PR_MODEL_LP64 && (text[i] & 0xf0) == 0x40 && in dt_pid_has_jump_table()
112 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) { in dt_pid_has_jump_table()
127 uint8_t *text; in dt_pid_create_return_probe() local
137 if ((text = calloc(1, symp->st_size + 4)) == NULL) { in dt_pid_create_return_probe()
142 if (Pread(P, text, sym in dt_pid_create_return_probe()
279 uint8_t *text; dt_pid_create_offset_probe() local
353 uint8_t *text; dt_pid_create_glob_offset_probes() local
[all...]
/titanic_51/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c76 uint32_t *text; in dt_pid_create_return_probe() local
80 if ((text = malloc(symp->st_size + 4)) == NULL) { in dt_pid_create_return_probe()
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) { in dt_pid_create_return_probe()
87 free(text); in dt_pid_create_return_probe()
95 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
108 while (text[i] == FASTTRAP_INSTR) { in dt_pid_create_return_probe()
118 if (Pread(P, &text[i], 4, in dt_pid_create_return_probe()
122 free(text); in dt_pid_create_return_probe()
128 free(text); in dt_pid_create_return_probe()
134 text[ in dt_pid_create_return_probe()
[all...]
/titanic_51/usr/src/lib/sasl_plugins/login/
H A Dlogin.c89 server_context_t *text; in login_server_mech_new() local
92 text = sparams->utils->malloc(sizeof(server_context_t)); in login_server_mech_new()
93 if (text == NULL) { in login_server_mech_new()
98 memset(text, 0, sizeof(server_context_t)); in login_server_mech_new()
100 text->state = 1; in login_server_mech_new()
102 *conn_context = text; in login_server_mech_new()
118 server_context_t *text = (server_context_t *) conn_context; in login_server_mech_step() local
123 switch (text->state) { in login_server_mech_step()
126 text->state = 2; in login_server_mech_step()
153 text in login_server_mech_step()
256 server_context_t *text = (server_context_t *) conn_context; login_server_mech_dispose() local
319 client_context_t *text; login_client_mech_new() local
346 client_context_t *text = (client_context_t *) conn_context; login_client_mech_step() local
506 client_context_t *text = (client_context_t *) conn_context; login_client_mech_dispose() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c44 * displaying of text
76 * Display some text on somebody's window, processing some control
81 display(win, text, size) in display() argument
83 register char *text;
92 if (*text == '\n'|| *text == '\r') {
94 text++;
100 if (*text == win->cerase) {
106 text++;
114 if (*text
[all...]
/titanic_51/usr/src/lib/sasl_plugins/cram/
H A Dcram.c119 server_context_t *text; in crammd5_server_mech_new() local
122 text = sparams->utils->malloc(sizeof(server_context_t)); in crammd5_server_mech_new()
123 if (text == NULL) { in crammd5_server_mech_new()
128 memset(text, 0, sizeof(server_context_t)); in crammd5_server_mech_new()
130 text->state = 1; in crammd5_server_mech_new()
132 *conn_context = text; in crammd5_server_mech_new()
192 crammd5_server_mech_step1(server_context_t *text, in crammd5_server_mech_step1() argument
222 text->challenge = sparams->utils->malloc(200 + 1); in crammd5_server_mech_step1()
223 if (text->challenge == NULL) { in crammd5_server_mech_step1()
229 snprintf(text in crammd5_server_mech_step1()
245 crammd5_server_mech_step2(server_context_t * text,sasl_server_params_t * sparams,const char * clientin,unsigned clientinlen,const char ** serverout,unsigned * serveroutlen,sasl_out_params_t * oparams) crammd5_server_mech_step2() argument
423 server_context_t *text = (server_context_t *) conn_context; crammd5_server_mech_step() local
472 server_context_t *text = (server_context_t *) conn_context; crammd5_server_mech_dispose() local
538 client_context_t *text; crammd5_client_mech_new() local
595 client_context_t *text = (client_context_t *) conn_context; crammd5_client_mech_step() local
749 client_context_t *text = (client_context_t *) conn_context; crammd5_client_mech_dispose() local
[all...]
/titanic_51/usr/src/lib/libsasl/lib/
H A Dexternal.c243 client_context_t *text; in external_client_mech_new() local
255 text = params->utils->malloc(sizeof(client_context_t)); in external_client_mech_new()
257 text = sasl_ALLOC(sizeof(client_context_t)); in external_client_mech_new()
259 if(!text) return SASL_NOMEM; in external_client_mech_new()
261 memset(text, 0, sizeof(client_context_t)); in external_client_mech_new()
263 *conn_context = text; in external_client_mech_new()
278 client_context_t *text = (client_context_t *)conn_context; in external_client_mech_step() local
320 _plug_make_prompts(params->utils, &text->h, prompt_need, in external_client_mech_step()
322 convert_prompt(params->utils, &text->h, in external_client_mech_step()
343 result = _plug_buf_alloc(params->utils, &text in external_client_mech_step()
390 client_context_t *text = (client_context_t *) conn_context; external_client_mech_dispose() local
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c483 * fill in the PDU header and text data based on the in iscsi_login()
778 * fill in text based on the stage in iscsi_make_login_pdu()
1054 * iscsi_process_login_response - This assumes the text data is
1066 char *text = data; in iscsi_process_login_response() local
1087 end = text + ntoh24(ilrhp->dlength) + 1; in iscsi_process_login_response()
1149 * scan the text data in iscsi_process_login_response()
1152 while (text && (text < end)) { in iscsi_process_login_response()
1157 * skip any NULs separating each text key=value pair in iscsi_process_login_response()
1159 while ((text < en in iscsi_process_login_response()
1829 char *text = NULL; iscsi_add_text() local
1920 char *text = ihp; iscsi_find_key_value() local
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c68 char text[LINESIZE+2]; in chargen_stream() local
80 dp = text; in chargen_stream()
97 if (safe_write(s, text, dp - text) != 0) in chargen_stream()
107 char text[LINESIZE+2]; in chargen_dg() local
116 (void) memmove(text, rp, i); in chargen_dg()
120 (void) memmove(text, rp, i); in chargen_dg()
125 text[LINESIZE - 2] = '\r'; in chargen_dg()
126 text[LINESIZE - 1] = '\n'; in chargen_dg()
128 (void) safe_sendto(s, text, sizeo in chargen_dg()
[all...]
/titanic_51/usr/src/lib/libbsm/common/
H A Daudit_plugin.c94 * text - when used with options soft and hard: which file was being
101 __audit_dowarn(char *option, char *text, int count) in __audit_dowarn() argument
119 if (text == NULL) in __audit_dowarn()
120 text = empty; in __audit_dowarn()
123 (void) execl(auditwarn, auditwarn, option, text, 0); in __audit_dowarn()
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0); in __audit_dowarn()
136 gettext("soft limit in %s.\n"), text); in __audit_dowarn()
139 gettext("hard limit in %s.\n"), text); in __audit_dowarn()
160 * text - when used with options soft and hard: which file was being
167 __audit_dowarn2(char *option, char *name, char *error, char *text, in argument
[all...]
/titanic_51/usr/src/cmd/auditrecord/
H A Dmkmsg.pl127 my @text = @_;
129 my $text;
130 foreach $text (@text) {
131 next if ($text =~ /^$/);
132 $text =~ s/&colon;/:/g;
133 $translateText{$text} = 1;
144 my $text;
150 foreach $text (sort keys %translateText) {
151 $text
[all...]
/titanic_51/usr/src/lib/sasl_plugins/plain/
H A Dplain.c286 client_context_t *text; in plain_client_mech_new() local
289 text = params->utils->malloc(sizeof(client_context_t)); in plain_client_mech_new()
290 if (text == NULL) { in plain_client_mech_new()
295 memset(text, 0, sizeof(client_context_t)); in plain_client_mech_new()
297 *conn_context = text; in plain_client_mech_new()
311 client_context_t *text = (client_context_t *) conn_context; in plain_client_mech_step() local
372 _plug_make_prompts(params->utils, &text->h, prompt_need, in plain_client_mech_step()
374 convert_prompt(params->utils, &text->h, in plain_client_mech_step()
379 convert_prompt(params->utils, &text->h, in plain_client_mech_step()
384 convert_prompt(params->utils, &text in plain_client_mech_step()
466 client_context_t *text = (client_context_t *) conn_context; plain_client_mech_dispose() local
[all...]
/titanic_51/usr/src/cmd/powertop/common/
H A Dsuggestions.c63 * Add a new suggestion. Only one suggestion per text allowed.
66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) in pt_sugg_add() argument
73 if (text == NULL) in pt_sugg_add()
86 if (text != NULL) in pt_sugg_add()
87 new->text = strdup(text); in pt_sugg_add()
99 if (strcmp(n->text, text) == 0) in pt_sugg_add()
114 new->text = strdup(text); in pt_sugg_add()
[all...]
/titanic_51/usr/src/cmd/mail/
H A Dcopymt.c61 let[0].text = TRUE; /* until proven otherwise.... */
79 if (let[nlet-1].text == TRUE) {
80 let[nlet-1].text = istext((unsigned char*)line,clen);
81 Dout(pn, 0, "1, let[%d].text = %s\n",
83 (let[nlet-1].text ? "TRUE":"FALSE"));
105 if (let[nlet-1].text == TRUE) {
106 let[nlet-1].text = istext((unsigned char*)line,n);
107 Dout(pn, 0, "2, let[%d].text = %s\n",
109 (let[nlet-1].text ? "TRUE" : "FALSE"));
151 let[nlet].text
[all...]
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpContent.java35 private String text; field in pmHelpContent
38 text = content; in pmHelpContent()
42 text = new String(other.text); in pmHelpContent()
46 return text; in toString()
50 return text; in getText()
/titanic_51/usr/src/cmd/bnu/
H A Duucleanup.c134 " ", /* uucleanup will fill in variable text here */
361 char text[BUFSIZ]; local
365 (void) sprintf(text, "xprocess: unlink(%s)", fullname);
368 logit(text, errno);
389 char text[BUFSIZ], text1[BUFSIZ], text2[BUFSIZ]; local
411 (void) sprintf(text, "dDprocess: dummy C. unlinked(%s)",
415 logit(text, errno);
425 (void) sprintf(text, "cprocess: Bad C. %s, unlink(%s)",
430 *text = NULLCHAR;
432 /* fill in line 3 of text */
485 char text[BUFSIZ], text1[BUFSIZ], text2[BUFSIZ]; global() local
666 char *p, text[BUFSIZ]; global() local
690 char text[BUFSIZ]; global() local
710 char text[BUFSIZ]; global() local
736 char text[BUFSIZ]; global() local
776 char text[BUFSIZ]; global() local
1071 logit(text,status) logit() argument
[all...]
H A Dstatlog.c49 char text[ 100 ]; local
64 (void) sprintf(text, "%s %lu / %lu.%.3lu secs, %lu bytes/sec %s",
68 sprintf(text + strlen(text), " %d retries", Retries);
72 CDEBUG(4, "%s\n", text);
73 usyslog(text);
/titanic_51/usr/src/cmd/eqn/
H A De.y121 fwd : FWD text { $$ = atoi((char *) $1); } ;
122 up : UP text { $$ = atoi((char *) $1); } ;
123 back : BACK text { $$ = atoi((char *) $1); } ;
124 down : DOWN text { $$ = atoi((char *) $1); } ;
146 left : LEFT text { $$ = ((char *)$2)[0]; }
150 right : RIGHT text { $$ = ((char *)$2)[0]; }
164 size : SIZE text { $$ = ps; setsize((char *) $2); }
170 | FONT text { setfont(((char *)$2)[0]); }
180 | QTEXT { text(QTEXT, (char *) $1); }
181 | CONTIG { text(CONTI
[all...]
/titanic_51/usr/src/lib/libresolv2/common/irs/
H A Dirp_nw.c149 char text[256]; in nw_byaddr() local
164 text, sizeof text, in nw_byaddr()
197 char text[256]; in nw_byname() local
213 text, sizeof text, in nw_byname()
242 char text[256]; in nw_rewind() local
253 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in nw_rewind()
256 syslog(LOG_WARNING, "setnetent failed: %s", text); in nw_rewind()
275 char text[256]; nw_next() local
[all...]
H A Dirp_pr.c138 char text[256]; in pr_byname() local
153 text, sizeof text, in pr_byname()
187 char text[256]; in pr_bynumber() local
202 text, sizeof text, in pr_bynumber()
231 char text[256]; in pr_rewind() local
242 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in pr_rewind()
245 syslog(LOG_WARNING, "setprotoent failed: %s", text); in pr_rewind()
264 char text[256]; pr_next() local
[all...]
H A Dirp_sv.c142 char text[256]; in sv_next() local
153 text, sizeof text, in sv_next()
185 char text[256]; in sv_byname() local
204 text, sizeof text, in sv_byname()
237 char text[256]; in sv_byport() local
256 text, sizeof text, in sv_byport()
285 char text[25 in sv_rewind() local
[all...]
H A Dirp_ng.c129 char text[256]; in ng_rewind() local
141 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in ng_rewind()
145 group, text); in ng_rewind()
166 char text[256]; in ng_next() local
176 text, sizeof text, in ng_next()
207 char text[256]; in ng_test() local
221 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in ng_test()
[all...]
/titanic_51/usr/src/common/ficl/
H A Dcallback.c7 * Feeds text to the vm's output callback
10 ficlCallbackTextOut(ficlCallback *callback, char *text) in ficlCallbackTextOut() argument
20 text); in ficlCallbackTextOut()
33 (textOut)(callback, text); in ficlCallbackTextOut()
38 * Feeds text to the vm's error output callback
41 ficlCallbackErrorOut(ficlCallback *callback, char *text) in ficlCallbackErrorOut() argument
51 text); in ficlCallbackErrorOut()
62 ficlCallbackTextOut(callback, text); in ficlCallbackErrorOut()
66 (errorOut)(callback, text); in ficlCallbackErrorOut()
/titanic_51/usr/src/common/crypto/ecc/
H A Decl_curve.c69 if (params->text != NULL) { in ECCurveParams_dup()
71 ret->text = kmem_alloc(strlen(params->text) + 1, kmflag); in ECCurveParams_dup()
72 bcopy(params->text, ret->text, strlen(params->text) + 1); in ECCurveParams_dup()
74 CHECK(ret->text = strdup(params->text)); in ECCurveParams_dup()
157 if (params->text != NULL) in EC_FreeCurveParams()
159 kmem_free(params->text, strle in EC_FreeCurveParams()
[all...]

12345678910>>...36