HomeSort by relevance Sort by last modified time
    Searched defs:tsig (Results 1 - 6 of 6) sorted by null

  /external/smack/src/org/xbill/DNS/
TSIG.java 10 * TSIG records on messages, which provide transaction security.
16 public class TSIG {
86 * Creates a new TSIG key, which can be used to sign or verify a message.
92 TSIG(Name algorithm, Name name, byte [] key) {
100 * Creates a new TSIG key with the hmac-md5 algorithm, which can be used to
106 TSIG(Name name, byte [] key) {
111 * Creates a new TSIG object, which can be used to sign or verify a message.
118 TSIG(Name algorithm, String name, String key) {
121 throw new IllegalArgumentException("Invalid TSIG key string");
126 throw new IllegalArgumentException("Invalid TSIG key name")
366 TSIGRecord tsig = m.getTSIG(); local
510 TSIGRecord tsig = m.getTSIG(); local
    [all...]
SimpleResolver.java 11 * SimpleResolver handles TCP retries, transaction security (TSIG), and
14 * @see TSIG
33 private TSIG tsig; field in class:SimpleResolver
156 setTSIGKey(TSIG key) {
157 tsig = key;
160 TSIG
162 return tsig;
195 verifyTSIG(Message query, Message response, byte [] b, TSIG tsig) {
    [all...]
ZoneTransferIn.java 58 private TSIG tsig; field in class:ZoneTransferIn
59 private TSIG.StreamVerifier verifier;
171 SocketAddress address, TSIG key)
174 this.tsig = key;
197 * @param key The TSIG key used to authenticate the transfer, or null.
202 newAXFR(Name zone, SocketAddress address, TSIG key) {
211 * @param key The TSIG key used to authenticate the transfer, or null.
216 newAXFR(Name zone, String host, int port, TSIG key)
228 * @param key The TSIG key used to authenticate the transfer, or null
    [all...]
  /system/core/sh/
trap.c 237 char *t, tsig; local
272 tsig = *t;
273 if (tsig == 0) {
288 tsig = S_IGN; /* don't hard ignore these */
290 tsig = S_HARD_IGN;
292 tsig = S_RESET; /* force to be set */
295 if (tsig == S_HARD_IGN || tsig == action)
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 1331 AuthRecord tsig; local
    [all...]
  /external/strace/
signal.c 367 char tsig[40]; local
368 sprintf(tsig, "RT_%u", i - __SIGRTMIN);
369 sprintf(s, format, tsig);
373 char tsig[32]; local
374 sprintf(tsig, "%u", i);
375 sprintf(s, format, tsig);
    [all...]

Completed in 121 milliseconds