Home
last modified time | relevance | path

Searched refs:algo_needs_missing (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.h133 int algo_needs_missing(struct algo_needs* n);
H A Dval_utils.c669 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_DS()
843 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_TA()
H A Dval_sigcrypt.c518 int algo_needs_missing(struct algo_needs* n) in algo_needs_missing() function
680 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in dnskeyset_verify_rrset()
/freebsd/contrib/unbound/doc/
H A DChangelog1429 - Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for
1445 - Improve val_sigcrypt.c::algo_needs_missing for one loop pass.