Searched refs:cert (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | cert_37.c | 33 dns_cert_t cert; local 48 RETTOK(dns_cert_fromtext(&cert, &token.value.as_textregion)); 49 RETERR(uint16_tobuffer(cert, target)); 169 dns_rdata_cert_t *cert = source; local 173 REQUIRE(cert->common.rdtype == type); 174 REQUIRE(cert->common.rdclass == rdclass); 179 RETERR(uint16_tobuffer(cert->type, target)); 180 RETERR(uint16_tobuffer(cert->key_tag, target)); 181 RETERR(uint8_tobuffer(cert->algorithm, target)); 183 return (mem_tobuffer(target, cert 188 dns_rdata_cert_t *cert = target; local 219 dns_rdata_cert_t *cert = source; local [all...] |
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | cert.h | 18 /* $Id: cert.h,v 1.19 2007/06/19 23:47:16 tbox Exp $ */ 23 /*! \file dns/cert.h */ 49 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target); 51 * Put a textual representation of certificate type 'cert' into 'target'. 54 *\li 'cert' is a valid cert.
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rcode.c | 34 #include <dns/cert.h> 299 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target) { argument 300 return (dns_mnemonic_totext(cert, target, certs));
|
H A D | rdata.c | 34 #include <dns/cert.h>
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | rdata_test.c | 106 static dns_rdata_cert_t cert; local 107 result = dns_rdata_tostruct(rdata, sp = &cert, NULL); 373 static dns_rdata_cert_t cert; local 374 result = dns_rdata_tostruct(rdata, sp = &cert, mctx); 669 dns_rdata_cert_t cert; 670 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &cert, b);
|
Completed in 1070 milliseconds