Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 43) sorted by relevance

12

/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names.c61 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
Dpsa_constant_names_generated.c88 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()
Dkey_ladder_demo.c371 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/
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-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dmd5.h61 unsigned char buffer[64]; /*!< data block being processed */ member
Dmd4.h62 unsigned char buffer[64]; /*!< data block being processed */ member
Dripemd160.h53 unsigned char buffer[64]; /*!< data block being processed */ member
Dsha1.h65 unsigned char buffer[64]; /*!< The data block being processed. */ member
Dmd2.h61 unsigned char buffer[16]; /*!< data block being processed */ member
Dsha256.h60 unsigned char buffer[64]; /*!< The data block being processed. */ member
Dsha512.h59 unsigned char buffer[128]; /*!< The data block being processed. */ member
/openthread-2.7.6/src/posix/
Dcli_stdio.cpp91 char buffer[OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH]; in otAppCliProcess() local
Dclient.cpp285 char buffer[kLineBufferSize]; in main() local
327 char buffer[kLineBufferSize]; in main() local
/openthread-2.7.6/src/lib/spinel/
Dspinel_encoder.cpp160 uint8_t buffer[6]; in WriteUintPacked() local
217 uint8_t buffer[sizeof(uint16_t)]; in CloseStruct() local
/openthread-2.7.6/tests/unit/
Dtest_checksum.cpp166 uint8_t buffer[kMaxSize]; in TestUdpMessageChecksum() local
237 uint8_t buffer[kMaxSize]; in TestIcmp6MessageChecksum() local
Dtest_mac_frame.cpp64 uint8_t buffer[OT_EXT_ADDRESS_SIZE]; in TestMacAddress() local
175 char buffer[sizeof(kTooLongName) + 2]; in TestMacNetworkName() local
Dtest_cmd_line_parser.cpp252 uint8_t buffer[sizeof(kEvenParsedArray)]; in TestParsingHexStrings() local
Dtest_spinel_decoder.cpp45 uint8_t buffer[kTestBufferSize]; in TestDecoder() local
Dtest_dns.cpp61 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/
Dbase64.c249 unsigned char buffer[128]; in mbedtls_base64_self_test() local
/openthread-2.7.6/examples/platforms/simulation/
Dflash.c105 uint8_t buffer[SWAP_SIZE]; in otPlatFlashErase() local
/openthread-2.7.6/src/posix/platform/
Ddaemon.cpp304 uint8_t buffer[OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH]; in Process() local
/openthread-2.7.6/third_party/mbedtls/repo/programs/aes/
Daescrypt2.c98 unsigned char buffer[1024]; in main() local
Dcrypt_and_hash.c97 unsigned char buffer[1024]; in main() local
/openthread-2.7.6/src/core/coap/
Dcoap_message.cpp207 uint8_t buffer[sizeof(uint32_t)]; in AppendUintOption() local
625 uint8_t buffer[sizeof(uint64_t)]; in ReadOptionValue() local

12