Searched refs:dst_key_to_dnskey (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/include/isc/ |
H A D | dst.h | 29 #define dst_key_to_dnskey __dst_key_to_dnskey macro 85 int dst_key_to_dnskey(const DST_KEY *, /*!< key to translate */
|
/titanic_41/usr/src/lib/libresolv2/common/dst/ |
H A D | dst_api.c | 598 } else if ((len = dst_key_to_dnskey(key, out_key, sizeof(out_key)))< 0) in dst_s_write_public_key() 702 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage, in dst_key_to_dnskey() function 785 dnslen = dst_key_to_dnskey(dkey, dns, sizeof(dns)); in dst_buffer_to_key() 901 dnslen = dst_key_to_dnskey(pk_key, dns, sizeof(dns)); in dst_s_read_private_key_file() 983 dnslen = dst_key_to_dnskey(new_key, dns, sizeof(dns)); in dst_generate_key()
|