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

  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 296 unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; local
376 sign_flags |= OCSP_NOCERTS;
746 sign_other, sign_flags)) {
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 256 unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; local
335 sign_flags |= OCSP_NOCERTS;
706 sign_other, sign_flags)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 261 unsigned long sign_flags = 0, verify_flags = 0, rflags = 0; local
331 sign_flags |= OCSP_NOCERTS;
665 (req, signer, key, NULL, sign_other, sign_flags)) {

Completed in 25 milliseconds