HomeSort by: relevance | last modified time | path
    Searched defs:dst_key (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libresolv/
dst_internal.h 38 typedef struct dst_key { struct
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
    [all...]
  /src/external/bsd/libbind/dist/dst/
dst_internal.h 38 typedef struct dst_key { struct
47 } DST_KEY;
82 int (*sign)(const int mode, DST_KEY *key, void **context,
85 int (*verify)(const int mode, DST_KEY *key, void **context,
88 int (*compare)(const DST_KEY *key1, const DST_KEY *key2);
89 int (*generate)(DST_KEY *key, int parms);
92 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
94 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
96 int (*to_file_fmt)(const DST_KEY *key, char *out
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 79 struct dst_key { struct
keymgr.c 491 * The created key will be stored in 'dst_key'.
499 dst_key_t **dst_key) {
566 *dst_key = newkey;
1820 dst_key_t *dst_key = NULL; local
1979 now, newkeys, &dst_key);
1983 dst_key_setttl(dst_key, dns_kasp_dnskeyttl(kasp));
1984 dst_key_settime(dst_key, DST_TIME_CREATED, now);
1985 dns_dnsseckey_create(mctx, &dst_key, &new_key);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 100 struct dst_key { struct
keymgr.c 427 * The created key will be stored in 'dst_key'.
434 dst_key_t **dst_key) {
470 *dst_key = newkey;
1666 dst_key_t *dst_key = NULL; local
1779 &dst_key);
1783 dst_key_setttl(dst_key, dns_kasp_dnskeyttl(kasp));
1784 dst_key_settime(dst_key, DST_TIME_CREATED, now);
1785 result = dns_dnsseckey_create(mctx, &dst_key, &new_key);
  /src/lib/libc/include/isc/
dst.h 7 typedef struct dst_key { struct
14 } DST_KEY;
65 DST_KEY *, /*!< the key to use */
72 DST_KEY *, /*!< the key to use */
78 DST_KEY *dst_read_key(const char *, /*!< name of key */
82 int dst_write_key(const DST_KEY *, /*!< key to write out */
84 DST_KEY *dst_dnskey_to_key(const char *, /*!< KEY record name */
87 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */
90 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
96 int dst_key_to_buffer(DST_KEY *, u_char *, int)
    [all...]
  /src/external/bsd/libbind/dist/include/isc/
dst.h 7 typedef struct dst_key { struct
14 } DST_KEY;
65 DST_KEY *, /*!< the key to use */
72 DST_KEY *, /*!< the key to use */
78 DST_KEY *dst_read_key(const char *, /*!< name of key */
82 int dst_write_key(const DST_KEY *, /*!< key to write out */
84 DST_KEY *dst_dnskey_to_key(const char *, /*!< KEY record name */
87 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */
90 DST_KEY *dst_buffer_to_key(const char *, /*!< name of the key */
96 int dst_key_to_buffer(DST_KEY *, u_char *, int)
    [all...]

Completed in 24 milliseconds