/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/ |
H A D | cache.S | 20 .text
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | options.c | 12 char *text; member in struct:option 29 for (opt = options; opt->text; opt++) 30 if (!strcmp(opt->text, string))
|
/osnet-11/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 186 #define sasl_gss_log(x,y,z) sasl_gss_seterror_(text,y,z,1) 187 #define sasl_gss_seterror(x,y,z) sasl_gss_seterror_(text,y,z,0) 189 sasl_gss_seterror_(const context_t *text, OM_uint32 maj, OM_uint32 min, argument 203 const sasl_utils_t *utils = text->utils; 222 GSS_C_GSS_CODE, text->mech_oid, 230 utils->log(text->utils->conn, SASL_LOG_FAIL, 284 GSS_C_MECH_CODE, text->mech_oid, 292 utils->log(text->utils->conn, SASL_LOG_FAIL, 342 utils->log(text->utils->conn, SASL_LOG_FAIL, out); 356 context_t *text local 464 context_t *text = (context_t *) context; local 606 context_t *text = (context_t *) context; local 644 sasl_gss_free_context_contents(context_t *text) argument 738 add_mech_to_set(context_t *text, gss_OID_set *desired_mechs) argument 790 context_t *text; local 827 context_t *text = (context_t *)conn_context; local 1513 context_t *text; local 1560 context_t *text = (context_t *)conn_context; local [all...] |
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 453 /* Chris Newman clarified that the following text in DIGEST-MD5 spec 751 static int dec_3des(context_t *text, argument 758 des_context_t *c = (des_context_t *) text->cipher_dec_context; 791 static int enc_3des(context_t *text, argument 798 des_context_t *c = (des_context_t *) text->cipher_enc_context; 806 memcpy(output, input, inputlen); /* text */ 825 static int init_3des(context_t *text, argument 833 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t)); 846 text->cipher_enc_context = (cipher_context_t *) c; 860 text 872 dec_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 915 enc_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 952 init_des(context_t *text, unsigned char enckey[16], unsigned char deckey[16]) argument 983 free_des(context_t *text) argument 1001 rc4_init(rc4_context_t *text, const unsigned char *key, unsigned keylen) argument 1028 rc4_encrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument 1062 rc4_decrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument 1096 free_rc4(context_t *text) argument 1108 init_rc4(context_t *text, char enckey[16], char deckey[16]) argument 1143 dec_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1164 enc_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1255 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]) argument 1388 init_rc4_uef(context_t *text, char enckey[16], char deckey[16]) argument 1395 init_des_uef(context_t *text, char enckey[16], char deckey[16]) argument 1402 init_3des_uef(context_t *text, char enckey[16], char deckey[16]) argument 1410 free_uef(context_t *text) argument 1475 dec_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1515 enc_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1556 dec_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1610 enc_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument 1667 create_layer_keys(context_t *text, const sasl_utils_t *utils, HASH key, int keylen, char enckey[16], char deckey[16]) argument 1735 context_t *text = (context_t *) context; local 1822 context_t *text = (context_t *) context; local 1994 context_t *text = (context_t *) context; local 2013 context_t *text = (context_t *) context; local 2085 create_MAC(context_t * text, char *input, int inputlen, int seqnum, unsigned char MAC[16]) argument 2129 check_integrity(context_t * text, char *buf, int bufsize, char **output, unsigned *outputlen) argument 2177 context_t *text = (context_t *) context; local 2255 context_t *text = (context_t *) context; local 2270 context_t *text = (context_t *) conn_context; local 2346 DigestCalcHA1FromSecret(context_t * text, const sasl_utils_t * utils, HASH HA1, unsigned char *authorization_id, unsigned char *pszNonce, unsigned char *pszCNonce, HASHHEX SessionKey) argument 2376 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) argument 2541 context_t *text; local 2566 context_t *text = (context_t *) stext; local 2849 context_t *text = (context_t *) stext; local 3596 context_t *text = (context_t *) conn_context; local 3816 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) argument 3859 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) argument 3955 make_client_response(context_t *text, sasl_client_params_t *params, sasl_out_params_t *oparams) argument 4226 context_t *text = (context_t *) ctext; local 4623 context_t *text = (context_t *) ctext; local 4781 context_t *text; local 4808 context_t *text = (context_t *) ctext; local 4888 context_t *text = (context_t *) ctext; local 4959 context_t *text = (context_t *) ctext; local 5067 context_t *text = (context_t *) conn_context; local [all...] |
/osnet-11/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 76 uint32_t *text; local 80 if ((text = malloc(symp->st_size + 4)) == NULL) { 85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) { 87 free(text); 95 text[symp->st_size / 4] = 0; 108 while (text[i] == FASTTRAP_INSTR) { 118 if (Pread(P, &text[i], 4, 122 free(text); 128 free(text); 134 text[ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 1 # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text 48 my ($self, $text, $line) = @_; 49 $text =~ s/\s+$//; 50 $text = $self->strip_format ($self->interpolate ($text, $line)); 51 $text =~ s/(.)/$1\b$1/g; 52 $self->SUPER::cmd_head1 ($text); 57 my ($self, $text, $line) = @_; 58 $text =~ s/\s+$//; 59 $text [all...] |
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_p.h | 2 char * text; member in struct:ctl_buf 13 #define allocated_p(Buf) ((Buf).text != NULL) 14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | vlfmt.c | 51 const char *text, *sev; local 52 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0) 55 return (__lfmt_log(text, sev, args, flag, ret));
|
H A D | lfmt.c | 51 const char *text, *sev; local 54 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0) 57 ret = __lfmt_log(text, sev, args, flag, ret);
|
/osnet-11/usr/src/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 77 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) 90 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i, 106 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || 107 (dmodel == PR_MODEL_LP64 && (text[i] & 0xf0) == 0x40 && 108 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) { 123 uint8_t *text; local 133 if ((text = calloc(1, symp->st_size + 4)) == NULL) { 138 if (Pread(P, text, sym 76 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument 275 uint8_t *text; local 349 uint8_t *text; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | crlf.t | 23 my $text; 24 { local $/; $text = <FOO> } 25 is(count_chars($text, "\015\012"), 0); 26 is(count_chars($text, "\n"), 2000); 30 { local $/; $text = <FOO> } 31 is(count_chars($text, "\015\012"), 2000); 81 my($text, $chars) = @_; 83 $seen++ while $text =~ /$chars/g;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
H A D | stdio.c | 25 int xsfprintf ( FILE * stream, const char * text ) { 26 return fprintf( stream, text );
|
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | hmac-md5.h | 34 * digest may be same as text or key 36 void _sasl_hmac_md5(const unsigned char *text, int text_len, 54 #define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_len))
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | sec.h | 19 void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
|
/osnet-11/usr/src/lib/libldap5/include/ldap/ |
H A D | sec.h | 9 void hmac_md5(unsigned char *text, int text_len, unsigned char *key,
|
/osnet-11/usr/src/grub/grub2/conf/ |
H A D | i386-pc-cygwin-img-ld.sc | 5 .text : 8 *(.text)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Plainer.pm | 10 (undef, my $text) = @_; 11 $text =~ s/([<>])/E<$E{$1}>/g; 12 $text 23 my($parser,$text,$line) = @_; 28 $text, $line ) -> raw_text();
|
/osnet-11/usr/src/lib/libsasl/lib/ |
H A D | external.c | 243 client_context_t *text; local 255 text = params->utils->malloc(sizeof(client_context_t)); 257 text = sasl_ALLOC(sizeof(client_context_t)); 259 if(!text) return SASL_NOMEM; 261 memset(text, 0, sizeof(client_context_t)); 263 *conn_context = text; 278 client_context_t *text = (client_context_t *)conn_context; local 320 _plug_make_prompts(params->utils, &text->h, prompt_need, 322 convert_prompt(params->utils, &text->h, 343 result = _plug_buf_alloc(params->utils, &text 390 client_context_t *text = (client_context_t *) conn_context; local [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/ |
H A D | sbdgenerr.pl | 47 my @text; 65 push(@text, $txt); 80 printf "\t\"%s\",\n", $text[$i++];
|
/osnet-11/usr/src/cmd/powertop/common/ |
H A D | suggestions.c | 63 * 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) argument 73 if (text == NULL) 86 if (text != NULL) 87 new->text = strdup(text); 99 if (strcmp(n->text, text) == 0) 114 new->text = strdup(text); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Complete.t | 82 my ($class, $text) = @_; 83 $text .= "$main::complete\025"; 84 bless(\$text, $class); 88 my ($self, $text) = @_; 89 $$self = $text . "$main::complete\025"; 100 bless(\(my $text), $_[0]);
|
/osnet-11/usr/src/lib/sasl_plugins/cram/ |
H A D | cram.c | 117 server_context_t *text; local 120 text = sparams->utils->malloc(sizeof(server_context_t)); 121 if (text == NULL) { 126 memset(text, 0, sizeof(server_context_t)); 128 text->state = 1; 130 *conn_context = text; 190 crammd5_server_mech_step1(server_context_t *text, argument 220 text->challenge = sparams->utils->malloc(200 + 1); 221 if (text->challenge == NULL) { 227 snprintf(text 243 crammd5_server_mech_step2(server_context_t *text, sasl_server_params_t *sparams, const char *clientin, unsigned clientinlen, const char **serverout __attribute__((unused)), unsigned *serveroutlen __attribute__((unused)), sasl_out_params_t *oparams) argument 421 server_context_t *text = (server_context_t *) conn_context; local 470 server_context_t *text = (server_context_t *) conn_context; local 536 client_context_t *text; local 593 client_context_t *text = (client_context_t *) conn_context; local 747 client_context_t *text = (client_context_t *) conn_context; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/ |
H A D | pxeboot.S | 22 .text
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/efi/ |
H A D | startup.S | 24 .text
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/ieee1275/ |
H A D | startup.S | 34 .text
|