/*
* Copyright (C) 1999-2005, 2007, 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id$ */
/* Reviewed: Wed Mar 15 21:14:32 EST 2000 by tale */
/* RFC2538 */
#ifndef RDATA_GENERIC_CERT_37_C
#define RDATA_GENERIC_CERT_37_C
#define RRTYPE_CERT_ATTRIBUTES (0)
static inline isc_result_t
/*
* Cert type.
*/
ISC_FALSE));
/*
* Key tag.
*/
ISC_FALSE));
/*
* Algorithm.
*/
ISC_FALSE));
}
static inline isc_result_t
unsigned int n;
/*
* Type.
*/
n = uint16_fromregion(&sr);
/*
* Key tag.
*/
n = uint16_fromregion(&sr);
/*
* Algorithm.
*/
/*
* Cert.
*/
else
return (ISC_R_SUCCESS);
}
static inline isc_result_t
return (ISC_R_UNEXPECTEDEND);
}
static inline isc_result_t
}
static inline int
}
static inline isc_result_t
}
static inline isc_result_t
return (ISC_R_NOMEMORY);
return (ISC_R_SUCCESS);
}
static inline void
return;
}
static inline isc_result_t
return (ISC_R_SUCCESS);
}
static inline isc_result_t
isc_region_t r;
dns_rdata_toregion(rdata, &r);
}
static inline isc_boolean_t
return (ISC_TRUE);
}
static inline isc_boolean_t
return (ISC_TRUE);
}
static inline int
}
#endif /* RDATA_GENERIC_CERT_37_C */