HomeSort by relevance Sort by last modified time
    Searched full:no_chain (Results 1 - 3 of 3) sorted by null

  /external/openssl/patches/
jsse.patch 106 int no_chain;
113 no_chain = 1;
115 no_chain = 0;
  /external/openssl/ssl/
s3_both.c 347 int no_chain; local
353 no_chain = 1;
355 no_chain = 0;
366 if (no_chain)
  /external/openssl/apps/
ocsp.c 264 else if (!strcmp(*args, "-no_chain"))
607 BIO_printf (bio_err, "-no_chain don't chain verify response\n");
    [all...]

Completed in 892 milliseconds