swap_digits 81 net/bluetooth/ecdh_helper.c swap_digits((u64 *)public_key, (u64 *)tmp, 4); /* x */ swap_digits 82 net/bluetooth/ecdh_helper.c swap_digits((u64 *)&public_key[32], (u64 *)&tmp[32], 4); /* y */ swap_digits 101 net/bluetooth/ecdh_helper.c swap_digits((u64 *)secret, (u64 *)tmp, 4); swap_digits 135 net/bluetooth/ecdh_helper.c swap_digits((u64 *)private_key, (u64 *)tmp, 4); swap_digits 204 net/bluetooth/ecdh_helper.c swap_digits((u64 *)tmp, (u64 *)public_key, 4); /* x */ swap_digits 205 net/bluetooth/ecdh_helper.c swap_digits((u64 *)&tmp[32], (u64 *)&public_key[32], 4); /* y */