Home | History | Annotate | Download | only in libresolv

Lines Matching defs:dst_key

38 typedef struct dst_key {
47 } DST_KEY;
90 int (*sign)(const int mode, DST_KEY *key, void **context,
93 int (*verify)(const int mode, DST_KEY *key, void **context,
96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
97 int (*generate)(DST_KEY *key, int parms);
100 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
102 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
104 int (*to_file_fmt)(const DST_KEY *key, char *out,
106 int (*from_file_fmt)(DST_KEY *key, const char *out,