HomeSort by: relevance | last modified time | path
    Searched refs:add_nonce (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 291 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
364 add_nonce = 2;
367 add_nonce = 0;
600 if (req == NULL && (add_nonce != 2))
601 add_nonce = 0;
717 || host != NULL || add_nonce || ridx_filename != NULL)) {
722 if (req != NULL && add_nonce) {
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 251 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
323 add_nonce = 2;
326 add_nonce = 0;
562 if (req == NULL && (add_nonce != 2))
563 add_nonce = 0;
677 || host != NULL || add_nonce || ridx_filename != NULL)) {
682 if (req != NULL && add_nonce) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 256 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; local
319 add_nonce = 2;
322 add_nonce = 0;
535 if (req == NULL && (add_nonce != 2))
536 add_nonce = 0;
636 || host != NULL || add_nonce || ridx_filename != NULL)) {
641 if (req != NULL && add_nonce) {

Completed in 124 milliseconds