Searched defs:out_bin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ddgst.c120 int out_bin = -1, want_pub = 0, do_verify = 0; local
214 out_bin = 0;
216 out_bin = 1;
315 if(out_bin == -1) {
317 out_bin = 1;
319 out_bin = 0;
326 if(out_bin)
501 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
507 if(!out_bin)
530 r=do_fp(out,buf,inp,separator,out_bin,sigke
[all...]
/external/openssl/apps/
H A Ddgst.c120 int out_bin = -1, want_pub = 0, do_verify = 0; local
214 out_bin = 0;
216 out_bin = 1;
315 if(out_bin == -1) {
317 out_bin = 1;
319 out_bin = 0;
326 if(out_bin)
501 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
507 if(!out_bin)
530 r=do_fp(out,buf,inp,separator,out_bin,sigke
[all...]

Completed in 268 milliseconds