HomeSort by: relevance | last modified time | path
    Searched refs:dst_key_t (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 48 typedef struct dst_key dst_key_t; typedef in typeref:struct:dst_key
235 dst_context_create(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category,
324 dst_key_computesecret(const dst_key_t *pub, const dst_key_t *priv,
367 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
394 isc_mem_t *mctx, dst_key_t **keyp);
422 dst_key_t **keyp);
443 dst_key_read_state(const char *filename, isc_mem_t *mctx, dst_key_t **keyp);
459 dst_key_tofile(const dst_key_t *key, int type, const char *directory);
478 dst_key_t **keyp)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 47 typedef struct dst_key dst_key_t; typedef in typeref:struct:dst_key
260 dst_context_create(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category,
349 dst_key_computesecret(const dst_key_t *pub, const dst_key_t *priv,
392 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
419 isc_mem_t *mctx, dst_key_t **keyp);
447 dst_key_t **keyp);
468 dst_key_read_state(const char *filename, isc_mem_t *mctx, dst_key_t **keyp);
484 dst_key_tofile(const dst_key_t *key, int type, const char *directory);
503 dst_key_t **keyp)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
key.c 81 dst_key_name(const dst_key_t *key) {
87 dst_key_size(const dst_key_t *key) {
93 dst_key_proto(const dst_key_t *key) {
99 dst_key_alg(const dst_key_t *key) {
105 dst_key_flags(const dst_key_t *key) {
111 dst_key_id(const dst_key_t *key) {
117 dst_key_rid(const dst_key_t *key) {
123 dst_key_class(const dst_key_t *key) {
129 dst_key_iszonekey(const dst_key_t *key) {
147 dst_key_isnullkey(const dst_key_t *key)
    [all...]
dst_internal.h 166 dst_key_t *key;
184 isc_result_t (*createctx)(dst_key_t *key, dst_context_t *dctx);
185 isc_result_t (*createctx2)(dst_key_t *key, int maxbits,
197 isc_result_t (*computesecret)(const dst_key_t *pub,
198 const dst_key_t *priv,
200 bool (*compare)(const dst_key_t *key1, const dst_key_t *key2);
201 bool (*paramcompare)(const dst_key_t *key1, const dst_key_t *key2);
202 isc_result_t (*generate)(dst_key_t *key, int parms
    [all...]
zone_p.h 38 dst_key_t **keys, unsigned int *nkeys);
42 dst_key_t *zone_keys[], unsigned int nkeys,
dst_api.c 153 static dst_key_t *
158 write_public_key(const dst_key_t *key, int type, const char *directory);
160 write_key_state(const dst_key_t *key, int type, const char *directory);
165 computeid(dst_key_t *key);
170 dst_key_t **keyp);
293 dst_context_create(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category,
365 dst_key_t *key;
423 dst_key_computesecret(const dst_key_t *pub, const dst_key_t *priv,
450 dst_key_tofile(const dst_key_t *key, int type, const char *directory)
    [all...]
hmac_link.c 65 static isc_result_t hmac##alg##_createctx(dst_key_t *key, \
84 static bool hmac##alg##_compare(const dst_key_t *key1, \
85 const dst_key_t *key2) { \
89 dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) { \
94 static bool hmac##alg##_isprivate(const dst_key_t *key) { \
97 static void hmac##alg##_destroy(dst_key_t *key) { hmac_destroy(key); } \
98 static isc_result_t hmac##alg##_todns(const dst_key_t *key, \
102 static isc_result_t hmac##alg##_fromdns(dst_key_t *key, \
106 static isc_result_t hmac##alg##_tofile(const dst_key_t *key, \
111 dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
    [all...]
tsec.c 40 dst_key_t *key;
45 dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key,
148 *(dst_key_t **)keyp = tsec->ukey.key;
dst_parse.h 127 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
131 dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
gssapi_link.c 57 gssapi_create_signverify_ctx(dst_key_t *key, dst_context_t *dctx) {
223 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) {
232 gssapi_generate(dst_key_t *key, int unused, void (*callback)(int)) {
242 gssapi_isprivate(const dst_key_t *key) {
248 gssapi_destroy(dst_key_t *key) {
255 gssapi_restore(dst_key_t *key, const char *keystr) {
292 gssapi_dump(dst_key_t *key, isc_mem_t *mctx, char **buffer, int *length) {
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 142 dst_key_t *key;
157 isc_result_t (*createctx)(dst_key_t *key, dst_context_t *dctx);
158 isc_result_t (*createctx2)(dst_key_t *key, int maxbits,
170 isc_result_t (*computesecret)(const dst_key_t *pub,
171 const dst_key_t *priv,
173 bool (*compare)(const dst_key_t *key1, const dst_key_t *key2);
174 bool (*paramcompare)(const dst_key_t *key1, const dst_key_t *key2);
175 isc_result_t (*generate)(dst_key_t *key, int parms
    [all...]
key.c 82 dst_key_name(const dst_key_t *key) {
88 dst_key_size(const dst_key_t *key) {
94 dst_key_proto(const dst_key_t *key) {
100 dst_key_alg(const dst_key_t *key) {
106 dst_key_flags(const dst_key_t *key) {
112 dst_key_id(const dst_key_t *key) {
118 dst_key_rid(const dst_key_t *key) {
124 dst_key_class(const dst_key_t *key) {
130 dst_key_directory(const dst_key_t *key) {
136 dst_key_iszonekey(const dst_key_t *key)
    [all...]
dst_openssl.h 56 dst__openssl_keypair_compare(const dst_key_t *key1, const dst_key_t *key2);
59 dst__openssl_keypair_isprivate(const dst_key_t *key);
62 dst__openssl_keypair_destroy(dst_key_t *key);
dst_api.c 167 static dst_key_t *
172 write_public_key(const dst_key_t *key, int type, const char *directory);
174 write_key_state(const dst_key_t *key, int type, const char *directory);
179 computeid(dst_key_t *key);
184 dst_key_t **keyp);
284 dst_context_create(dst_key_t *key, isc_mem_t *mctx, isc_logcategory_t *category,
354 dst_key_t *key;
412 dst_key_computesecret(const dst_key_t *pub, const dst_key_t *priv,
439 dst_key_tofile(const dst_key_t *key, int type, const char *directory)
    [all...]
hmac_link.c 58 static isc_result_t hmac##alg##_createctx(dst_key_t *key, \
77 static bool hmac##alg##_compare(const dst_key_t *key1, \
78 const dst_key_t *key2) { \
82 dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) { \
87 static bool hmac##alg##_isprivate(const dst_key_t *key) { \
90 static void hmac##alg##_destroy(dst_key_t *key) { hmac_destroy(key); } \
91 static isc_result_t hmac##alg##_todns(const dst_key_t *key, \
95 static isc_result_t hmac##alg##_fromdns(dst_key_t *key, \
99 static isc_result_t hmac##alg##_tofile(const dst_key_t *key, \
104 dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
    [all...]
zone_p.h 36 dst_key_t *zone_keys[], unsigned int nkeys,
dst_parse.h 120 dst__privstruct_parse(dst_key_t *key, unsigned int alg, isc_lex_t *lex,
124 dst__privstruct_writefile(const dst_key_t *key, const dst_private_t *priv,
gssapi_link.c 68 gssapi_create_signverify_ctx(dst_key_t *key, dst_context_t *dctx) {
234 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) {
243 gssapi_generate(dst_key_t *key, int unused, void (*callback)(int)) {
253 gssapi_isprivate(const dst_key_t *key) {
259 gssapi_destroy(dst_key_t *key) {
266 gssapi_restore(dst_key_t *key, const char *keystr) {
303 gssapi_dump(dst_key_t *key, isc_mem_t *mctx, char **buffer, int *length) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dnssec.h 54 dst_key_t *key;
83 isc_mem_t *mctx, dst_key_t **key);
103 dns_dnssec_make_dnskey(dst_key_t *key, unsigned char *buf, int bufsize,
120 dns_dnssec_sign(const dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
149 dns_dnssec_verify(const dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
184 dns_dnssec_keyactive(dst_key_t *key, isc_stdtime_t now);
198 dns_dnssec_signmessage(dns_message_t *msg, dst_key_t *key);
215 dst_key_t *key);
256 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey,
keymgr.h 36 dns_keymgr_settime_syncpublish(dst_key_t *key, dns_kasp_t *kasp, bool first);
194 dns_keymgr_key_may_be_purged(const dst_key_t *key, uint32_t after,
ssu.h 149 const dns_name_t *target, const dst_key_t *key,
243 dns_rdatatype_t type, const dst_key_t *key,
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnssec.h 54 dst_key_t *key;
82 isc_mem_t *mctx, dst_key_t **key);
102 dns_dnssec_sign(const dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
131 dns_dnssec_verify(const dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
170 unsigned int maxkeys, dst_key_t **keys,
180 dns_dnssec_keyactive(dst_key_t *key, isc_stdtime_t now);
194 dns_dnssec_signmessage(dns_message_t *msg, dst_key_t *key);
211 dst_key_t *key);
252 dns_dnsseckey_create(isc_mem_t *mctx, dst_key_t **dstkey,
tsec.h 65 dns_tsec_create(isc_mem_t *mctx, dns_tsectype_t type, dst_key_t *key,
tkey.h 41 dst_key_t *dhkey;
95 dns_tkey_builddhquery(dns_message_t *msg, dst_key_t *key,
164 dst_key_t *key, isc_buffer_t *nonce,
  /src/external/mpl/bind/dist/bin/dnssec/
dnssectool.h 107 check_keyversion(dst_key_t *key, char *keystr);
110 set_keyversion(dst_key_t *key);
113 key_collision(dst_key_t *dstkey, dns_name_t *name, const char *dir,

Completed in 49 milliseconds

1 2 3 4 5