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

  /src/external/bsd/nsd/dist/
edns.h 70 int ede; /* RFC 8914 - Extended DNS Errors */ member in struct:edns_record
88 #define ASSIGN_EDE_CODE_AND_STRING_LITERAL(EDE, CODE, LITERAL) \
90 EDE = (CODE); \
91 EDE ## _text = (LITERAL ""); \
92 EDE ## _text_len = sizeof(LITERAL) - 1; \
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des3_common.txt 32 # DES EDE ECB test
34 Cipher = DES-EDE-ECB
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des3_common.txt 34 # DES EDE ECB test
36 Cipher = DES-EDE-ECB
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 88 """Extract EDE options from the DNS message."""
94 if option.otype == dns.edns.OptionType.EDE
100 """Check that message contains no EDE option."""
102 assert not ede_options, f"unexpected EDE options {ede_options} in {message}"
105 def ede(message: dns.message.Message, code: EDECode, text: str | None = None) -> None: function
106 """Check if message contains expected EDE code (and its text)."""
110 assert matching_opts, f"missing EDE code {code} in {message}"
115 # check at least one matching EDE option has the required text
120 assert False, f'EDE text "{text}" not found in [{opt_str}]'
  /src/external/mpl/bind/dist/bin/tests/system/nta/
tests_nta.py 22 # applied to a response (draft-farrokhi-dnsop-ede-nta).
32 opt.otype == dns.edns.OptionType.EDE and opt.code == code for opt in res.options
437 # Anchor must disclose that via EDE code 33 (draft-farrokhi-dnsop-ede-nta).
442 # Without an NTA, validation fails: SERVFAIL and no NTA EDE.
447 # With an NTA in place, the answer is returned (AD=0) and carries EDE 33.
453 isctest.check.ede(res, NTA_EDE_CODE)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_dig.py 528 param("ede:0000666f6f", "; EDE: 0 (Other): (foo)", id="first-defined-code"),
529 param("ede:0018", "; EDE: 24 (Invalid Data)", id="last-defined-code"),
530 param("ede:0019666f6f", "; EDE: 25: (foo)", id="undefined-code"),
531 param("ede", "; EDE:", id="empty"),
532 param("ede:00", '; EDE: 00 (".")', id="too-short")
    [all...]

Completed in 47 milliseconds