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

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dasn1pars.c92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL; local
257 if(!(derout = BIO_new_file(derfile, "wb"))) {
357 if(derout) {
358 if(BIO_write(derout, str + offset, length) != (int)length) {
373 BIO_free(derout);
/external/openssl/apps/
H A Dasn1pars.c92 BIO *in=NULL,*out=NULL,*b64=NULL, *derout = NULL; local
257 if(!(derout = BIO_new_file(derfile, "wb"))) {
357 if(derout) {
358 if(BIO_write(derout, str + offset, length) != (int)length) {
373 BIO_free(derout);

Completed in 29 milliseconds