Searched refs:out (Results 226 - 250 of 2094) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Dofb64ede.c35 * The word 'cryptographic' can be left out if the rouines from the library
66 register unsigned char *out, long length,
103 *(out++)= *(in++)^d[n];
120 register unsigned char *out, long length, DES_key_schedule k1,
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/
H A Dpci_sun4u.c43 nvlist_t **out)
45 return (pci_label_cmn(mod, node, in, out));
49 nvlist_t **out)
51 return (pci_fru_compute(mod, node, in, out));
42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
48 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Da.out.h35 * #include <a.out.h>
38 #include <machine/a.out.h>
45 * #include <a.out.h>
52 # include "sun2/a.out.h"
54 # include "sun3/a.out.h"
56 # include "sun3x/a.out.h"
58 # include "sun4/a.out.h"
60 # include "vax/a.out.h"
68 * #include <sun4/a.out.h>
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dnlist.c30 #include <a.out.h>
/opensolaris-onvv-gate/usr/src/lib/libstmf/common/
H A Dstore.c314 goto out;
328 goto out;
343 goto out;
353 goto out;
373 goto out;
383 goto out;
394 goto out;
404 goto out;
420 goto out;
510 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.h68 extern FILE *out; /* the output file */
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java40 System.out.flush();
63 System.out.println(e);
74 System.out.println(e);
85 System.out.println(e);
98 System.out.println(e);
109 System.out.println(e);
125 System.out.println(e);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_enc.c35 * The word 'cryptographic' can be left out if the rouines from the library
224 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, argument
228 return EVP_EncryptUpdate(ctx,out,outl,in,inl);
229 else return EVP_DecryptUpdate(ctx,out,outl,in,inl);
232 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
235 return EVP_EncryptFinal_ex(ctx,out,outl);
236 else return EVP_DecryptFinal_ex(ctx,out,outl);
239 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
242 return EVP_EncryptFinal(ctx,out,outl);
243 else return EVP_DecryptFinal(ctx,out,out
270 EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
328 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
335 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
371 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
419 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
426 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh75 typeset out
91 typeset out
147 out="$(printf "${tc.input_format}" | ${SHELL} -c "${cut_cmd} \"\$@\"" dummy "${cut_args[@]}" 2>&1)" || err_exit "${testname}: Command returned exit code $?"
148 [[ "${out}" == ${output_format} ]] || err_exit "${testname}: Expected match for $(printf "%q\n" "${output_format}"), got $(printf "%q\n" "${out}")"
165 typeset out
172 out=$( LC_ALL=ja_JP.eucJP ${SHELL} -o pipefail -o errexit -c '$1 -d $(cat delim) -f1 "mb.eucjp" | od -tx1' dummy "${cutcmd}" 2>&1 ) || err_exit "${testname}: Test failed with exit code $?"
173 [[ "${out}" == $'0000000 a4 a2 0a\n0000003' ]] || err_exit "${testname}: Expected \$'0000000 a4 a2 0a\n0000003', got $(printf "%q\n" "${out}")"
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Df_cbc.c33 mit_des_cbc_encrypt(context, in, out, length, key, ivec, encrypt)
36 mit_des_cblock *out;
86 (CK_ULONG)length, (CK_BYTE_PTR)out,
90 (CK_ULONG)length, (CK_BYTE_PTR)out,
103 (void) memset(out, 0, length);
135 mit_des_cblock *out,
150 (char *)out, length, key, &ivdata, encrypt);
133 mit_des_cbc_encrypt(krb5_context context, const mit_des_cblock *in, mit_des_cblock *out, long length, krb5_keyblock *key, mit_des_cblock ivec, int encrypt) argument
H A Def_crypto.c16 k5_ef_crypto(const char *in, char *out, argument
26 ASSERT(out != NULL);
42 d2.cd_raw.iov_base = (char *)out;
65 (in != out ? &d2 : NULL),
71 (in != out ? &d2 : NULL),
/opensolaris-onvv-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcptop.d61 @out[args[1]->cs_zoneid, args[1]->cs_pid, args[2]->ip_saddr,
69 @out[args[1]->cs_zoneid, args[1]->cs_pid, args[2]->ip_daddr,
112 printa("%6d %6d %-15s %5d %-15s %5d %@9d\n", @out);
116 trunc(@out);
137 trunc(@out);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cachefslog/
H A Dcachefslog.c99 goto out;
106 goto out;
112 goto out;
118 goto out;
122 goto out;
145 goto out;
151 goto out;
158 goto out;
182 goto out;
214 out
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dgendh.c36 * The word 'cryptographic' can be left out if the rouines from the library
103 BIO *out=NULL; local
120 if (strcmp(*argv,"-out") == 0)
152 BIO_printf(bio_err," -out file - output the key to 'file\n");
169 out=BIO_new(BIO_s_file());
170 if (out == NULL)
178 BIO_set_fp(out,stdout,BIO_NOCLOSE);
182 out = BIO_push(tmpbio, out);
188 if (BIO_write_filename(out,outfil
[all...]
H A Dgendsa.c35 * The word 'cryptographic' can be left out if the rouines from the library
89 BIO *out=NULL,*in=NULL; local
109 if (strcmp(*argv,"-out") == 0)
165 BIO_printf(bio_err," -out file - output the key to 'file'\n");
213 out=BIO_new(BIO_s_file());
214 if (out == NULL) goto end;
218 BIO_set_fp(out,stdout,BIO_NOCLOSE);
222 out = BIO_push(tmpbio, out);
228 if (BIO_write_filename(out,outfil
[all...]
H A Ddsa.c35 * The word 'cryptographic' can be left out if the rouines from the library
80 * -out arg - output file - default stdout
102 BIO *in=NULL,*out=NULL; local
150 else if (strcmp(*argv,"-out") == 0)
201 BIO_printf(bio_err," -out arg output file\n");
216 BIO_printf(bio_err," -noout don't print key out\n");
233 out=BIO_new(BIO_s_file());
234 if ((in == NULL) || (out == NULL))
272 BIO_set_fp(out,stdout,BIO_NOCLOSE);
276 out
[all...]
H A Dspkac.c77 * -out arg - output file - default stdout
86 BIO *in = NULL,*out = NULL; local
117 else if (strcmp(*argv,"-out") == 0)
171 BIO_printf(bio_err," -out arg output file\n");
209 if (outfile) out = BIO_new_file(outfile, "w");
211 out = BIO_new_fp(stdout, BIO_NOCLOSE);
215 out = BIO_push(tmpbio, out);
220 if(!out) {
225 BIO_printf(out, "SPKA
[all...]
/opensolaris-onvv-gate/usr/src/lib/
H A DMakefile.astmsg51 /usr/bin/ksh93 /usr/ast/bin/msgcc >>msgcc.out 2>&1
64 print "# Processing file $< to $@" >>msgcc.out ; \
68 print "# Processing file $< to $@" >>msgcc.out ; \
72 @print "# Processing files $(ASTMSGS) to $@" >>msgcc.out ; \
95 msgcc.out
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c350 crypto_data_t out; local
352 out.cd_format = CRYPTO_DATA_RAW;
353 out.cd_offset = 0;
354 out.cd_length = out_len;
355 out.cd_raw.iov_base = (char *)out_buf;
356 out.cd_raw.iov_len = out_len;
361 (char *)in_buf, out_len, &out);
389 out.cd_offset = out_len;
390 out.cd_length = AES_BLOCK_LEN;
391 out
413 crypto_data_t out; local
690 crypto_data_t out; local
763 crypto_data_t out; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c108 goto out;
118 goto out;
121 goto out;
130 out:
154 goto out;
161 goto out;
174 goto out;
179 goto out;
184 goto out;
189 out
[all...]
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Dglue4.c24 grepcall(char *in, char *out, char *arg) argument
37 fprintf(stderr, "in grepcall, gfile %s in %o out %o\n",
38 gfile, in, out);
94 strcat(out, line);
96 fprintf(stderr, "out now /%s/\n", out);
108 fprintf(stderr, "back from reading %, out %s\n", out);
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument
90 if(sfwrite(out,cp,cpold-cp) < 0)
95 sfputc(out,'\n');
96 else if(sfmove(in,out,nleft,-1) != nleft)
108 if(sfmove(in,out,nleft,-1) != nleft)
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_systemfile.c89 goto out;
101 goto out;
107 goto out;
111 goto out;
120 goto out;
158 goto out;
166 goto out;
176 goto out;
184 goto out;
192 out
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c39 #include "out.h"
88 out(O_ERR, "%s: not a valid EFT (bad extension)", fname);
93 out(O_ERR|O_SYS, "%s", fname);
99 out(O_ERR, "%s: not a valid EFT (too short)", fname);
112 out(O_VERB, "%s: magic %x EFT version %d.%d esc version %d.%d",
118 out(O_ERR, "%s: not a valid EFT (bad magic)", fname);
124 out(O_ERR, "%s is version %d.%d, "
136 out(O_DIE|O_SYS, "%s: fread", fname);
138 out(O_DIE|O_SYS, "%s: fseek", fname);
143 out(O_ER
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/modes/
H A Dcbc.c43 crypto_data_t *out, size_t block_size,
70 if (out != NULL)
71 crypto_init_ptrs(out, &iov_or_mp, &offset);
89 if (out == NULL) {
113 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1,
128 out->cd_offset += block_size;
146 goto out;
152 out:
170 crypto_data_t *out, size_t block_size,
197 if (out !
42 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*encrypt)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
169 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, crypto_data_t *out, size_t block_size, int (*decrypt)(const void *, const uint8_t *, uint8_t *), void (*copy_block)(uint8_t *, uint8_t *), void (*xor_block)(uint8_t *, uint8_t *)) argument
[all...]

Completed in 200 milliseconds

1234567891011>>