Home
last modified time | relevance | path

Searched refs:algo_needs_init_ds (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/validator/
Dval_sigcrypt.h100 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds,
Dval_utils.c517 algo_needs_init_ds(&needs, ds_rrset, digest_algo, sigalg); in val_verify_DNSKEY_with_DS()
643 algo_needs_init_ds(&needs, ta_ds, digest_algo, sigalg); in val_verify_DNSKEY_with_TA()
Dval_sigcrypt.c469 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds, in algo_needs_init_ds() function