Searched defs:DNSSECKeySet (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Ddnssec_keyset.h15 // DNSSECKeySet function wraps crypto/signature_verifier.h to accept
17 class DNSSECKeySet { class in namespace:net
19 DNSSECKeySet();
20 ~DNSSECKeySet();
H A Ddnssec_keyset.cc32 DNSSECKeySet::DNSSECKeySet() function in class:net::DNSSECKeySet
36 DNSSECKeySet::~DNSSECKeySet() {
39 bool DNSSECKeySet::AddKey(const base::StringPiece& dnskey) {
50 bool DNSSECKeySet::CheckSignature(
169 uint16 DNSSECKeySet::DNSKEYToKeyID(const base::StringPiece& dnskey) {
186 void DNSSECKeySet::IgnoreTimestamps() {
190 bool DNSSECKeySet::VerifySignature(
323 std::string DNSSECKeySet
[all...]

Completed in 36 milliseconds