Home
last modified time | relevance | path

Searched refs:out_storage (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c698 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage, in dst_key_to_dnskey() argument
712 memset(out_storage, 0, out_len); in dst_key_to_dnskey()
714 dst_s_put_int16(out_storage, val); in dst_key_to_dnskey()
717 out_storage[loc++] = (u_char) key->dk_proto; in dst_key_to_dnskey()
718 out_storage[loc++] = (u_char) key->dk_alg; in dst_key_to_dnskey()
722 dst_s_put_int16(&out_storage[loc], val); in dst_key_to_dnskey()
729 (u_char *) &out_storage[loc], in dst_key_to_dnskey()