Lines Matching refs:DST_KEY
29 * DST_KEY *dst_read_key() Function to retrieve private/public KEY.
31 * DST_KEY *dst_dnskey_to_key() Function to convert DNS KEY RR to a DST
35 * DST_KEY *dst_buffer_to_key() Converst a data in buffer to KEY
36 * int *dst_key_to_buffer() Writes out DST_KEY key matterial in buffer
73 static DST_KEY *dst_s_read_public_key(const char *in_name,
75 static int dst_s_read_private_key_file(char *name, DST_KEY *pk_key,
77 static int dst_s_write_public_key(const DST_KEY *key);
78 static int dst_s_write_private_key(const DST_KEY *key);
81 static DST_KEY *dst_s_get_key_struct(const char *name, const int alg,
166 static DST_KEY *
170 DST_KEY *new_key = NULL;
173 new_key = (DST_KEY *) malloc(sizeof(*new_key));
203 dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2)
249 dst_sign_data(const int mode, DST_KEY *in_key, void **context,
292 dst_verify_data(const int mode, DST_KEY *in_key, void **context,
329 DST_KEY *
334 DST_KEY *dg_key = NULL, *pubkey = NULL;
372 dst_write_key(const DST_KEY *key, const int type)
411 dst_s_write_private_key(const DST_KEY *key)
470 static DST_KEY *
593 dst_s_write_public_key(const DST_KEY *key)
651 DST_KEY *
654 DST_KEY *key_st;
711 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage,
764 DST_KEY *
773 DST_KEY *dkey = NULL;
799 dst_key_to_buffer(DST_KEY *key, u_char *out_buff, int buf_len)
828 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id,
962 DST_KEY *
966 DST_KEY *new_key = NULL;
1010 DST_KEY *
1011 dst_free_key(DST_KEY *f_key)
1042 dst_sig_size(DST_KEY *key) {