Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/resolve/
Dresolved-dns-trust-anchor.c43 uint8_t algorithm, in add_root_ksk()
238 _cleanup_free_ char *key_tag = NULL, *algorithm = NULL, *digest_type = NULL; in dns_trust_anchor_load_positive() local
292 _cleanup_free_ char *flags = NULL, *protocol = NULL, *algorithm = NULL; in dns_trust_anchor_load_positive() local
Dresolved-dns-rr.h178 uint8_t algorithm; member
189 uint8_t algorithm; member
199 uint8_t algorithm; member
219 uint8_t algorithm; member
230 uint8_t algorithm; member
Dresolved-dns-dnssec.c451 int algorithm, in dnssec_ecdsa_verify()
602 int algorithm, in dnssec_eddsa_verify()
749 static hash_md_t algorithm_to_implementation_id(uint8_t algorithm) { in algorithm_to_implementation_id()
1310 static hash_md_t digest_to_hash_md(uint8_t algorithm) { in digest_to_hash_md()
1474 static hash_md_t nsec3_hash_to_hash_md(uint8_t algorithm) { in nsec3_hash_to_hash_md()
1504 hash_md_t algorithm = nsec3_hash_to_hash_md(nsec3->nsec3.algorithm); in dnssec_nsec3_hash() local