HomeSort by: relevance | last modified time | path
    Searched refs:to_wire (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mpl/bind/dist/contrib/scripts/
catzhash.py 33 NAME = dns.name.from_text(sys.argv[1]).to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/cname_dname_negcache/
common.py 35 sock.sendto(msg1.to_wire(), (ns.ip, port))
36 sock.sendto(msg2.to_wire(), (ns.ip, port))
  /src/external/mpl/bind/dist/bin/tests/system/tsig/ans2/
ans.py 39 yield BytesResponseSend(tc_response.to_wire()[:-1])
  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_badtime.py 60 wire = msg.to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/sig0/
tests_sig0.py 72 query.to_wire(renderer)
89 sig_rdata_pre_sig = sig_rdata_header + signer_name.to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/formerr/
tests_formerr.py 44 return dns.name.from_text(text).to_wire()
52 return dns.name.root.to_wire()
150 ).to_wire(),
171 ).to_wire(),
217 ).to_wire(),
247 ).to_wire(),
261 ).to_wire(),
270 ).to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/doth/
tests_malicious.py 31 wire = msg.to_wire()
tests_gnutls.py 46 query_wire = query.to_wire()
  /src/external/bsd/unbound/dist/contrib/
unbound-querycachedb.py 18 hobj.update(dns.name.from_text(qname).to_wire())
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py 155 sig_rdata += signer_name.canonicalize().to_wire()
160 rr_wire = rrset.name.canonicalize().to_wire()
354 wire = msg.to_wire()
394 wire = msg.to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
tests_isc_spnego_flaws.py 73 tkey_rdata = dns.name.from_text("gss-tsig.").to_wire() # domain
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
generic.py 161 msg_len = len(msg.to_wire())
  /src/external/mpl/bind/dist/bin/tests/system/tcp/
tests_tcp.py 230 await loop.sock_sendall(sock, msg.to_wire(prepend_length=True))
248 frame = message.to_wire(prepend_length=True)
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_py/ans4/
rrsig_labels_signer_ans.py 76 wire = dns.name.from_text(name).canonicalize().to_wire()
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans5/
ans.py 98 # Force TSIG materialization to get the updated context by calling to_wire().
99 _ = response.to_wire(multi=True, tsig_ctx=self._tsig_ctx)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 849 lambda: self.ForwarderProtocol(qctx.query.to_wire(), response),
1002 causing exceptions to be raised when `make_response()` or `to_wire()` are
1051 def to_wire(self, *args: Any, **kwargs: Any) -> bytes: member in class:_DnsMessageWithTsigDisabled
1053 Override the `to_wire()` method to prevent it from trying to sign
1057 return super().to_wire(*args, **kwargs)
1407 # Calling to_wire() on a Message again may result in a different TSIG
1411 return prepend_length_unless_udp(response.to_wire(max_size=65535))

Completed in 28 milliseconds