HomeSort by relevance Sort by last modified time
    Searched full:keytag (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/xbill/DNS/
CERTRecord.java 109 private int certType, keyTag;
123 * @param keyTag The ID of the associated KEYRecord, if present
128 CERTRecord(Name name, int dclass, long ttl, int certType, int keyTag,
133 this.keyTag = checkU16("keyTag", keyTag);
141 keyTag = in.readU16();
153 keyTag = st.getUInt16();
169 sb.append (keyTag);
197 return keyTag;
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
71 int qtype, keytag, algorithm, flags, certlen;
82 res->ci_keytag = keytag;
127 int type, keytag, algorithm; local
168 GETSHORT(keytag, cp); /* key tag */
174 printf("type=%d keytag=%d alg=%d len=%d\n",
175 type, keytag, algorithm, rdlength);
179 cur->ci_next = getnewci(type, keytag, algorithm,
214 int qtype, qclass, keytag, algorithm; local
301 GETSHORT(keytag, cp); /* key tag *
    [all...]
netdb_dnssec.h 63 int ci_keytag; /* keytag */

Completed in 86 milliseconds