HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1026 - 1050 of 3043) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1708 int *out = colorOut->i; local
1750 float *out = colorOut->f; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL; local
133 else if (strcmp(*argv,"-out") == 0)
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
220 out=BIO_new(BIO_s_file());
221 if ((in == NULL) || (out == NULL))
226 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
230 out = BIO_push(tmpbio, out);
    [all...]
dhparam.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
138 * -out arg - output file - default stdout
157 BIO *in=NULL,*out=NULL; local
200 else if (strcmp(*argv,"-out") == 0)
247 BIO_printf(bio_err," -out arg output file\n");
410 out=BIO_new(BIO_s_file());
411 if (out == NULL)
418 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
dsa.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 * -out arg - output file - default stdout
104 BIO *in=NULL,*out=NULL; local
154 else if (strcmp(*argv,"-out") == 0)
211 BIO_printf(bio_err," -out arg output file\n");
233 BIO_printf(bio_err," -noout don't print key out\n");
250 out=BIO_new(BIO_s_file());
251 if ((in == NULL) || (out == NULL))
295 BIO_set_fp(out,stdout,BIO_NOCLOSE)
    [all...]
dsaparam.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
86 * -out arg - output file - default stdout
116 BIO *in=NULL,*out=NULL; local
162 else if (strcmp(*argv,"-out") == 0)
222 BIO_printf(bio_err," -out arg output file\n");
241 out=BIO_new(BIO_s_file());
242 if ((in == NULL) || (out == NULL))
260 BIO_set_fp(out,stdout,BIO_NOCLOSE);
264 out = BIO_push(tmpbio, out)
    [all...]
ec.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
76 * -out arg - output file - default stdout
93 BIO *in = NULL, *out = NULL; local
139 else if (strcmp(*argv,"-out") == 0)
219 BIO_printf(bio_err, " -out arg output file\n");
229 BIO_printf(bio_err, " -noout don't print key out\n");
264 out = BIO_new(BIO_s_file());
265 if ((in == NULL) || (out == NULL))
313 BIO_set_fp(out, stdout, BIO_NOCLOSE);
317 out = BIO_push(tmpbio, out)
    [all...]
genpkey.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
81 BIO *in = NULL, *out = NULL; local
138 else if (!strcmp (*args, "-out"))
201 BIO_printf(bio_err, "-out file output file\n");
226 if (!(out = BIO_new_file (outfile, "wb")))
235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
239 out = BIO_push(tmpbio, out);
267 rv = PEM_write_bio_Parameters(out, pkey);
269 rv = PEM_write_bio_PrivateKey(out, pkey, cipher, NULL, 0
    [all...]
pkcs8.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
75 BIO *in = NULL, *out = NULL; local
194 else if (!strcmp (*args, "-out"))
216 BIO_printf(bio_err, "-out file output file\n");
259 if (!(out = BIO_new_file (outfile, "wb")))
268 out = BIO_new_fp (stdout, BIO_NOCLOSE);
272 out = BIO_push(tmpbio, out);
291 PEM_write_bio_PKCS8_PRIV_KEY_INFO(out, p8inf);
293 i2d_PKCS8_PRIV_KEY_INFO_bio(out, p8inf)
    [all...]
rsa.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
80 * -out arg - output file - default stdout
107 BIO *out=NULL; local
154 else if (strcmp(*argv,"-out") == 0)
220 BIO_printf(bio_err," -out arg output file\n");
239 BIO_printf(bio_err," -noout don't print key out\n");
266 out=BIO_new(BIO_s_file());
308 BIO_set_fp(out,stdout,BIO_NOCLOSE);
312 out = BIO_push(tmpbio, out)
    [all...]
s_cb.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
284 BIO *out; local
286 out=(BIO *)BIO_get_callback_arg(bio);
287 if (out == NULL) return(ret);
291 BIO_printf(out,"read from %p [%p] (%lu bytes => %ld (0x%lX))\n",
293 BIO_dump(out,argp,(int)ret);
298 BIO_printf(out,"write to %p [%p] (%lu bytes => %ld (0x%lX))\n",
300 BIO_dump(out,argp,(int)ret)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_test.c 46 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
143 unsigned char out[4096]; local
171 if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
177 if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2))
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2))
230 if(memcmp(out,plaintext,pn))
233 hexdump(stderr,"Got",out,pn)
    [all...]
p5_crpt2.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67 /* set this to print out info about the keygen algorithm */
83 int keylen, unsigned char *out)
95 p = out;
142 h__dump (out, keylen);
149 int keylen, unsigned char *out)
152 keylen, out);
158 unsigned char out[4]; local
160 PKCS5_PBKDF2_HMAC_SHA1("password", -1, salt, 4, 5, 4, out);
161 fprintf(stderr, "Out %02X %02X %02X %02X\n"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2test.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
109 unsigned char out[80]; variable
111 char *text="Hello to all people out there";
186 idea_cbc_encrypt((unsigned char *)text,out,strlen(text)+1,&key,iv,1);
188 idea_cbc_encrypt(out,out,8,&dkey,iv,0);
189 idea_cbc_encrypt(&(out[8]),&(out[8]),strlen(text)+1-8,&dkey,iv,0);
190 if (memcmp(text,out,strlen(text)+1) != 0
    [all...]