Home
last modified time | relevance | path

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

/mcuboot-2.7.6/ext/tinycrypt/lib/source/
Dutils.c40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy() argument
43 if (from_len <= to_len) { in _copy()
/mcuboot-2.7.6/ext/tinycrypt/lib/include/tinycrypt/
Dutils.h60 unsigned int _copy(uint8_t *to, unsigned int to_len,