Home
last modified time | relevance | path

Searched refs:from_len (Results 1 – 2 of 2) sorted by relevance

/mcuboot-2.7.6/ext/tinycrypt/lib/source/
Dutils.c41 const uint8_t *from, unsigned int from_len) in _copy() argument
43 if (from_len <= to_len) { in _copy()
44 (void)memcpy(to, from, from_len); in _copy()
45 return from_len; in _copy()
/mcuboot-2.7.6/ext/tinycrypt/lib/include/tinycrypt/
Dutils.h61 const uint8_t *from, unsigned int from_len);