Home
last modified time | relevance | path

Searched defs:Nx (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/common/
Ddpp_crypto.c416 int dpp_derive_k2(const u8 *Nx, size_t Nx_len, u8 *k2, unsigned int hash_len) in dpp_derive_k2()
1142 int dpp_derive_pmk(const u8 *Nx, size_t Nx_len, u8 *pmk, unsigned int hash_len) in dpp_derive_pmk()
1613 const u8 *Nx, size_t Nx_len, in dpp_pkex_derive_z()
Ddpp_pkex.c218 const u8 *Nx, const u8 *Ny) in dpp_pkex_build_exchange_resp()
Ddpp.h218 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member
323 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; member
Ddpp.c4160 u8 Nx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_peer_intro() local