Searched defs:M (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
|
/hostap-3.6.0/src/common/ |
D | dpp_pkex.c | 34 struct crypto_ec_point *Qi = NULL, *M = NULL; in dpp_pkex_build_exchange_req() local 351 struct crypto_ec_point *Qi = NULL, *Qr = NULL, *M = NULL, *X = NULL, in dpp_pkex_rx_exchange_req() local
|
D | dpp_crypto.c | 1667 struct crypto_ec_point *M = NULL; in dpp_reconfig_derive_ke_responder() local 1767 struct crypto_ec_point *sum = NULL, *M = NULL; in dpp_reconfig_derive_ke_initiator() local
|
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 30 #define debug(M, ...) qDebug("DEBUG %d: " M, __LINE__, ##__VA_ARGS__) argument 32 #define debug(M, ...) do {} while (0) argument
|
/hostap-3.6.0/src/tls/ |
D | libtommath.c | 1885 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod() local 2962 mp_int M[TAB_SIZE], res; in mp_exptmod_fast() local
|