Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_vfy.c132 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pcrl_score,
828 X509_CRL *crl = NULL, *dcrl = NULL; in check_cert() local
845 ok = get_crl_delta(ctx, &crl, &dcrl, x); in check_cert()
860 if (dcrl) in check_cert()
862 ok = ctx->check_crl(ctx, dcrl); in check_cert()
865 ok = ctx->cert_crl(ctx, dcrl, x); in check_cert()
881 X509_CRL_free(dcrl); in check_cert()
883 dcrl = NULL; in check_cert()
896 X509_CRL_free(dcrl); in check_cert()
1089 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, in get_delta_sk() argument
[all …]