Searched refs:Mx_len (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_i.h | 101 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len); 122 const u8 *Mx, size_t Mx_len,
|
H A D | dpp_crypto.c | 368 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1() argument 378 if (dpp_hmac(hash_len, salt, hash_len, Mx, Mx_len, prk) < 0) in dpp_derive_k1() 434 if (!auth->Mx_len || !auth->Nx_len) { in dpp_derive_bk_ke() 444 len[num_elem] = auth->Mx_len; in dpp_derive_bk_ke() 1588 const u8 *Mx, size_t Mx_len, in dpp_pkex_derive_z() 1615 info_len += Mx_len + Nx_len + os_strlen(code); in dpp_pkex_derive_z() 1629 os_memcpy(pos, Mx, Mx_len); in dpp_pkex_derive_z() 1630 pos += Mx_len; in dpp_pkex_derive_z() 1586 dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, u8 ver_init, u8 ver_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) dpp_pkex_derive_z() argument
|
H A D | dpp_auth.c | 47 auth->Mx_len = 0; in dpp_auth_success() 788 auth->Mx_len = auth->secret_len; in dpp_auth_req_rx() 1248 auth->Mx_len = auth->secret_len; in dpp_auth_init()
|
H A D | dpp.h | 288 size_t Mx_len; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 207 size_t Mx_len; member
|
H A D | dpp.c | 1519 static int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, in dpp_derive_k1() argument 1530 if (dpp_hmac(hash_len, salt, hash_len, Mx, Mx_len, prk) < 0) in dpp_derive_k1() 1588 if (!auth->Mx_len || !auth->Nx_len) { in dpp_derive_ke() 1601 len[num_elem] = auth->Mx_len; in dpp_derive_ke() 2305 auth->Mx_len = auth->secret_len; in dpp_auth_init() 2520 auth->Mx_len = 0; in dpp_auth_success() 3191 auth->Mx_len = auth->secret_len; in dpp_auth_req_rx() 7168 const u8 *Mx, size_t Mx_len, in dpp_pkex_derive_z() 7188 info_len = 2 * ETH_ALEN + Mx_len + Nx_len + os_strlen(code); in dpp_pkex_derive_z() 7197 os_memcpy(pos, Mx, Mx_len); in dpp_pkex_derive_z() 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) dpp_pkex_derive_z() argument [all...] |
Completed in 17 milliseconds