/openthread-3.5.0/third_party/tcplp/bsdtcp/sys/ |
D | queue.h | 153 #define QUEUE_TYPEOF(type) type argument 155 #define QUEUE_TYPEOF(type) struct type argument 161 #define SLIST_HEAD(name, type) \ argument 166 #define SLIST_CLASS_HEAD(name, type) \ argument 174 #define SLIST_ENTRY(type) \ argument 179 #define SLIST_CLASS_ENTRY(type) \ argument 232 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 255 #define SLIST_SWAP(head1, head2, type) do { \ argument 264 #define STAILQ_HEAD(name, type) \ argument 270 #define STAILQ_CLASS_HEAD(name, type) \ argument [all …]
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_storage.h | 289 psa_crypto_transaction_type_t type; member 299 psa_crypto_transaction_type_t type; member 318 psa_crypto_transaction_type_t type ) in psa_crypto_prepare_transaction()
|
D | psa_crypto_client.c | 40 psa_key_type_t type, in psa_set_key_domain_parameters()
|
D | mps_trace.h | 130 #define MBEDTLS_MPS_TRACE( type, ... ) \ argument 167 #define MBEDTLS_MPS_TRACE( type, ... ) do { } while( 0 ) argument
|
D | pk.c | 159 psa_key_type_t type; in mbedtls_pk_setup_opaque() local 220 int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type ) in mbedtls_pk_can_do() 337 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext()
|
D | psa_crypto_ecp.c | 49 psa_key_type_t type, size_t curve_bits, in mbedtls_psa_ecp_load_representation() 207 psa_status_t mbedtls_psa_ecp_export_key( psa_key_type_t type, in mbedtls_psa_ecp_export_key()
|
D | pk_wrap.c | 65 static int rsa_can_do( mbedtls_pk_type_t type ) in rsa_can_do() 219 static int eckey_can_do( mbedtls_pk_type_t type ) in eckey_can_do() 444 static int eckeydh_can_do( mbedtls_pk_type_t type ) in eckeydh_can_do() 475 static int ecdsa_can_do( mbedtls_pk_type_t type ) in ecdsa_can_do() 745 static int rsa_alt_can_do( mbedtls_pk_type_t type ) in rsa_alt_can_do() 900 static int pk_opaque_can_do( mbedtls_pk_type_t type ) in pk_opaque_can_do()
|
D | psa_crypto_rsa.c | 74 psa_key_type_t type, const uint8_t *data, size_t data_length, in mbedtls_psa_rsa_load_representation() 168 psa_status_t mbedtls_psa_rsa_export_key( psa_key_type_t type, in mbedtls_psa_rsa_export_key()
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/cc/ |
D | cc_newreno.c | 90 newreno_ack_received(struct cc_var *ccv, uint16_t type) in newreno_ack_received() 187 newreno_cong_signal(struct cc_var *ccv, uint32_t type) in newreno_cong_signal()
|
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 346 #define PSA_KEY_TYPE_IS_VENDOR_DEFINED(type) \ argument 353 #define PSA_KEY_TYPE_IS_UNSTRUCTURED(type) \ argument 358 #define PSA_KEY_TYPE_IS_ASYMMETRIC(type) \ argument 363 #define PSA_KEY_TYPE_IS_PUBLIC_KEY(type) \ argument 367 #define PSA_KEY_TYPE_IS_KEY_PAIR(type) \ argument 379 #define PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(type) \ argument 391 #define PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) \ argument 469 #define PSA_KEY_TYPE_IS_RSA(type) \ argument 499 #define PSA_KEY_TYPE_IS_ECC(type) \ argument 503 #define PSA_KEY_TYPE_IS_ECC_KEY_PAIR(type) \ argument [all …]
|
D | crypto_compat.h | 81 #define MBEDTLS_DEPRECATED_CONSTANT( type, value ) \ argument 115 #define PSA_BLOCK_CIPHER_BLOCK_SIZE( type ) \ argument
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | tlvs_parsing.py | 35 def __init__(self, type, data): argument 45 def __init__(self, type): argument
|
D | coap.py | 113 def type(self): member in CoapOption 225 def type(self): member in CoapMessage 296 def type(self): member in CoapMessageProxy
|
D | ipv6.py | 169 def type(self): member in Header 490 def type(self): member in UDPHeader 539 def type(self): member in UDPDatagram 604 def type(self): member in ICMPv6 633 def type(self): member in FragmentHeader 694 def type(self): member in HopByHop
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | md_internal.h | 51 mbedtls_md_type_t type; member
|
D | pk_internal.h | 37 mbedtls_pk_type_t type; member
|
D | cipher_internal.h | 115 mbedtls_cipher_type_t type; member
|
/openthread-3.5.0/src/core/radio/ |
D | trel_packet.cpp | 79 Type type = GetType(); in ToString() local
|
D | trel_link.cpp | 122 Header::Type type; in BeginTransmit() local 323 Header::Type type; in ProcessReceivedPacket() local
|
/openthread-3.5.0/tests/scripts/expect/ |
D | _common.exp | 163 proc get_ipaddr {type} { argument
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names_generated.c | 93 psa_key_type_t type) in psa_snprint_key_type()
|
D | psa_constant_names.c | 211 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() 250 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 49 psa_key_type_t type; in check_key_attributes_sanity() local 637 psa_key_type_t type, size_t bits, in mbedtls_test_psa_exported_key_sanity_check() 924 psa_key_usage_t mbedtls_test_psa_usage_to_exercise( psa_key_type_t type, in mbedtls_test_psa_usage_to_exercise()
|
/openthread-3.5.0/tests/scripts/thread-cert/pktverify/ |
D | test_layer_fields.py | 156 def assertIsInstanceOrNull(self, field, type): argument
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 116 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received() 222 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
|