Lines Matching refs:algorithm

634                        a->ds.algorithm == b->ds.algorithm &&  in dns_resource_record_payload_equal()
639 return a->sshfp.algorithm == b->sshfp.algorithm && in dns_resource_record_payload_equal()
646 a->dnskey.algorithm == b->dnskey.algorithm && in dns_resource_record_payload_equal()
652 a->rrsig.algorithm == b->rrsig.algorithm && in dns_resource_record_payload_equal()
666 return a->nsec3.algorithm == b->nsec3.algorithm && in dns_resource_record_payload_equal()
937 rr->ds.algorithm, in dns_resource_record_to_string()
951 rr->sshfp.algorithm, in dns_resource_record_to_string()
964 r = dnssec_algorithm_to_string_alloc(rr->dnskey.algorithm, &alg); in dns_resource_record_to_string()
1003 r = dnssec_algorithm_to_string_alloc(rr->rrsig.algorithm, &alg); in dns_resource_record_to_string()
1073 rr->nsec3.algorithm, in dns_resource_record_to_string()
1401 siphash24_compress(&rr->sshfp.algorithm, sizeof(rr->sshfp.algorithm), state); in dns_resource_record_hash_func()
1409 siphash24_compress(&rr->dnskey.algorithm, sizeof(rr->dnskey.algorithm), state); in dns_resource_record_hash_func()
1415 siphash24_compress(&rr->rrsig.algorithm, sizeof(rr->rrsig.algorithm), state); in dns_resource_record_hash_func()
1434 siphash24_compress(&rr->ds.algorithm, sizeof(rr->ds.algorithm), state); in dns_resource_record_hash_func()
1440 siphash24_compress(&rr->nsec3.algorithm, sizeof(rr->nsec3.algorithm), state); in dns_resource_record_hash_func()
1572 copy->sshfp.algorithm = rr->sshfp.algorithm; in dns_resource_record_copy()
1583 copy->dnskey.algorithm = rr->dnskey.algorithm; in dns_resource_record_copy()
1592 copy->rrsig.algorithm = rr->rrsig.algorithm; in dns_resource_record_copy()
1620 copy->ds.algorithm = rr->ds.algorithm; in dns_resource_record_copy()
1629 copy->nsec3.algorithm = rr->nsec3.algorithm; in dns_resource_record_copy()