Home
last modified time | relevance | path

Searched defs:Mx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h32 explicit ScopedLock(Mutex &Mx) : Mu(Mx) { Mu.lock(); } in ScopedLock()
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c389 int dpp_derive_k1(const u8 *Mx, size_t Mx_len, u8 *k1, unsigned int hash_len) in dpp_derive_k1()
1612 const u8 *Mx, size_t Mx_len, in dpp_pkex_derive_z()
1692 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_reconfig_derive_ke_responder() local
1793 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; in dpp_reconfig_derive_ke_initiator() local
H A Ddpp_pkex.c34 u8 *Mx, *My; in dpp_pkex_build_exchange_req() local
H A Ddpp.h217 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
321 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1062 Register Mx = MI.getOperand(MxOp).getReg(); in expandPostRAPseudo() local