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.c399 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() argument
414 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv()
422 addr[1] = req_authenticator; in radius_msg_finish_srv()
500 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_acct_resp() argument
506 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp()
982 const u8 *req_authenticator, in decrypt_ms_key() argument
1022 addr[1] = req_authenticator; in decrypt_ms_key()
1060 const u8 *req_authenticator, in encrypt_ms_key() argument
1088 addr[1] = req_authenticator; in encrypt_ms_key()
1187 const u8 *req_authenticator, in radius_msg_add_mppe_keys() argument
[all …]
Dradius.h243 size_t secret_len, const u8 *req_authenticator);
251 const u8 *req_authenticator);
278 const u8 *req_authenticator,