Home | History | Annotate | Download | only in libresolv

Lines Matching defs:dstkey

36 	DST_KEY *dstkey;
66 dstkey = NULL;
68 dstkey = dst_buffer_to_key(key->name, KEY_HMAC_MD5,
72 if (dstkey == NULL) {
81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
86 dst_free_key(dstkey);
112 dst_free_key(dstkey);
116 ret = ns_verify(answer, &len, dstkey, sig, siglen,
141 dst_free_key(dstkey);
169 dst_free_key(dstkey);