Searched refs:input (Results 226 - 250 of 401) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssh/
H A Dumac.c227 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
837 * bytes input to UMAC per tag, ie. 16MB).
1052 static int uhash_update(uhash_ctx_t ctx, const u_char *input, long len) argument
1062 nh_update(&ctx->hash, (const UINT8 *)input, len);
1077 nh_update(&ctx->hash, (const UINT8 *)input, bytes_remaining);
1082 input += bytes_remaining;
1085 /* Hash directly from input stream if enough bytes */
1087 nh(&ctx->hash, (const UINT8 *)input, L1_KEY_LEN,
1091 input += L1_KEY_LEN;
1096 /* pass remaining < L1_KEY_LEN bytes of input dat
1259 umac_update(struct umac_ctx *ctx, const u_char *input, long len) argument
[all...]
H A Dchannels.h98 u_int istate; /* input from channel (state of receive half) */
118 Buffer input; /* data read from socket, to be sent over member in struct:Channel
181 /* possible input states */
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmcparse.y52 %start input
67 input: entities label
/freebsd-9.3-release/contrib/bmake/mk/
H A Dautoconf.mk75 autoconf-input: ${AUTOCONF_INPUTS}
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dpvcs2rcs.in919 my($input, $num_fields, @rev_string, $return_rev_num, $i);
921 $input = $_[0];
922 $_ = $input;
949 if ($input =~ /\*$/)
/freebsd-9.3-release/contrib/dialog/
H A Dprogressbox.c45 FILE *fp = obj->obj.input;
224 obj->obj.input = fp;
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l5 * Module Name: aslcompiler.l - Flex input file
469 * DESCRIPTION: Pop the top of the input file stack and point the parser to
608 * PARAMETERS: SourceChar - One char from the input ASL source file
749 while ((c = (char) input()) != '*' && c != EOF)
776 if ((c1 = (char) input()) != '/' && c1 != EOF)
824 while ((c = (char) input()) != '\n' && c != EOF)
877 while ((StringChar = (char) input()) != EOF)
1084 * Null terminate the input string and copy string to a new buffer
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l484 stop("Unable to open input file", EX_SOFTWARE);
/freebsd-9.3-release/usr.bin/indent/
H A Dargs.c283 if (input == 0)
284 input = stdin;
H A Dindent_globs.h54 FILE *input; /* the fid for the input file */ variable
119 char *in_buffer; /* input buffer */
120 char *in_buffer_limit; /* the end of the input buffer */
125 char save_com[sc_size]; /* input text is saved here when looking for
129 char *bp_save; /* saved value of buf_ptr when taking input
151 int had_eof; /* set to true when input is exhausted */
160 int troff; /* true iff were generating troff input */
/freebsd-9.3-release/usr.bin/mklocale/
H A Dlex.l126 while ((*v = input()) && *v != '\n')
160 if ((lc = input()) == 0)
162 } while((lc = input()) != '/');
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_pkt.c240 * Call this to get a new input record.
345 rr->input = &(s->packet[SSL3_RT_HEADER_LENGTH]);
348 * ok, we can now read from 's->packet' data into 'rr' rr->input points
351 * the rr->data buffer, rr->input will be pointed at the new buffer
366 /* decrypt in place in 'rr->input' */
367 rr->data = rr->input;
541 wr->input, (int)wr->length);
547 wr->input = wr->data;
710 wr->input = (unsigned char *)buf;
713 * we now 'read' from wr->input, w
[all...]
H A Ds3_enc.c467 memmove(rec->data, rec->input, rec->length);
468 rec->input = rec->data;
484 memset(&rec->input[rec->length], 0, i);
486 rec->input[l - 1] = (i - 1);
495 EVP_Cipher(ds, rec->data, rec->input, l);
634 header, rec->input,
651 EVP_DigestUpdate(&md_ctx, rec->input, rec->length);
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.c845 re_string_context_at (input, idx, eflags)
846 const re_string_t *input;
851 /* In this case, we use the value stored in input->tip_context,
852 since we can't know the character in input->mbs[-1] here. */
853 return input->tip_context;
854 if (BE (idx == input->len, 0))
858 if (input->mb_cur_max > 1)
862 while(input->wcs[wc_idx] == WEOF)
870 return input->tip_context;
872 wc = input
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Daes-test.c288 char *input; member in struct:enc_test
521 memcpy(p, enc[i].input, enc[i].len);
551 if (!samep(i, "clear", p, enc[i].input, enc[i].len))
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap_ms.c80 Get7Bits(u_char *input, int startBit) argument
84 word = (unsigned)input[startBit / 8] << 8;
85 word |= (unsigned)input[startBit / 8 + 1];
H A Dphysical.h91 u_char buf[MAX_MRU]; /* Our input data buffer */
93 } input; member in struct:physical
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Dos.c931 char *input, *ptr; local
935 input = command;
938 ptr = next_token(&input, " \t");
942 ptr = next_token(&input, " \t");
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.c136 /* This buffer is used to read input from the client. */
175 descriptor. INPUT is nonzero if this is for input, zero if this is
180 fd_buffer_initialize (fd, input, memory)
182 int input;
190 return buf_initialize (input ? fd_buffer_input : NULL,
191 input ? NULL : fd_buffer_output,
192 input ? NULL : fd_buffer_flush,
199 /* The buffer input function for a buffer built on a file descriptor. */
2375 turn on encryption for future data. On the input side, we
3007 /* OK, sit around getting all the input fro
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCModuleYAML.cpp164 static StringRef input(StringRef, void *, MCModuleYAML::Operand &);
170 static StringRef input(StringRef, void *, MCModuleYAML::OpcodeEnum &);
230 ScalarTraits<MCModuleYAML::Operand>::input(StringRef Scalar, void *Ctx, function in class:llvm::yaml::ScalarTraits
261 ScalarTraits<MCModuleYAML::OpcodeEnum>::input(StringRef Scalar, void *Ctx, function in class:llvm::yaml::ScalarTraits
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h292 bool tryParse(StringRef input);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_edid.h205 u8 input; member in struct:edid
/freebsd-9.3-release/usr.bin/mail/
H A Dmain.c227 input = stdin;
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlex.l43 /* The type of top-level parser input.
47 /* Line number in the current input file.
55 /* Support for flex reading from more than one input file (stream).
56 `include_stack' is flex's input state for each open file;
125 /* The first token of the input determines the initial parser state. */
386 characters are a comment opening, put the input back and
469 saving the current input info on the include stack. */
488 /* Return a newly created flex input buffer containing STRING,
528 /* Switch flex to reading from STRING, saving the current input info
641 c = input();
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc101 (fd ? "input: " : "output: "));

Completed in 295 milliseconds

1234567891011>>