Home
last modified time | relevance | path

Searched refs:to (Results 1 – 3 of 3) sorted by relevance

/tinycrypt-latest/lib/include/tinycrypt/
Dutils.h61 unsigned int _copy(uint8_t *to, unsigned int to_len,
71 void _set(void *to, uint8_t val, unsigned int len);
87 extern void _set_secure(void *to, uint8_t val, unsigned int len);
89 static inline void _set_secure(void *to, uint8_t val, unsigned int len) in _set_secure() argument
91 (void) memset(to, val, len); in _set_secure()
93 __asm__ __volatile__("" :: "g"(to) : "memory"); in _set_secure()
/tinycrypt-latest/lib/source/
Dutils.c40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy() argument
44 (void)memcpy(to, from, from_len); in _copy()
51 void _set(void *to, uint8_t val, unsigned int len) in _set() argument
53 (void)memset(to, val, len); in _set()
/tinycrypt-latest/
DREADME.zephyr8 Any changes to the local version should include Zephyr's TinyCrypt
32 may be used to endorse or promote products derived from this software