HomeSort by relevance Sort by last modified time
    Searched defs:outmode (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
smime.c 93 const char *inmode = "r", *outmode = "w"; local
521 outmode = "wb";
526 outmode = "wb";
652 if (!(out = BIO_new_file(outfile, outmode)))
cms.c 108 const char *inmode = "r", *outmode = "w"; local
684 outmode = "wb";
689 outmode = "wb";
871 if (!(out = BIO_new_file(outfile, outmode)))
    [all...]

Completed in 201 milliseconds