Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_vfy.c130 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl,
880 X509_CRL *crl = NULL, *dcrl = NULL; in check_cert() local
896 ok = get_crl_delta(ctx, &crl, &dcrl, x); in check_cert()
910 if (dcrl) { in check_cert()
911 ok = ctx->check_crl(ctx, dcrl); in check_cert()
914 ok = ctx->cert_crl(ctx, dcrl, x); in check_cert()
928 X509_CRL_free(dcrl); in check_cert()
930 dcrl = NULL; in check_cert()
943 X509_CRL_free(dcrl); in check_cert()
1135 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, in get_delta_sk() argument
[all …]