Home
last modified time | relevance | path

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

/systemd-251/src/import/
Dpull-common.c585 r = verification_style_from_url(verify_job->url, &style); in pull_verify()
602 int verification_style_from_url(const char *url, VerificationStyle *ret) { in verification_style_from_url() function
636 r = verification_style_from_url(j->url, &style); in pull_job_restart_with_sha256sum()
Dpull-common.h43 int verification_style_from_url(const char *url, VerificationStyle *style);
Dpull-tar.c350 r = verification_style_from_url(i->checksum_job->url, &style); in tar_pull_job_on_finished()
Dpull-raw.c557 r = verification_style_from_url(verify_job->url, &style); in raw_pull_job_on_finished()