Searched refs:Mx (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h40 explicit ScopedLock(Mutex &Mx) : Mu(Mx) { Mu.lock(); } argument
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond1.mk103 .if defined(nosuch) && ${nosuch:Mx} != ""
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h138 u8 Mx[DPP_MAX_SHARED_SECRET_LEN]; member in struct:dpp_pkex
206 u8 Mx[DPP_MAX_SHARED_SECRET_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)
1590 "DPP: Mx/Nx not available - cannot derive ke");
1600 addr[num_elem] = auth->Mx;
2299 auth->Mx, &secret_len) < 0)
2304 auth->Mx, auth->secret_len);
2307 if (dpp_derive_k1(auth->Mx, auth->secret_len, auth->k1,
2519 os_memset(auth->Mx, 0, sizeof(auth->Mx));
3185 if (dpp_ecdh(own_bi->pubkey, pi, auth->Mx,
6903 BIGNUM *Mx = NULL, *My = NULL; local
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
7268 BIGNUM *Mx = NULL, *My = NULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1012 Register Mx = MI.getOperand(MxOp).getReg();
1013 unsigned CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1);

Completed in 62 milliseconds