Lines Matching defs:cert
152 x509_verify_chain_append(struct x509_verify_chain *chain, X509 *cert, in x509_verify_chain_append()
232 x509_verify_cert_cache_extensions(X509 *cert) in x509_verify_cert_cache_extensions()
238 x509_verify_cert_self_signed(X509 *cert) in x509_verify_cert_self_signed()
245 x509_verify_check_chain_end(X509 *cert, int full_chain) in x509_verify_check_chain_end()
253 x509_verify_ctx_cert_is_root(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_ctx_cert_is_root()
434 X509 *cert = sk_X509_value(ctx->xsc->chain, depth); in x509_verify_ctx_validate_legacy_chain() local
564 x509_verify_consider_candidate(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_consider_candidate()
632 x509_verify_cert_error(struct x509_verify_ctx *ctx, X509 *cert, size_t depth, in x509_verify_cert_error()
647 x509_verify_build_chains(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_build_chains()
749 x509_verify_cert_hostname(struct x509_verify_ctx *ctx, X509 *cert, char *name) in x509_verify_cert_hostname()
815 x509_verify_cert_times(X509 *cert, time_t *cmp_time, int *error) in x509_verify_cert_times()
847 x509_verify_validate_constraints(X509 *cert, in x509_verify_validate_constraints()
887 x509_verify_cert_extensions(struct x509_verify_ctx *ctx, X509 *cert, int need_ca) in x509_verify_cert_extensions()
917 x509_verify_cert_valid(struct x509_verify_ctx *ctx, X509 *cert, in x509_verify_cert_valid()