Searched refs:input (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c67 DBG(dca, DWARN, "input not an integral number of DES blocks");
104 /* special handling for null-sized input buffers */
112 * Make a local copy of the input crypto_data_t structure. This
213 * input for the next pass and return.
257 * Make a local copy of the input crypto_data_t structure. This
316 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
329 if ((dca_length(input) & (DESBLOCK - 1)) != 0) {
330 DBG(NULL, DWARN, "dca_3desatomic: input not multiple of BS");
351 if (input == output) {
356 rv = dca_3des(&ctx, input, outpu
314 dca_3desatomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, int kmflag, crypto_req_handle_t req, int mode) argument
[all...]
H A Ddca_rsa.c102 /* The input length should not be bigger than the modulus */
110 * For decryption, verify, and verifyRecover, the input length should
132 /* For decrypt and verify, the input should not be less than output */
149 "dca_rsastart: input larger (numerically) than modulus!");
186 * Since the max RSA input size is 256 bytes (2048 bits), the firstx
632 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
655 if (input == output) {
660 rv = dca_rsastart(&ctx, input, output, req, mode);
630 dca_rsaatomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, int kmflag, crypto_req_handle_t req, int mode) argument
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c60 isp->input[TRANSPORT_LVL] = udp_input;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c47 * prtitle='standard input'
270 * with the user's input type (directly, or through a filter).
322 * means only one input type, ``simple'',
339 * For each printer type, and each input type the printer
377 * types and many input types, or we have
378 * one input type, ``simple''; regardless,
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c259 * Find a pipeline that will convert the input-type to the
380 * algorithm. It is given an input-type and output-type and finds a
381 * filter-pipline that will convert the input-type into the
396 * the input-type and output-type and satisfies the criteria. If one
405 * pairs of filters where one in the pair can accept the input-type
408 * together--one that accepts as input the output-type of the first
409 * in the pair, and produces as output the input-type of the second
412 * where the input-type is the output-type; with trivial cases it
448 TYPE *input,
454 instantiate(pline, input, outpu
446 instantiate( _FILTER **pline, TYPE *input, TYPE *output, int (*verify)(_FILTER *, void *), void *criteria ) argument
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h120 extern Cell *recloc; /* location of input record */
321 #ifndef input
322 extern int input(void);
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.com36 hash.o input.o kind.o \
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c135 * input stream .
173 * We have a real terminal for std input and output, enable
254 index = input(FIO_INT, "Specify disk (enter its number)", ':',
415 index = input(FIO_INT, "Specify disk type (enter its number)", ':',
866 start = input(FIO_BN,
871 end = input(FIO_BN,
1015 prot_type = input(FIO_INT, "Specify the New Protection Type",
1267 bn = input(FIO_BN,
1453 bn = input(FIO_BN, "Enter a disk block", ':',
1577 choice = input(FIO_IN
[all...]
H A Dmenu_partition.c236 index = input(FIO_INT, "Specify table (enter its number)", ':',
353 * Ask for the name. Note that the input routine will malloc
354 * space for the name since we are using the OSTR input type.
356 name = (char *)(uintptr_t)input(FIO_OSTR,
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnceucform296 *p++=input();
298 while(--n>0) *p++=input();
403 return(input());
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c955 parse_key(char *input, uint_t *keybuflen, uint_t *lbits) argument
960 for (i = 0; input[i] != '\0' && input[i] != '/'; i++)
963 if (input[i] == '\0') {
967 input[i] = '\0';
968 if (sscanf((input + i + 1), "%u", &bits) != 1)
981 input[hexlen] = '\0';
1006 for (i = 0; input[i] != '\0'; i += 2) {
1007 boolean_t second = (input[i + 1] != '\0');
1009 if (!isxdigit(input[
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c541 struct v4l2_input input; local
545 USBVC_COPYIN(input);
547 if (input.index != 0) { /* Support only one INPUT now */
552 (void) strncpy((char *)input.name, "Camera Terminal",
553 sizeof (input.name));
554 input.type = V4L2_INPUT_TYPE_CAMERA;
555 USBVC_COPYOUT(input);
562 int input_idx = 0; /* Support only one input now */
578 if (input_idx != 0) { /* Support only one input now */
751 * Find a frame which has the closest image size as the input arg
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2003 if (env->input) {
2004 here = env->input->scanptr;
2005 while (*here == env->input->separator) here++;
2006 next = strchr(here, env->input->separator);
2009 while (*next == env->input->separator) next++;
2014 env->input->scanptr = next;
2136 osep = env->input->separator;
2137 env->input->separator = '"';
2139 env->input->separator = osep;
2263 input_typ *old_input = env->input;
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c252 * and uses those keys to verifiy the signature over the input token
364 gss_buffer_t input, /* Input from initiator */
387 if (input == NULL)
423 * Deserialize the input into token, extracting the signature
425 * over the input token up to the signature.
428 if (*minor = __get_ap_token(input, dhctx->mech, &token, &sig)) {
821 /* Deserialize the input token into tok using the session keys */
360 __dh_gss_accept_sec_context(void *ctx, OM_uint32 *minor, gss_ctx_id_t *gss_ctx, gss_cred_id_t cred, gss_buffer_t input, gss_channel_bindings_t channel, gss_name_t *principal, gss_OID* mech, gss_buffer_t output, OM_uint32 *flags, OM_uint32 *expire, gss_cred_id_t *del_cred ) argument
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c851 int input; local
859 while ((input = getc(blurbfile)) != EOF)
860 (void) putchar(input);
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c462 const char **input, unsigned *inputlen,
486 memcpy(text->sizebuf + 4 - text->needsize, *input, tocopy);
488 *input += tocopy;
527 memcpy(text->buffer + text->cursize, *input, *inputlen);
534 memcpy(text->buffer + text->cursize, *input, diff);
535 *input += diff;
604 const char *input, unsigned inputlen,
610 ret = _plug_decode(text->utils, context, input, inputlen,
1346 * small input values
1727 * and no input fro
461 gssapi_decode_once(void *context, const char **input, unsigned *inputlen, char **output, unsigned *outputlen) argument
603 gssapi_decode(void *context, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s94 * lo: | input key (round 0) | / each round is four 32-bit words
110 * hi: | decryption round N | = | input key (round 0) |
117 * lo: | decryption round 0 | = | input key (round 0) |
711 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi
721 mov %rdx, %rdi / P3: save input pointer
729 / P3: input pointer in rdi
736 / Load input block into registers
815 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi
825 mov %rdx, %rdi / P3: save input pointer
833 / P3: input pointe
[all...]
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c124 input(char *source) function
251 if (input(source) == 0)
538 "\t%d distinct bytes in input\n"),
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l435 int c, old = 0; /* input character */
450 c = input();
484 int c, old = 0; /* input character */
501 c = input();
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c478 /* Run a helper program using the commandline, with input as infomation on
483 gchar *input, gboolean error_on_stderr,
502 dbus_message_iter_append_basic(&iter, DBUS_TYPE_STRING, &input);
481 hald_runner_run_method(HalDevice *device, const gchar *command_line, char **extra_env, gchar *input, gboolean error_on_stderr, guint32 timeout, HalRunTerminatedCB cb, gpointer data1, gpointer data2) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h780 /* keybytes is the input size to make_key;
788 krb5_const krb5_data *input, krb5_data *output);
793 krb5_const krb5_data *input, krb5_data *output);
810 unsigned int icount, krb5_const krb5_data *input,
822 krb5_const krb5_data *input, krb5_data *output);
829 krb5_const krb5_data *input,
845 krb5_const krb5_data *input, krb5_data *output);
1696 krb5_const krb5_data *input, krb5_data *output);
2353 unsigned int icount, const krb5_data *input,
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h216 input_typ *input; /* input buffer pointer */ member in struct:FCODE_ENV
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c31 * for password input and authentication. The /dev/vt/1 special text
450 * the end user to input the password.
510 char input[PAM_MAX_RESP_SIZE]; local
522 input[i++] = (char)c;
527 input[i] = '\0';
535 return (strdup(input));
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c55 while (input(line)) { /* get query */
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c290 * the input is coming from.
361 input = stdin;

Completed in 125 milliseconds

1234567891011>>