Home
last modified time | relevance | path

Searched refs:source (Results 1 – 10 of 10) sorted by relevance

/uoscore-uedhoc-latest/src/common/
Dbyte_array.c28 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()
Dmemcpy_s.c27 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/
DREADME.MD10 source <path>/zephyr-env.sh
18 source <path>/zephyr-env.sh
DCMakeLists.txt23 ../externals/tinycrypt/lib/source/*.c
/uoscore-uedhoc-latest/inc/common/
Dmemcpy_s.h41 enum err _memcpy_s(uint8_t *dest, uint32_t dest_len, const uint8_t *source,
Dbyte_array.h51 const struct byte_array *source, uint32_t capacity);
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/
DCMakeLists.txt14 ../../../externals/tinycrypt/lib/source/*.c)
/uoscore-uedhoc-latest/
DDoxyfile66 # 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 …]
DLICENSE-APACHE27 including but not limited to software source code, documentation
28 source, and configuration files.
56 communication on electronic mailing lists, source code control systems,
DREADME.MD49 * The folder `src` contains all source file.