Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dvalidate.cc953 bool signIsValid = checkSignatureWithKey(now, signature, key, msg); in validateWithKeySet() local
956 if (signIsValid) { in validateWithKeySet()
972 if (signIsValid && !validateAllSigs) { in validateWithKeySet()
1120 bool signIsValid = checkSignatureWithKey(now, sig, key, msg); in validateDNSKeysAgainstDS() local
1122 if (signIsValid) in validateDNSKeysAgainstDS()