Searched refs:dane_match (Results 1 – 1 of 1) sorted by relevance
2685 static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match() function2843 if (cert != NULL && (matched = dane_match(ctx, cert, depth)) < 0) in check_dane_issuer()2930 matched = dane_match(ctx, ctx->cert, 0); in dane_verify()