Home
last modified time | relevance | path

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

/net/bluetooth/
Decdh_helper.c44 static inline void swap_digits(u64 *in, u64 *out, unsigned int ndigits) in swap_digits() argument
48 for (i = 0; i < ndigits; i++) in swap_digits()
49 out[i] = __swab64(in[ndigits - 1 - i]); in swap_digits()