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

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_crl.c 92 static const X509_CRL_METHOD *default_crl_method = &int_crl_meth; variable
229 crl->meth = default_crl_method;
487 default_crl_method = &int_crl_meth;
489 default_crl_method = meth;
  /external/openssl/crypto/asn1/
x_crl.c 88 static const X509_CRL_METHOD *default_crl_method = &int_crl_meth; variable
224 crl->meth = default_crl_method;
484 default_crl_method = &int_crl_meth;
486 default_crl_method = meth;

Completed in 1875 milliseconds