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

  /external/openssl/apps/
ocsp.c 131 char *reqin = NULL, *respin = NULL; local
302 else if (!strcmp(*args, "-respin"))
307 respin = *args;
579 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
600 BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n");
790 else if (respin)
792 derbio = BIO_new_file(respin, "rb");
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c     [all...]

Completed in 449 milliseconds