Searched defs:output (Results 51 - 75 of 134) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c75 const krb5_data *input, krb5_data *output)
92 if (input->length != output->length)
148 outlen = (CK_ULONG)output->length;
153 (CK_BYTE_PTR)output->data,
159 (CK_BYTE_PTR)output->data,
162 output->length = (uint32_t)outlen;
172 bzero(output->data, input->length);
180 ret = k5_ef_crypto((const char *)input->data, (char *)output->data,
192 const krb5_data *input, krb5_data *output)
209 if (input->length != output
73 k5_arcfour_decrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *state, const krb5_data *input, krb5_data *output) argument
190 k5_arcfour_encrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *state, const krb5_data *input, krb5_data *output) argument
[all...]
H A Daes_provider.c36 const krb5_data *input, krb5_data *output)
42 * nlobp = next to last output block pointer, lobp = last output block
54 ASSERT(output != NULL);
55 ASSERT(input->length == output->length);
102 (char *)output->data,
118 nlobp = (char *)(output->data +
120 lobp = (char *)(output->data +
199 ct.cd_uio->uio_iov[0].iov_base = (char *)output->data;
200 ct.cd_uio->uio_iov[0].iov_len = output
34 krb5int_aes_encrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
269 krb5int_aes_encrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
486 krb5int_aes_decrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
721 krb5int_aes_decrypt(krb5_context context, const krb5_keyblock *key, const krb5_data *ivec, const krb5_data *input, krb5_data *output) argument
[all...]
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c62 #define output stderr macro
77 * standard output.
78 * Since their standard output is likely to be a pipe, they
79 * should not try to read the modes from the standard output.
190 (void) fprintf(output, "iuclc ");
192 (void) fprintf(output, "-iuclc ");
195 (void) fprintf(output, "olcuc ");
197 (void) fprintf(output, "-olcuc ");
199 (void) fprintf(output, "tab3 ");
202 (void) fprintf(output, "xcas
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c125 phandle_t output; local
132 if (OF_getprop(node, "output-device", buf, sizeof(buf)) == -1)
134 output = OF_finddevice(buf);
135 if (input == -1 || output == -1 || OF_getproplen(input, "keyboard") >= 0) {
144 if ((output = OF_instance_to_package(inst)) == -1)
147 if (input != output)
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dupdate_mdconf.c164 char output[1024]; local
168 (void) memset(output, 0, sizeof (output));
171 output[0] = CONF_COMMENTCHAR;
180 (void) strcat(output, cp);
181 (void) strcat(output, "=\042"); /* add back the EQUAL and QUOTE chars */
196 (void) strcat(output, cp);
199 (void) strcat(strcat(output, ":"),
205 (void) strcat(output, " "); /* leave space between entries */
209 output[strle
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c151 * generated token output.
158 gss_buffer_t output /* The accept token */)
186 return (__make_token(output, NULL, &token, &keys));
369 gss_buffer_t output, /* Token to send initiator */
389 if (minor == NULL || output == NULL || gss_ctx == NULL)
405 output->length = 0;
406 output->value = 0;
524 /* Create output token if needed */
526 if (*minor = gen_accept_token(g_cntx, channel, output)) {
659 * generate the output toke
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
[all...]
H A Dname.c98 gss_buffer_t output, /* Were the printable name goes */
103 if (minor == 0 || output == 0)
111 output->length = 0;
112 output->value = (void *)strdup((char *)name);
113 if (output->value == NULL) {
117 output->length = strlen((char *)name) + 1;
130 * free(output->value);
131 * output->value = NULL;
145 * to a an gss_name_t pointed to by output.
148 do_netname_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
95 __dh_gss_display_name(void * ctx, OM_uint32* minor, gss_name_t name, gss_buffer_t output, gss_OID *name_type ) argument
168 do_uid_nametype(OM_uint32 *minor, uid_t uid, gss_name_t *output) argument
196 do_username_nametype(OM_uint32 *minor, char *uname, gss_name_t *output) argument
302 do_hostbase_nametype(OM_uint32 *minor, char *input, gss_name_t *output) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dchangepw.c109 krb5_data output; local
168 &output);
174 &output);
178 message->length = output.length;
179 message->data = output.data;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java37 * output associated with each {@link Tuple}. If multiple aggregations
39 * record, then the DTrace library tabulates the output, using a default
40 * format if no format string was specified. By default, the output
49 * produce output for the tuples "123" and "456" similar to the
67 * no aggregation data. However, the formatted output generated by the
88 "formattedStrings", "tuples", "output"})
121 private transient String output; field in class:PrintaRecord
140 * formatted output.
146 * @param formattedOutput the formatted output, if any, associated
156 * output i
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Duname.c35 " standard output. When options are specified, one or more"
36 " system characteristics are written to standard output, space"
38 " the output is in the order specfied by the \b-A\b option below."
62 "[S:sethost?Set the hostname or nodename to \aname\a. No output is"
63 " written to standard output.]:[name]"
236 #define output(f,v,u) do \ macro
383 output(OPT_system, ut.sysname, "sysname");
390 output(OPT_nodename, s, "nodename");
392 output(OPT_release, ut.release, "release");
393 output(OPT_versio
[all...]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c263 * Encodes input (uint32_t) into output (unsigned char). Assumes len is
267 Encode(unsigned char *output, uint32_t *input, unsigned int len) argument
273 *(uint32_t *)(void *)&output[j] = input[i];
276 output[j] = (unsigned char)(input[i] & 0xff);
277 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff);
278 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff);
279 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff);
285 * Decodes input (unsigned char) into output (uint32_t). Assumes len is
289 Decode(uint32_t *output, unsigned char *input, unsigned int len) argument
295 output[
[all...]
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c218 * output: void
241 * output: void
355 * output: void
383 md5_calc(unsigned char *output, unsigned char *input, unsigned int inlen) argument
389 MD5Final(output, &context);
414 * output: void
656 * output: void
660 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, argument
670 if ((uintptr_t)output & 0x3) /* Not 4-byte aligned */
671 bcopy(input + i, output
[all...]
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c61 static int output(int a, int b);
165 (void) output(-1, INF);
169 (void) output(INF, -1);
187 return (output(INF, INF));
193 return (output(i-C, k-C));
199 return (output(INF, INF));
205 return (output(k-C, j-C));
214 output(int a, int b) function
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c60 int output = 0; local
83 if (output++ == 0) {
420 * Determine the output directory for the files
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c350 char output[MAXCOMPLEXLEN]; local
443 (void) snprintf(output, sizeof (output), "%s/%s",
445 canon(output, name, namesiz);
465 copynext(input, output, outsize)
466 char *input, *output;
478 bp = output;
479 limit = output + outsize - 1; /* -1 for the trailing \0 */
515 if ((strlen(output) + 2) > outsize) {
518 memset(output,
746 FILE *output = stderr; local
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c96 static void output(itm_hdr_t *, itm_info_hdr_t *);
189 output(itm_header, info_header);
898 output(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) function
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c45 /* print the output for the states */
47 output() function
54 SLOOP(i) { /* output the stuff for state i */
57 /* output actions */
205 /* output the gotos for the nontermninals */
252 /* output the gotos for nonterminal c */
352 /* output state i */
467 /* output the final production */
473 /* now, output nonterminal actions */
486 /* output
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c43 int output = 2; variable
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c85 static void output(char *path, int n, char *local);
154 output(path, 0, NULL);
166 output(char *path, int n, char *local) function
316 output(newpath, n, local);
322 output(path, n, local);
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c279 gss_buffer_desc output; local
288 /* Copy the input message to output message */
289 output = make_dummy_token_msg(
295 *output_message_buffer = output;
315 gss_buffer_desc output; local
337 output.length = bodysize;
338 output.value = (void *)MALLOC(output.length);
339 (void) memcpy(output.value, ptr, output
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c208 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) argument
210 switch (output->cd_format) {
212 if (output->cd_raw.iov_len < len) {
213 output->cd_length = len;
216 bcopy(buf, (uchar_t *)(output->cd_raw.iov_base +
217 output->cd_offset), len);
221 return (crypto_uio_data(output, buf, len,
225 return (crypto_mblk_data(output, buf, len,
397 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, argument
413 input->cd_length, (input == output)
419 crypto_update_uio(void *ctx, crypto_data_t *input, crypto_data_t *output, int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), void (*copy_block)(uint8_t *, uint64_t *)) argument
484 crypto_update_mp(void *ctx, crypto_data_t *input, crypto_data_t *output, int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), void (*copy_block)(uint8_t *, uint64_t *)) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c233 rc4_crypt(crypto_ctx_t *ctx, crypto_data_t *input, crypto_data_t *output, argument
238 ret = rc4_crypt_update(ctx, input, output, req);
248 rc4_crypt_update(crypto_ctx_t *ctx, crypto_data_t *input, crypto_data_t *output, argument
265 if (output == NULL) {
362 * We need to just return the length needed to store the output.
366 if (input->cd_length > output->cd_length) {
367 output->cd_length = input->cd_length;
371 saveoffset = output->cd_offset;
383 ret = crypto_arcfour_crypt(key, (uchar_t *)start, output,
412 ret = crypto_arcfour_crypt(key, start, output,
496 rc4_crypt_atomic(crypto_provider_handle_t handle, crypto_session_id_t session, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
[all...]
H A Ddca_3des.c92 DBG(dca, DWARN, "inadequate output space (need %d, got %d)",
122 /* Set output to zero ready to take the processed data */
192 DBG(dca, DWARN, "not enough output space (need %d, got %d)",
266 /* Set output to zero ready to take the processed data */
316 crypto_key_t *key, crypto_data_t *input, crypto_data_t *output,
351 if (input == output) {
356 rv = dca_3des(&ctx, input, output, req, mode);
359 output->cd_length = 0;
391 * 4) there is enough space in the output
484 * The output buffe
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...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c28 * Purpose: Virtual mixing audio output routines
30 * This file contains the actual mixing and resampling engine for output.
147 * if output after limiter is clamped, then it
274 auimpl_output_callback_impl(audio_engine_t *eng, audio_client_t **output, argument
406 if (output && (c->c_output != NULL) &&
409 c->c_next_output = *output;
410 *output = c;
458 audio_client_t *output = NULL; local
475 "failed starting output, rv = %d", rv);
508 auimpl_output_callback_impl(e, &output,
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c231 Encode64(uint8_t *output, uint64_t *input, size_t len) argument
235 output[j] = (input[i] >> 56) & 0xff;
236 output[j + 1] = (input[i] >> 48) & 0xff;
237 output[j + 2] = (input[i] >> 40) & 0xff;
238 output[j + 3] = (input[i] >> 32) & 0xff;
239 output[j + 4] = (input[i] >> 24) & 0xff;
240 output[j + 5] = (input[i] >> 16) & 0xff;
241 output[j + 6] = (input[i] >> 8) & 0xff;
242 output[j + 7] = input[i] & 0xff;
248 * between them pass the appropriate initial values for 'H'. The output
[all...]

Completed in 97 milliseconds

123456