Searched refs:to (Results 1 – 3 of 3) sorted by relevance
/tinycrypt-latest/lib/include/tinycrypt/ |
D | utils.h | 61 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/ |
D | utils.c | 40 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/ |
D | README.zephyr | 8 Any changes to the local version should include Zephyr's TinyCrypt 32 may be used to endorse or promote products derived from this software
|