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

/macosx-10.10.1/libresolv-57/
H A Ddst_api.c712 * out_storage Location to write the encoded key to.
716 * >=0 Number of bytes written to out_storage
723 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage, argument
737 memset(out_storage, 0, out_len);
739 dst_s_put_int16(out_storage, val);
742 out_storage[loc++] = (u_char) key->dk_proto;
743 out_storage[loc++] = (u_char) key->dk_alg;
747 dst_s_put_int16(&out_storage[loc], val);
754 (u_char *) &out_storage[loc],
H A Ddst.h60 u_char *out_storage, /* output buffer */
61 const int out_len); /* size of out_storage*/

Completed in 79 milliseconds