Lines Matching refs:copy
46 it = std::copy(&z, &z + 1, it); in f4()
47 it = std::copy(v, v + OCTET32_LEN, it); in f4()
48 it = std::copy(u, u + OCTET32_LEN, it); in f4()
67 it = std::copy(length, length + 2, it); in calculate_mac_key_or_ltk()
68 it = std::copy(a2, a2 + 7, it); in calculate_mac_key_or_ltk()
69 it = std::copy(a1, a1 + 7, it); in calculate_mac_key_or_ltk()
70 it = std::copy(n2.begin(), n2.end(), it); in calculate_mac_key_or_ltk()
71 it = std::copy(n1.begin(), n1.end(), it); in calculate_mac_key_or_ltk()
72 it = std::copy(key_id, key_id + 4, it); in calculate_mac_key_or_ltk()
73 it = std::copy(&counter, &counter + 1, it); in calculate_mac_key_or_ltk()
110 it = std::copy(a2, a2 + 7, it); in f6()
111 it = std::copy(a1, a1 + 7, it); in f6()
112 it = std::copy(iocap, iocap + 3, it); in f6()
113 it = std::copy(r.begin(), r.end(), it); in f6()
114 it = std::copy(n2.begin(), n2.end(), it); in f6()
115 it = std::copy(n1.begin(), n1.end(), it); in f6()
129 it = std::copy(y.begin(), y.end(), it); in g2()
130 it = std::copy(v, v + OCTET32_LEN, it); in g2()
131 it = std::copy(u, u + OCTET32_LEN, it); in g2()
184 it = std::copy(&iat, &iat + 1, it); in c1()
185 it = std::copy(&rat, &rat + 1, it); in c1()
186 it = std::copy(preq, preq + 7, it); in c1()
187 it = std::copy(pres, pres + 7, it); in c1()
198 it = std::copy(ra, ra + 6, it); in c1()
199 it = std::copy(ia, ia + 6, it); in c1()
200 it = std::copy(padding.begin(), padding.end(), it); in c1()