Home
last modified time | relevance | path

Searched refs:req_authenticator (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/radius/
Dradius.c397 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() argument
412 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv()
420 addr[1] = req_authenticator; in radius_msg_finish_srv()
498 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_acct_resp() argument
504 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp()
980 const u8 *req_authenticator, in decrypt_ms_key() argument
1020 addr[1] = req_authenticator; in decrypt_ms_key()
1058 const u8 *req_authenticator, in encrypt_ms_key() argument
1086 addr[1] = req_authenticator; in encrypt_ms_key()
1185 const u8 *req_authenticator, in radius_msg_add_mppe_keys() argument
[all …]
Dradius.h233 size_t secret_len, const u8 *req_authenticator);
241 const u8 *req_authenticator);
268 const u8 *req_authenticator,