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

/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h207 size_t Mx_len; member in struct:dpp_authentication
H A Ddpp.c1519 static int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, argument
1530 if (dpp_hmac(hash_len, salt, hash_len, Mx, Mx_len, prk) < 0)
1588 if (!auth->Mx_len || !auth->Nx_len) {
1601 len[num_elem] = auth->Mx_len;
2305 auth->Mx_len = auth->secret_len;
2520 auth->Mx_len = 0;
3191 auth->Mx_len = auth->secret_len;
7168 const u8 *Mx, size_t Mx_len,
7188 info_len = 2 * ETH_ALEN + Mx_len + Nx_len + os_strlen(code);
7197 os_memcpy(pos, Mx, Mx_len);
7167 dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, const u8 *Mx, size_t Mx_len, const u8 *Nx, size_t Nx_len, const char *code, const u8 *Kx, size_t Kx_len, u8 *z, unsigned int hash_len) argument
[all...]

Completed in 66 milliseconds