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

/bind-9.11.3/lib/dns/
H A Dview.c158 view->statickeys = NULL;
376 if (view->statickeys != NULL)
377 dns_tsigkeyring_detach(&view->statickeys);
887 if (view->statickeys != NULL)
888 dns_tsigkeyring_detach(&view->statickeys);
889 dns_tsigkeyring_attach(ring, &view->statickeys);
1564 view->statickeys);
1596 return (dns_tsig_verify(source, msg, view->statickeys,
/bind-9.11.3/lib/dns/include/dns/
H A Dview.h110 dns_tsig_keyring_t * statickeys; member in struct:dns_view
/bind-9.11.3/bin/named/
H A Dserver.c10885 RWLOCK(&view->statickeys->lock, isc_rwlocktype_read);
10886 result = list_keynames(view, view->statickeys, text,
10888 RWUNLOCK(&view->statickeys->lock, isc_rwlocktype_read);

Completed in 49 milliseconds