Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.h100 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds,
H A Dval_utils.c602 algo_needs_init_ds(&needs, ds_rrset, digest_algo, sigalg); in val_verify_DNSKEY_with_DS()
747 algo_needs_init_ds(&needs, ta_ds, digest_algo, sigalg); in val_verify_DNSKEY_with_TA()
H A Dval_sigcrypt.c472 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds, in algo_needs_init_ds() function