Searched refs:source (Results 1 – 10 of 10) sorted by relevance
| /uoscore-uedhoc-latest/src/common/ |
| D | byte_array.c | 28 const struct byte_array *source, uint32_t capacity) in byte_array_append() argument 30 if (source->len + dest->len > capacity) { in byte_array_append() 33 TRY(_memcpy_s(dest->ptr + dest->len, capacity - dest->len, source->ptr, in byte_array_append() 34 source->len)); in byte_array_append() 35 dest->len += source->len; in byte_array_append()
|
| D | memcpy_s.c | 27 enum err _memcpy_s(uint8_t *dest, uint32_t dest_len, const uint8_t *source, in _memcpy_s() argument 33 if ((NULL == dest) || (NULL == source)) { in _memcpy_s() 38 memcpy(dest, source, source_len); in _memcpy_s()
|
| /uoscore-uedhoc-latest/test/ |
| D | README.MD | 10 source <path>/zephyr-env.sh 18 source <path>/zephyr-env.sh
|
| D | CMakeLists.txt | 23 ../externals/tinycrypt/lib/source/*.c
|
| /uoscore-uedhoc-latest/inc/common/ |
| D | memcpy_s.h | 41 enum err _memcpy_s(uint8_t *dest, uint32_t dest_len, const uint8_t *source,
|
| D | byte_array.h | 51 const struct byte_array *source, uint32_t capacity);
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/ |
| D | CMakeLists.txt | 14 ../../../externals/tinycrypt/lib/source/*.c)
|
| /uoscore-uedhoc-latest/ |
| D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 515 # locally in source files will be included in the documentation. If set to NO, 862 # documented source files. You may enter file names like myfile.cpp or 869 # This tag can be used to specify the character encoding of the source files 880 # *.h) to filter out the source-files in the directories. 949 # excluded from the INPUT source files. This way you can easily exclude a 992 # *.h) to filter out the source-files in the directories. If left blank all 1046 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). 1051 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 1053 # it is also possible to disable source filtering for a specific pattern using [all …]
|
| D | LICENSE-APACHE | 27 including but not limited to software source code, documentation 28 source, and configuration files. 56 communication on electronic mailing lists, source code control systems,
|
| D | README.MD | 49 * The folder `src` contains all source file.
|