Searched defs:md_add_uint16 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-dnssec.c454 static void md_add_uint16(gcry_md_hd_t md, uint16_t v) { function
749 md_add_uint16(md, rrsig->rrsig.type_covered);
755 md_add_uint16(md, rrsig->rrsig.key_tag);
777 md_add_uint16(md, rr->key->type);
778 md_add_uint16(md, rr->key->class);
784 md_add_uint16(md, (uint16_t) l);
1095 md_add_uint16(md, dnskey->dnskey.flags & ~DNSKEY_FLAG_REVOKE);
1097 md_add_uint16(md, dnskey->dnskey.flags);

Completed in 26 milliseconds