Home
last modified time | relevance | path

Searched refs:dcrl (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_vfy.c131 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
823 X509_CRL *crl = NULL, *dcrl = NULL; in check_cert() local
840 ok = get_crl_delta(ctx, &crl, &dcrl, x); in check_cert()
855 if (dcrl) in check_cert()
857 ok = ctx->check_crl(ctx, dcrl); in check_cert()
860 ok = ctx->cert_crl(ctx, dcrl, x); in check_cert()
876 X509_CRL_free(dcrl); in check_cert()
878 dcrl = NULL; in check_cert()
891 X509_CRL_free(dcrl); in check_cert()
1084 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, in get_delta_sk() argument
[all …]