| /src/lib/libresolv/ |
| Makefile | 19 SRCS+= ns_date.c ns_samedomain.c ns_sign.c ns_verify.c
|
| res_sendsigned.c | 81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
|
| ns_sign.c | 1 /* $NetBSD: ns_sign.c,v 1.2 2022/04/19 20:32:17 rillig Exp $ */ 21 static const char rcsid[] = "Id: ns_sign.c,v 1.6 2006/03/09 23:57:56 marka Exp "; 23 __RCSID("$NetBSD: ns_sign.c,v 1.2 2022/04/19 20:32:17 rillig Exp $"); 61 * ns_sign 82 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, function
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_sendsigned.c | 80 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
|
| /src/include/arpa/ |
| nameser.h | 563 #define ns_sign __ns_sign macro 625 int ns_sign(u_char *, int *, int, int, void *,
|
| /src/external/bsd/libbind/dist/include/arpa/ |
| nameser.h | 562 #define ns_sign __ns_sign macro 628 int ns_sign __P((u_char *, int *, int, int, void *,
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_sign.c | 1 /* $NetBSD: ns_sign.c,v 1.1.1.2 2012/09/09 16:08:05 christos Exp $ */ 21 static const char rcsid[] = "Id: ns_sign.c,v 1.6 2006/03/09 23:57:56 marka Exp "; 59 * ns_sign 80 ns_sign(u_char *msg, int *msglen, int msgsize, int error, void *k, function
|
| /src/external/bsd/libbind/dist/tests/ |
| dig8.c | 1336 /* ns_sign() also calls dst_init(), but there is no harm 1366 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
|