/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 61 static void append(char **buffer, size_t buffer_size, in append() 72 static void append_integer(char **buffer, size_t buffer_size, in append_integer() 87 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve() 105 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group() 125 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg() 142 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status() 159 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve() 176 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group() 214 char buffer[200]; in process_signed() local 253 char buffer[200]; in process_unsigned() local
|
D | psa_constant_names_generated.c | 88 static int psa_snprint_key_type(char *buffer, size_t buffer_size, in psa_snprint_key_type() 143 static int psa_snprint_algorithm(char *buffer, size_t buffer_size, in psa_snprint_algorithm() 325 static int psa_snprint_key_usage(char *buffer, size_t buffer_size, in psa_snprint_key_usage()
|
D | key_ladder_demo.c | 371 unsigned char *buffer = NULL; in wrap_data() local 445 unsigned char *buffer = NULL; in unwrap_data() local
|
/openthread-2.7.6/third_party/jlink/SEGGER_RTT_V640/Syscalls/ |
D | SEGGER_RTT_Syscalls_IAR.c | 101 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-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | md5.h | 61 unsigned char buffer[64]; /*!< data block being processed */ member
|
D | md4.h | 62 unsigned char buffer[64]; /*!< data block being processed */ member
|
D | ripemd160.h | 53 unsigned char buffer[64]; /*!< data block being processed */ member
|
D | sha1.h | 65 unsigned char buffer[64]; /*!< The data block being processed. */ member
|
D | md2.h | 61 unsigned char buffer[16]; /*!< data block being processed */ member
|
D | sha256.h | 60 unsigned char buffer[64]; /*!< The data block being processed. */ member
|
D | sha512.h | 59 unsigned char buffer[128]; /*!< The data block being processed. */ member
|
/openthread-2.7.6/src/posix/ |
D | cli_stdio.cpp | 91 char buffer[OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH]; in otAppCliProcess() local
|
D | client.cpp | 285 char buffer[kLineBufferSize]; in main() local 327 char buffer[kLineBufferSize]; in main() local
|
/openthread-2.7.6/src/lib/spinel/ |
D | spinel_encoder.cpp | 160 uint8_t buffer[6]; in WriteUintPacked() local 217 uint8_t buffer[sizeof(uint16_t)]; in CloseStruct() local
|
/openthread-2.7.6/tests/unit/ |
D | test_checksum.cpp | 166 uint8_t buffer[kMaxSize]; in TestUdpMessageChecksum() local 237 uint8_t buffer[kMaxSize]; in TestIcmp6MessageChecksum() local
|
D | test_mac_frame.cpp | 64 uint8_t buffer[OT_EXT_ADDRESS_SIZE]; in TestMacAddress() local 175 char buffer[sizeof(kTooLongName) + 2]; in TestMacNetworkName() local
|
D | test_cmd_line_parser.cpp | 252 uint8_t buffer[sizeof(kEvenParsedArray)]; in TestParsingHexStrings() local
|
D | test_spinel_decoder.cpp | 45 uint8_t buffer[kTestBufferSize]; in TestDecoder() local
|
D | test_dns.cpp | 61 uint8_t buffer[kMaxSize]; in TestDnsName() local 412 uint8_t buffer[kMaxBufferSize]; in TestDnsCompressedName() local 781 uint8_t buffer[kMaxSize]; in TestHeaderAndResourceRecords() local
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | base64.c | 249 unsigned char buffer[128]; in mbedtls_base64_self_test() local
|
/openthread-2.7.6/examples/platforms/simulation/ |
D | flash.c | 105 uint8_t buffer[SWAP_SIZE]; in otPlatFlashErase() local
|
/openthread-2.7.6/src/posix/platform/ |
D | daemon.cpp | 304 uint8_t buffer[OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH]; in Process() local
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/aes/ |
D | aescrypt2.c | 98 unsigned char buffer[1024]; in main() local
|
D | crypt_and_hash.c | 97 unsigned char buffer[1024]; in main() local
|
/openthread-2.7.6/src/core/coap/ |
D | coap_message.cpp | 207 uint8_t buffer[sizeof(uint32_t)]; in AppendUintOption() local 625 uint8_t buffer[sizeof(uint64_t)]; in ReadOptionValue() local
|