Searched refs:out (Results 251 - 275 of 2094) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAESCrypt.c359 crypto_data_t out; local
361 out.cd_format = CRYPTO_DATA_RAW;
362 out.cd_offset = 0;
363 out.cd_length = out_len;
364 out.cd_raw.iov_base = (char *)out_buf;
365 out.cd_raw.iov_len = out_len;
370 (char *)in_buf, out_len, &out);
398 out.cd_offset = out_len;
399 out.cd_length = AES_BLOCK_LEN;
400 out
642 crypto_data_t out; local
825 crypto_data_t out; local
961 crypto_data_t out; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ddgst.c35 * The word 'cryptographic' can be left out if the rouines from the library
76 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
90 BIO *out = NULL; local
112 BIO_printf(bio_err,"out of memory\n");
139 else if (strcmp(*argv,"-out") == 0)
289 out = BIO_new_file(outfile, "wb");
290 else out = BIO_new_file(outfile, "w");
292 out = BIO_new_fp(stdout, BIO_NOCLOSE);
296 out = BIO_push(tmpbio, out);
411 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *title, const char *file) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap4/util/
H A Dline64.c105 /* if no value is present, error out */
274 put_type_and_value( char **out, char *t, char *val, int vlen ) argument
285 *(*out)++ = *p;
287 *(*out)++ = ':';
289 save = *out;
291 *(*out)++ = ' ';
305 *(*out)++ = '\n';
306 *(*out)++ = ' ';
309 *(*out)++ = *byte;
313 *out
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java57 static PrintStream out = System.out; field in class:JDTrace
162 out.printf(" %3d", (Integer)value);
164 out.printf(" %5d", (Integer)value);
166 out.printf(" %8d", (Integer)value);
169 out.printf(" %16d", (Long)value);
171 out.printf(stringFormat, value.toString());
184 out.printf("%3s %-41s\n", "CPU", "FUNCTION");
187 out.printf("%3s %6s %32s\n",
231 out
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c93 <type= \"s\" direction= \"out\"/>\n \
99 <type=\"i\" direction=\"out\"/>\n \
102 <type=\"s\" direction=\"out\"/>\n \
182 goto out;
195 goto out;
205 goto out;
225 goto out;
232 goto out;
250 goto out;
272 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c43 #include "out.h"
112 out(O_DIE, "uninitialized configuration");
118 out(O_DIE, "config_lookup: zero length component");
122 out(O_DIE, "config_lookup: "
128 out(O_DIE, "config_lookup: "
142 /* now we have s & num, figure out if it exists already */
225 /* now we have s & num, figure out if it exists already */
273 out(O_ALTFP|O_VERB, "Platform provided no config data.");
288 out(O_ALTFP|O_VERB3, "Raw config data follows:");
289 out(O_ALTF
[all...]
H A Devnv.c37 #include "out.h"
47 out(O_ALTFP|O_VERB3|O_NONL, " ");
78 out(O_ALTFP|O_VERB3, "equal nvls\n");
88 out(O_ALTFP|O_VERB3, "cmpnvl: pair %s vs %s", s1, s2);
129 out(O_ALTFP|O_VERB3,
132 out(O_ALTFP|O_VERB3,
142 out(O_ALTFP|O_VERB3, "cmpnvl: %llu vs %llu", lv1, lv2);
153 out(O_ALTFP|O_VERB3, "cmpnvl: %lld vs %lld", lv1, lv2);
164 out(O_ALTFP|O_VERB3, "cmpnvl: %u vs %u",
176 out(O_ALTF
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c35 * The word 'cryptographic' can be left out if the rouines from the library
130 static void message(BIO *out, char *m) argument
133 BIO_puts(out, "print \"test ");
134 BIO_puts(out, m);
135 BIO_puts(out, "\\n\"\n");
141 BIO *out; local
154 else if (strcmp(*argv,"-out") == 0)
167 out=BIO_new(BIO_s_file());
168 if (out == NULL) EXIT(1);
171 BIO_set_fp(out,stdou
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c105 set_retnvl(topo_mod_t *mod, nvlist_t **out, const char *retname, uint32_t ret) argument
119 *out = nvl;
166 /* dump out status info if debug is turned on. */
229 nvlist_t *in, nvlist_t **out)
242 return (set_retnvl(mod, out, TOPO_METH_RETIRE_RET, rc));
248 nvlist_t *in, nvlist_t **out)
261 return (set_retnvl(mod, out, TOPO_METH_UNRETIRE_RET, rc));
267 nvlist_t *in, nvlist_t **out)
286 return (set_retnvl(mod, out, TOPO_METH_SERVICE_STATE_RET, rc));
292 nvlist_t *in, nvlist_t **out)
228 cpu_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
247 cpu_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
266 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
291 cpu_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
334 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
427 dimm_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
452 dimm_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
475 dimm_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
500 dimm_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c177 goto out;
183 goto out;
190 goto out;
203 goto out;
213 goto out;
218 goto out;
225 out:
262 goto out;
264 goto out;
267 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c159 * figure out what kind of safe storage we need
210 goto out;
219 goto out;
251 goto out;
276 goto out;
285 goto out;
290 goto out;
306 goto out;
317 goto out;
323 /* figure out whic
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c98 * out Buffer to contain output text
99 * len Length, in bytes, of the in and out buffers
102 * out Buffer containing output text
104 * Note: in and out can point to the same location
107 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) argument
112 arcfour_crypt_asm(key, in, out, len);
144 len--, in++, out++) {
151 *out = *in ^ key->arr[tmp];
160 /* See if we're fortunate and 'out' got aligned as well */
162 if ((((uint64_t)(uintptr_t)out)
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc4/asm/
H A Drc4-586.pl36 $out="edi";
67 # Moved out
86 &add( $out, 8)
97 &movb(&BP($n,$out,"",0),&LB($ty));
128 &mov( $out, &wparam(3));
167 #&add( $out, 8); #moved up into last round
173 &mov( &DWP(-8,$out,"",0), $tx);
177 &mov( &DWP(-4,$out,"",0), $tx);
218 &movb (&BP(0,$out),&LB($ty));
219 &lea ($out,
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dcomm.c66 static int comm(Sfio_t *in1, Sfio_t *in2, register Sfio_t *out,register int mode) argument
83 sfputc(out,'\t');
85 sfputc(out,'\t');
87 if(sfwrite(out,cp1,n) < 0)
100 sfputc(out,'\t');
101 if(sfwrite(out,cp2,n2) < 0)
109 if((mode&C_FILE1) && sfwrite(out,cp1,n1) < 0)
137 sfputc(out,'\t');
138 if(sfwrite(out,cp1,n1) < 0)
H A Dpaste.c82 * to <out>
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
104 sfnputc(out, *delim, n);
108 sfwrite(out,delim,dsiz);
116 sfwrite(out,delim,z);
121 if(sfwrite(out,cp,sfvalue(fp)-((n+1)<nstream)) < 0)
133 sfwrite(out,mp[d].chr,mp[d].len);
135 sfputc(out,c);
139 sfputc(out,'\n');
146 * Handles paste -s, for file <in> to file <out> usin
148 spaste(Sfio_t *in,register Sfio_t* out,register const char *delim,int dsiz,int dlen,Delim_t* mp) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_ich8lan.c263 DEBUGOUT("Can't determine PHY address. Erroring out\n");
264 goto out;
274 goto out;
300 goto out;
303 out:
329 goto out;
376 out:
492 * We only want to go out to the PHY registers to see if Auto-Neg
499 goto out;
509 goto out;
[all...]
H A De1000_82543.c88 goto out;
125 goto out;
132 goto out;
139 goto out;
145 goto out;
150 goto out;
153 out:
293 goto out;
299 out:
345 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c105 goto out;
114 goto out;
120 goto out;
130 goto out;
138 goto out;
170 goto out;
179 goto out;
188 goto out;
201 goto out;
210 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dencode.c35 * The word 'cryptographic' can be left out if the rouines from the library
131 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
152 j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length);
154 out+=j;
155 *(out++)='\n';
156 *out='\0';
161 j=EVP_EncodeBlock(out,in,ctx->length);
164 out+=j;
165 *(out++)='\n';
166 *out
175 EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
235 EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
399 EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl95 sub out { subroutine
132 sub out { subroutine
162 sub out { subroutine
232 sub out { subroutine
252 sub out { subroutine
292 sub out { subroutine
381 sub out { subroutine
401 if ($label=label->re(\$line)) { print $label->out(); }
404 printf "%s",directive->out();
426 printf "\t%s\t%s,%s", $opcode->out(
[all...]
H A Dx86asm.pl24 elsif ( ($type eq "a.out"))
43 a.out - OpenBSD, DJGPP, etc.
61 &comment("any of ELF, a.out, COFF, Win32, ...");
81 * OUT - a.out object files,
82 * BSDI - BSDI style a.out object files
121 OUT - a.out systems - linux-a.out and FreeBSD
123 BSDI - a.out with a very primative version of as.
/opensolaris-onvv-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c100 * Pick out the script name and convert it for use as an SMF property
106 char *out, *cp; local
113 out = strdup(path + sizeof ("/etc/") - 1);
115 if (out == NULL) {
121 for (cp = out; *cp != '\0'; ++cp) {
127 return (out);
134 char *out; local
151 out = strdup(cp);
152 if (out == NULL)
155 return (out);
164 char *out, *cp; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c195 goto out;
199 goto out;
203 goto out;
206 out:
257 * out to lunch.
323 goto out;
333 goto out;
340 goto out;
348 goto out;
354 goto out;
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdh/
H A Dech_ossl.c82 static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key,
84 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
110 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
191 if (KDF(buf, buflen, out, &outlen) == NULL)
203 memcpy(out, buf, outlen);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/lhash/
H A Dlhash.h35 * The word 'cryptographic' can be left out if the rouines from the library
185 void lh_stats(const LHASH *lh, FILE *out);
186 void lh_node_stats(const LHASH *lh, FILE *out);
187 void lh_node_usage_stats(const LHASH *lh, FILE *out);
191 void lh_stats_bio(const LHASH *lh, BIO *out);
192 void lh_node_stats_bio(const LHASH *lh, BIO *out);
193 void lh_node_usage_stats_bio(const LHASH *lh, BIO *out);

Completed in 926 milliseconds

<<11121314151617181920>>