Home
last modified time | relevance | path

Searched refs:writeU8 (Results 1 – 20 of 20) sorted by relevance

/external/smack/src/org/xbill/DNS/
DDNSSEC.java115 out.writeU8(sig.getAlgorithm()); in digestSIG()
116 out.writeU8(sig.getLabels()); in digestSIG()
468 out.writeU8(exponentLength); in fromRSAPublicKey()
470 out.writeU8(0); in fromRSAPublicKey()
488 out.writeU8(t); in fromDSAPublicKey()
593 out.writeU8(ASN1_SEQ); in DSASignaturefromDNS()
594 out.writeU8(rlen + slen + 4); in DSASignaturefromDNS()
596 out.writeU8(ASN1_INT); in DSASignaturefromDNS()
597 out.writeU8(rlen); in DSASignaturefromDNS()
599 out.writeU8(0); in DSASignaturefromDNS()
[all …]
DNSEC3PARAMRecord.java81 out.writeU8(hashAlg); in rrToWire()
82 out.writeU8(flags); in rrToWire()
86 out.writeU8(salt.length); in rrToWire()
89 out.writeU8(0); in rrToWire()
DNSEC3Record.java122 out.writeU8(hashAlg); in rrToWire()
123 out.writeU8(flags); in rrToWire()
127 out.writeU8(salt.length); in rrToWire()
130 out.writeU8(0); in rrToWire()
132 out.writeU8(next.length); in rrToWire()
DTLSARecord.java126 out.writeU8(certificateUsage); in rrToWire()
127 out.writeU8(selector); in rrToWire()
128 out.writeU8(matchingType); in rrToWire()
DTypeBitmap.java104 out.writeU8(mapbase); in mapToWire()
105 out.writeU8(arraylength); in mapToWire()
111 out.writeU8(array[j]); in mapToWire()
DSSHFPRecord.java103 out.writeU8(alg); in rrToWire()
104 out.writeU8(digestType); in rrToWire()
DLOCRecord.java284 out.writeU8(0); /* version */ in rrToWire()
285 out.writeU8(toLOCformat(size)); in rrToWire()
286 out.writeU8(toLOCformat(hPrecision)); in rrToWire()
287 out.writeU8(toLOCformat(vPrecision)); in rrToWire()
DIPSECKEYRecord.java211 out.writeU8(precedence); in rrToWire()
212 out.writeU8(gatewayType); in rrToWire()
213 out.writeU8(algorithmType); in rrToWire()
DDLVRecord.java126 out.writeU8(alg); in rrToWire()
127 out.writeU8(digestid); in rrToWire()
DDSRecord.java151 out.writeU8(alg); in rrToWire()
152 out.writeU8(digestid); in rrToWire()
DClientSubnetOption.java159 out.writeU8(sourceNetmask); in optionToWire()
160 out.writeU8(scopeNetmask); in optionToWire()
DKEYBase.java155 out.writeU8(proto); in rrToWire()
156 out.writeU8(alg); in rrToWire()
DSIGBase.java183 out.writeU8(alg); in rrToWire()
184 out.writeU8(labels); in rrToWire()
DAPLRecord.java281 out.writeU8(element.prefixLength); in rrToWire()
282 out.writeU8(wlength); in rrToWire()
DDNSOutput.java109 writeU8(int val) { in writeU8() method in DNSOutput
DNXTRecord.java105 out.writeU8(t); in rrToWire()
DA6Record.java116 out.writeU8(prefixBits); in rrToWire()
DCERTRecord.java220 out.writeU8(alg); in rrToWire()
DWKSRecord.java709 out.writeU8(protocol); in rrToWire()
DName.java671 out.writeU8(0); in toWire()