Searched refs:sgdata (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
H A Dscatterwalk.c25 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) memcpy_dir() argument
27 void *src = out ? buf : sgdata; memcpy_dir()
28 void *dst = out ? sgdata : buf; memcpy_dir()

Completed in 39 milliseconds