Searched refs:algo_needs (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/unbound/validator/
H A Dval_sigcrypt.h60 struct algo_needs { struct
79 void algo_needs_init_dnskey_add(struct algo_needs* n,
87 void algo_needs_init_list(struct algo_needs* n, uint8_t* sigalg);
97 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds,
106 int algo_needs_set_secure(struct algo_needs* n, uint8_t algo);
114 void algo_needs_set_bogus(struct algo_needs* n, uint8_t algo);
121 size_t algo_needs_num_missing(struct algo_needs* n);
130 int algo_needs_missing(struct algo_needs* n);
H A Dval_sigcrypt.c383 void algo_needs_init_dnskey_add(struct algo_needs* n,
404 void algo_needs_init_list(struct algo_needs* n, uint8_t* sigalg)
419 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds,
444 int algo_needs_set_secure(struct algo_needs* n, uint8_t algo)
455 void algo_needs_set_bogus(struct algo_needs* n, uint8_t algo)
460 size_t algo_needs_num_missing(struct algo_needs* n)
465 int algo_needs_missing(struct algo_needs* n)
488 struct algo_needs needs;
H A Dval_utils.c460 struct algo_needs needs;
556 struct algo_needs needs;

Completed in 278 milliseconds