Searched refs:input (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c152 md5_update (const char *input, int inputlen) argument
158 memcpy (buffer + buflen, input, inputlen);
163 memcpy (buffer + buflen, input, 64 - buflen);
165 input += 64 - buflen;
169 md5_transform (input);
170 input += 64;
173 memcpy (buffer, input, inputlen);
327 md5 (const char *input) argument
331 md5_update (input, strlen (input));
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c152 input_typ *old_input = env->input;
160 env->input->separator = ' ';
161 env->input->maxlen = 256;
162 env->input->buffer = MALLOC(env->input->maxlen);
163 env->input->scanptr = env->input->buffer;
171 env->input = old_input;
178 env->input = old_input;
207 env->input
[all...]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c141 char *input; local
227 * otherwise the input line won't be cleared on SIGINT.
253 input = gl_get_line(gl, info->prompt, NULL, -1);
270 cp = strchr(input, '\n');
273 if (cp == input)
281 for (end = input; *end; end++)
284 code = ss_execute_line (sci_idx, input);
286 register char *c = input;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dhmac_md5.c47 const krb5_data *input, krb5_data *output)
109 (CK_BYTE_PTR)input->data, (CK_ULONG)input->length)) != CKR_OK) {
44 k5_hmac_md5_hash(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *iv, const krb5_data *input, krb5_data *output) argument
H A Dk5_md5des.c51 const krb5_data *input, krb5_data *output)
98 /* hash the confounder, then the input data */
119 (CK_BYTE_PTR)input->data, (CK_ULONG)input->length)) != CKR_OK) {
157 krb5_const krb5_data *input,
224 /* hash the confounder, then the input data */
246 (CK_BYTE_PTR)input->data, (CK_ULONG)input->length)) != CKR_OK) {
49 k5_md5des_hash(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
153 k5_md5des_verify(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, krb5_const krb5_data *ivec, krb5_const krb5_data *input, krb5_const krb5_data *hash, krb5_boolean *valid) argument
/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c177 nextword(const char *input, custr_t *word, const char **nextword) argument
180 const char *c = input != NULL ? input : "";
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk_hmac_md5.c49 const krb5_data *input, krb5_data *output)
121 hash_input[1].data = input->data;
122 hash_input[1].length = input->length;
46 k5_hmac_md5_hash(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *iv, const krb5_data *input, krb5_data *output) argument
H A Dk5_kmd5des.c63 krb5_const krb5_data *input, krb5_data *output)
87 /* hash the confounder, then the input data */
94 hash_input[1].data = input->data;
95 hash_input[1].length = input->length;
158 krb5_const krb5_data *input,
219 /* hash the confounder, then the input data */
235 hash_input[i].data = input->data;
236 hash_input[i].length = input->length;
59 k5_md5des_hash(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, krb5_const krb5_data *ivec, krb5_const krb5_data *input, krb5_data *output) argument
154 k5_md5des_verify(krb5_context context, krb5_const krb5_keyblock *key, krb5_keyusage usage, krb5_const krb5_data *ivec, krb5_const krb5_data *input, krb5_const krb5_data *hash, krb5_boolean *valid) argument
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_hash.c51 toeplitz_hash(const uint32_t *cache, const uint8_t *input, argument
55 for (; datalen != 0; datalen--, pos++, input++) {
56 hash ^= cache[pos * (UINT8_MAX + 1) + *input];
85 * - Regard a Toeplitz key and an input as bit strings, with the
89 * - Then for every bit in the input that is set to 1, XOR the value of the
93 * resulting hash is just a XOR of subhashes for every input bit:
96 * the value of i'th bit of input, but not on any preceding or following
97 * input bits.
99 * e.g. for bytes of input:
105 * and the position of the byte in the input
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dffs.s43 srl %o0, 1, %o0 ! shift input right until we hit a 1 bit
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c116 if (input) {
117 if(c = *input++)
119 input = 0;
131 /* remove nulls from input buffer */
136 input = inputline;
/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c58 * getinput -- read user input from stdin abort on ^C
60 * Entry noecho == TRUE, don't echo input.
62 * Exit User's input.
70 char input[PAM_MAX_RESP_SIZE + 1]; local
90 input[i++] = (char)c;
94 input[i] = '\0';
104 return (strdup(input));
/illumos-gate/usr/src/cmd/refer/
H A Drefer..c53 extern char *input(),*lookat();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A DMakefile34 OBJS= if.o input.o main.o output.o startup.o tables.o timer.o trace.o
/illumos-gate/usr/src/cmd/mdb/test/
H A Dmtest.sh67 local expect base ext exe command odir res reason input
83 input="$name"
99 if [[ -z "$input" ]]; then
103 MDB=$mt_mdb $command < $input > "$odir/stdout" 2>"$odir/stderr"
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.h60 /* Run a helper program using the commandline, with input as infomation on
71 gchar *input, gboolean error_on_stderr,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmake_checksum.c40 const krb5_data *input, krb5_checksum *cksum)
109 usage, 0, input, &data);
130 key, usage, input, &data);
140 input, &data);
38 krb5_c_make_checksum(krb5_context context, krb5_cksumtype cksumtype, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *input, krb5_checksum *cksum) argument
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c141 FILE *input; local
160 input = 0;
185 if (input)
187 if (!(input = fopen(optarg, "r"))) {
252 return ((*action)(filter, input));
259 int add_filter (filter, input)
261 FILE *input;
284 * First we read in the input and parse it into a filter,
290 if (!input)
291 input
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dold_api_glue.c58 /* size is the length of the input cleartext data */
93 /* size is the length of the input ciphertext data */
100 that the output buffer size should be the same as the input
213 krb5_data input; local
219 input.data = (char*)in;
220 input.length = in_length;
226 if ((ret = krb5_c_make_checksum(context, ctype, &key, 0, &input, &cksum)))
251 krb5_data input; local
257 input.data = (char*)in;
258 input
[all...]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lpd64 FILE=/tmp/input.$$
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c785 /* Set autoneg_advertised value based on input link speed */
1011 /* Setup the PHY according to input speed */
1457 * @stream: input bitstream to compute the hash on
1465 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, argument
1472 flow_vm_vlan = IXGBE_NTOHL(input.dword);
1524 * @input: unique input dword
1525 * @common: compressed common input dword
1528 * Note that the tunnel bit in input must not be set when the hardware
1532 union ixgbe_atr_hash_dword input,
1531 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
1605 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1852 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id, u8 queue, bool cloud_mode) argument
1941 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id) argument
1988 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask, u16 soft_id, u8 queue, bool cloud_mode) argument
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l40 * We need to undefine lex's input, unput, and output macros so that references
44 #ifdef input
45 #undef input
56 static int input(void);
205 input(void)
212 * To ensure input is terminated, slip in a newline on EOF.
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h52 extern int ckdate_val __P((char *fmt, char *input));
100 extern void ckpath_err __P((int pflags, char *error, char *input));
112 char *input));
120 extern int ckstr_val __P((char *regexp[], int length, char *input));
122 char *input));
131 extern int cktime_val __P((char *fmt, char *input));
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l32 #ifdef input
33 #undef input
41 static int input();
349 c = input();
377 c = input();
424 c = input();
437 c = input();
450 c = input();
463 c = input();
518 c = input();
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l44 * We need to undefine lex's input and unput macros so that references to these
47 #undef input
51 static int input(void);
464 while ((c = input()) != 0) {
493 yyerror("extra ) in input stream\n");
504 yyerror("extra ] in input stream\n");
516 yyerror("extra } in input stream\n");
573 * rule can be matched by an input string like "int*",
771 while ((c0 = input()) != 0) {
779 if ((c1 = input())
[all...]

Completed in 89 milliseconds

1234567891011>>