/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_jsons/ |
D | driver_transparent_schema.json | 3 "type": "object", string 6 "type": "string" string 9 "type": "string", string 12 "type": { object 13 "type": "string", string 17 "type": "string" string 20 "type": "array", string 22 "type": "string" string 27 "type": "array", string 30 "type": "object", string [all …]
|
D | driver_opaque_schema.json | 3 "type": "object", string 6 "type": "string" string 9 "type": "string", string 12 "type": { object 13 "type": "string", string 17 "type": ["integer","string"], array 21 "type": "string" string 24 "type": "array", string 26 "type": "string" string 31 "type": "array", string [all …]
|
D | mbedtls_test_transparent_driver.json | 3 "type": "transparent", string
|
D | p256_transparent_driver.json | 3 "type": "transparent", string
|
D | mbedtls_test_opaque_driver.json | 3 "type": "opaque", string
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | lms.h | 33 #define MBEDTLS_LMOTS_N_HASH_LEN(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 32u : 0) argument 37 #define MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 34u : 0) argument 38 #define MBEDTLS_LMOTS_C_RANDOM_VALUE_LEN(type) (MBEDTLS_LMOTS_N_HASH_LEN(type)) argument 40 #define MBEDTLS_LMOTS_SIG_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 47 #define MBEDTLS_LMS_H_TREE_HEIGHT(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 10u : 0) argument 52 #define MBEDTLS_LMS_M_NODE_BYTES(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 32 : 0) argument 55 #define MBEDTLS_LMS_SIG_LEN(type, otstype) (MBEDTLS_LMOTS_Q_LEAF_ID_LEN + \ argument 61 #define MBEDTLS_LMS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMS_TYPE_LEN + \ argument
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | lmots.h | 27 #define MBEDTLS_LMOTS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 35 #define MBEDTLS_LMOTS_SIG_SIGNATURE_OFFSET(type) (MBEDTLS_LMOTS_SIG_C_RANDOM_OFFSET + \ argument
|
D | psa_crypto_storage.h | 276 psa_crypto_transaction_type_t type; member 285 psa_crypto_transaction_type_t type; member 304 psa_crypto_transaction_type_t type) in psa_crypto_prepare_transaction()
|
D | md_wrap.h | 31 mbedtls_md_type_t type; member
|
D | lms.c | 66 #define MERKLE_TREE_NODE_AM(type) ((size_t) 1 << (MBEDTLS_LMS_H_TREE_HEIGHT(type) + 1u)) argument 67 #define MERKLE_TREE_LEAF_NODE_AM(type) ((size_t) 1 << MBEDTLS_LMS_H_TREE_HEIGHT(type)) argument 68 #define MERKLE_TREE_INTERNAL_NODE_AM(type) ((unsigned int) \ argument 238 mbedtls_lms_algorithm_type_t type; in mbedtls_lms_import_public_key() local 555 mbedtls_lms_algorithm_type_t type, in mbedtls_lms_generate_private_key()
|
D | mps_trace.h | 109 #define MBEDTLS_MPS_TRACE(type, ...) \ argument 146 #define MBEDTLS_MPS_TRACE(type, ...) do { } while (0) argument
|
D | md.c | 68 #define MD_INFO(type, out_size, block_size) type, out_size, block_size, argument 70 #define MD_INFO(type, out_size, block_size) type, out_size, argument 409 #define ALLOC(type) \ argument
|
/openthread-latest/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-latest/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-latest/tests/scripts/thread-cert/ |
D | tlvs_parsing.py | 35 def __init__(self, type, data): argument 45 def __init__(self, type): argument
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 379 #define PSA_KEY_TYPE_IS_VENDOR_DEFINED(type) \ argument 386 #define PSA_KEY_TYPE_IS_UNSTRUCTURED(type) \ argument 391 #define PSA_KEY_TYPE_IS_ASYMMETRIC(type) \ argument 396 #define PSA_KEY_TYPE_IS_PUBLIC_KEY(type) \ argument 400 #define PSA_KEY_TYPE_IS_KEY_PAIR(type) \ argument 412 #define PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(type) \ argument 424 #define PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) \ argument 544 #define PSA_KEY_TYPE_IS_RSA(type) \ argument 574 #define PSA_KEY_TYPE_IS_ECC(type) \ argument 578 #define PSA_KEY_TYPE_IS_ECC_KEY_PAIR(type) \ argument [all …]
|
D | crypto_compat.h | 182 psa_key_type_t type, const uint8_t *data, size_t data_length) in psa_set_key_domain_parameters()
|
/openthread-latest/src/core/radio/ |
D | trel_packet.cpp | 76 Type type = GetType(); in ToString() local
|
D | trel_link.cpp | 118 Header::Type type; in BeginTransmit() local 319 Header::Type type; in ProcessReceivedPacket() local
|
/openthread-latest/third_party/mbedtls/repo/programs/cipher/ |
D | cipher_aead_demo.c | 121 mbedtls_cipher_type_t type; in aead_prepare() local 159 mbedtls_cipher_type_t type = mbedtls_cipher_get_type(ctx); in aead_info() local
|
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_key_management.c | 273 psa_key_type_t type = psa_get_key_type(attributes); in mbedtls_test_transparent_import_key() local 356 psa_key_type_t type = psa_get_key_type(attributes); in mbedtls_test_opaque_import_key() local 516 psa_key_type_t type = psa_get_key_type(attributes); in mbedtls_test_opaque_export_key() local
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_publish_meshcop_service.py | 252 def discover_services(self, host, type): argument
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names_generated.c | 91 psa_key_type_t type) in psa_snprint_key_type()
|
/openthread-latest/tests/scripts/expect/ |
D | _common.exp | 191 proc get_ipaddr {type} { argument
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/ |
D | p256-m_driver_entrypoints.c | 75 psa_key_type_t type = psa_get_key_type(attributes); in p256_transparent_import_key() local 115 psa_key_type_t type = psa_get_key_type(attributes); in p256_transparent_export_public_key() local
|