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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 826 X509_CRL *crl, *best_crl = NULL; local
837 best_crl = crl;
844 if (best_crl)
848 *pcrl = best_crl;
852 CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
858 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 837 X509_CRL *crl, *best_crl = NULL; local
848 best_crl = crl;
855 if (best_crl)
859 *pcrl = best_crl;
863 CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
869 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
    [all...]

Completed in 37 milliseconds