/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | config.py | 40 def __init__(self, active, name, value='', section=None): argument 66 def __contains__(self, name): argument 82 def known(self, name): argument 86 def __getitem__(self, name): argument 93 def get(self, name, default=None): argument 106 def __setitem__(self, name, value): argument 113 def set(self, name, value=None): argument 127 def unset(self, name): argument 205 def is_seamless_alt(name): argument 222 def include_in_full(name): argument [all …]
|
D | generate_psa_constants.py | 228 def _make_return_case(name): argument 232 def _make_append_case(name): argument
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | x509_create.c | 34 const char *name; /* String representation of AttributeType, e.g. member 108 static const x509_attr_descriptor_t *x509_attr_descr_from_name( const char *name, size_t name_len ) in x509_attr_descr_from_name() 123 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() 243 const unsigned char *name = cur_name->val.p; in x509_write_name() local
|
D | ssl_tls13_keys.h | 45 #define MBEDTLS_SSL_TLS1_3_LABEL( name, string ) \ argument
|
D | entropy_poll.c | 143 int name[2]; in sysctl_arnd_wrapper() local
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 130 const char *name = get_name(alg); in append_with_alg() local 145 const char *name = psa_strerror(status); in psa_snprint_status() local 162 const char *name = psa_ecc_family_name(curve); in psa_snprint_ecc_curve() local 179 const char *name = psa_dh_family_name(group); in psa_snprint_dh_group() local
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | md_internal.h | 48 const char * name; member
|
D | ssl_ticket.h | 53 unsigned char name[4]; /*!< random key identifier */ member
|
D | pk_internal.h | 40 const char *name; member
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | mcast6.py | 42 def if_nametoindex(name): argument
|
D | find_border_agents.py | 35 def on_service_state_change(zeroconf, service_type, name, state_change): argument
|
/openthread-3.5.0/tests/scripts/thread-cert/pktverify/ |
D | layers.py | 70 def has(self, name) -> bool: argument 86 def __getattr__(self, name): argument
|
D | coap.py | 65 def __getattr__(self, name): argument
|
D | layer_fields_container.py | 46 def __getattr__(self, name): argument
|
/openthread-3.5.0/tests/unit/ |
D | test_binary_search.cpp | 77 char name[kMaxNameSize]; in TestBinarySearch() local
|
D | test_heap_string.cpp | 78 Heap::String name; in GetName() local
|
D | test_dns.cpp | 67 char name[Dns::Name::kMaxNameSize]; in TestDnsName() local 550 char name[kNameSize]; in TestDnsCompressedName() local 917 char name[Dns::Name::kMaxNameSize]; in TestHeaderAndResourceRecords() local
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/sys/ |
D | queue.h | 124 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) argument 143 #define QMD_SAVELINK(name, link) argument 161 #define SLIST_HEAD(name, type) \ argument 166 #define SLIST_CLASS_HEAD(name, type) \ argument 264 #define STAILQ_HEAD(name, type) \ argument 270 #define STAILQ_CLASS_HEAD(name, type) \ argument 397 #define LIST_HEAD(name, type) \ argument 402 #define LIST_CLASS_HEAD(name, type) \ argument 537 #define TAILQ_HEAD(name, type) \ argument 544 #define TAILQ_CLASS_HEAD(name, type) \ argument
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | generate_test_code.py | 303 def gen_function_wrapper(name, local_vars, args_dispatch): argument 328 def gen_dispatch(name, dependencies): argument 501 def generate_function_code(name, code, local_vars, args_dispatch, argument
|
D | check_names.py | 76 def __init__(self, filename, line, line_no, pos, name): argument 850 def output_check_result(self, name, problems): argument
|
/openthread-3.5.0/src/core/common/ |
D | code_utils.hpp | 82 #define OT_DEFINE_ALIGNED_VAR(name, size, align_type) \ argument
|
/openthread-3.5.0/src/core/net/ |
D | dnssd_server.cpp | 416 DnsName name; in ParseQueryName() local 677 DnsName name; in Log() local 835 DnsName name; in ShouldForwardToUpstream() local 918 DnsName name; in ResolveByProxy() local 995 DnsName name; in RemoveQueryAndPrepareResponse() local
|
/openthread-3.5.0/src/cli/ |
D | cli_dns.cpp | 578 char name[OT_DNS_MAX_NAME_SIZE]; in HandleDnsBrowseResponse() local 620 char name[OT_DNS_MAX_NAME_SIZE]; in HandleDnsServiceResponse() local
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/ |
D | selftest.c | 251 const char *name; member
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/ |
D | cc.h | 117 char name[TCP_CA_NAME_MAX]; member
|