Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 56) sorted by relevance

123

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dmemory.h81 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) \ argument
95 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) \ argument
104 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) ((void) (ptr), (void) (size)) argument
105 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) ((void) (ptr), (void) (size)) argument
Dconstant_flow.h65 #define TEST_CF_SECRET(ptr, size) argument
66 #define TEST_CF_PUBLIC(ptr, size) argument
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_IAR.c101 size_t __write(int handle, const unsigned char * buffer, size_t size) { in __write()
117 size_t __write_buffered(int handle, const unsigned char * buffer, size_t size) { in __write_buffered()
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dtest_memory.c40 void mbedtls_test_memory_poison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_poison()
52 void mbedtls_test_memory_unpoison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_unpoison()
/openthread-latest/third_party/mbedtls/repo/tests/configs/
Duser-config-malloc-0-null.h12 static inline void *custom_calloc(size_t nmemb, size_t size) in custom_calloc()
/openthread-latest/src/core/common/
Dcode_utils.hpp79 #define OT_ALIGNED_VAR_SIZE(size, align_type) (((size) + (sizeof(align_type) - 1)) / sizeof(align_t… argument
82 #define OT_DEFINE_ALIGNED_VAR(name, size, align_type) \ argument
/openthread-latest/third_party/mbedtls/repo/library/
Dmd_wrap.h34 unsigned char size; member
Dpsa_crypto_its.h37 uint32_t size; /**< The size of the data associated with a uid **/ member
Dx509write_csr.c132 size_t size, in x509write_csr_der_internal()
285 size_t size, in mbedtls_x509write_csr_der()
309 int mbedtls_x509write_csr_pem(mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
Dpkwrite.c437 int mbedtls_pk_write_pubkey_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_der()
504 int mbedtls_pk_write_key_der(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_der()
544 int mbedtls_pk_write_pubkey_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_pubkey_pem()
571 int mbedtls_pk_write_key_pem(const mbedtls_pk_context *key, unsigned char *buf, size_t size) in mbedtls_pk_write_key_pem()
Dx509.c812 int mbedtls_x509_dn_gets(char *buf, size_t size, const mbedtls_x509_name *dn) in mbedtls_x509_dn_gets()
945 int mbedtls_x509_serial_gets(char *buf, size_t size, const mbedtls_x509_buf *serial) in mbedtls_x509_serial_gets()
979 int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets()
1511 int mbedtls_x509_info_subject_alt_name(char **buf, size_t *size, in mbedtls_x509_info_subject_alt_name()
1721 int mbedtls_x509_info_cert_type(char **buf, size_t *size, in mbedtls_x509_info_cert_type()
1751 int mbedtls_x509_info_key_usage(char **buf, size_t *size, in mbedtls_x509_info_key_usage()
Dmemory_buffer_alloc.c35 size_t size; member
199 static void *buffer_alloc_calloc(size_t n, size_t size) in buffer_alloc_calloc()
537 static void *buffer_alloc_calloc_mutexed(size_t n, size_t size) in buffer_alloc_calloc_mutexed()
Dx509write_crt.c388 const char *t, size_t size) in x509_write_time()
416 unsigned char *buf, size_t size, in mbedtls_x509write_crt_der()
660 unsigned char *buf, size_t size, in mbedtls_x509write_crt_pem()
/openthread-latest/tests/unit/
Dtest_heap.cpp65 for (size_t size = 1; size <= heap.GetCapacity(); ++size) in TestAllocateSingle() local
102 size_t size = sizeof(Node) + static_cast<size_t>(rand()) % aSizeLimit; in TestAllocateRandomly() local
Dtest_checksum.cpp185 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestUdpMessageChecksum() local
253 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestIcmp6MessageChecksum() local
328 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestTcp4MessageChecksum() local
383 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestUdp4MessageChecksum() local
/openthread-latest/tests/fuzz/
Dradio_receive_done.cpp60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
Dip6_send.cpp60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
Dncp_hdlc_received.cpp69 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
Dcli_received.cpp71 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/openthread-latest/third_party/tcplp/lib/
Dcbuf.h46 size_t size; member
/openthread-latest/src/core/radio/
Dtrel_packet.cpp61 uint16_t size = sizeof(Header); in GetSize() local
/openthread-latest/src/core/net/
Dip6_headers.cpp122 uint8_t size = static_cast<uint8_t>(aHeaderSize % ExtensionHeader::kLengthUnitSize); in InitToPadHeaderWithSize() local
/openthread-latest/src/posix/platform/
Dsettings.cpp196 …for (off_t size = lseek(sSettingsFd, 0, SEEK_END), offset = lseek(sSettingsFd, 0, SEEK_SET); offse… in otPlatSettingsInit() local
338 const off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsGet() local
414 off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsAdd() local
434 off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsDelete() local
/openthread-latest/src/core/utils/
Dheap.cpp69 uint16_t size = static_cast<uint16_t>(aCount * aSize); in CAlloc() local
/openthread-latest/src/cli/
Dcli_srp_client.cpp228 uint16_t size; in Process() local
684 uint16_t size; in ProcessServiceAdd() local

123