OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_context_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h
48
typedef struct dst_context
dst_context_t
;
typedef in typeref:struct:dst_context
261
bool useforsigning, int maxbits,
dst_context_t
**dctxp);
279
dst_context_destroy(
dst_context_t
**dctxp);
291
dst_context_adddata(
dst_context_t
*dctx, const isc_region_t *data);
307
dst_context_sign(
dst_context_t
*dctx, isc_buffer_t *sig);
325
dst_context_verify(
dst_context_t
*dctx, isc_region_t *sig);
328
dst_context_verify2(
dst_context_t
*dctx, unsigned int maxbits,
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h
49
typedef struct dst_context
dst_context_t
;
typedef in typeref:struct:dst_context
236
bool useforsigning, int maxbits,
dst_context_t
**dctxp);
254
dst_context_destroy(
dst_context_t
**dctxp);
266
dst_context_adddata(
dst_context_t
*dctx, const isc_region_t *data);
282
dst_context_sign(
dst_context_t
*dctx, isc_buffer_t *sig);
300
dst_context_verify(
dst_context_t
*dctx, isc_region_t *sig);
303
dst_context_verify2(
dst_context_t
*dctx, unsigned int maxbits,
Completed in 21 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026