Searched refs:cert (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dcert_37.c24 dns_cert_t cert; local
39 RETTOK(dns_cert_fromtext(&cert, &token.value.as_textregion));
40 RETERR(uint16_tobuffer(cert, target));
163 dns_rdata_cert_t *cert = source; local
167 REQUIRE(cert->common.rdtype == type);
168 REQUIRE(cert->common.rdclass == rdclass);
173 RETERR(uint16_tobuffer(cert->type, target));
174 RETERR(uint16_tobuffer(cert->key_tag, target));
175 RETERR(uint8_tobuffer(cert->algorithm, target));
177 return (mem_tobuffer(target, cert
182 dns_rdata_cert_t *cert = target; local
213 dns_rdata_cert_t *cert = source; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dcert.h9 /* $Id: cert.h,v 1.19 2007/06/19 23:47:16 tbox Exp $ */
14 /*! \file dns/cert.h */
40 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target);
42 * Put a textual representation of certificate type 'cert' into 'target'.
45 *\li 'cert' is a valid cert.
/bind-9.11.3/lib/dns/
H A Drcode.c27 #include <dns/cert.h>
344 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target) { argument
345 return (dns_mnemonic_totext(cert, target, certs));
H A Drdata.c27 #include <dns/cert.h>

Completed in 32 milliseconds