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.c394 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() argument
409 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv()
417 addr[1] = req_authenticator; in radius_msg_finish_srv()
495 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_acct_resp() argument
501 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp()
983 const u8 *req_authenticator, in decrypt_ms_key() argument
1023 addr[1] = req_authenticator; in decrypt_ms_key()
1059 const u8 *req_authenticator, in encrypt_ms_key() argument
1087 addr[1] = req_authenticator; in encrypt_ms_key()
1186 const u8 *req_authenticator, in radius_msg_add_mppe_keys() argument
[all …]
Dradius.h227 size_t secret_len, const u8 *req_authenticator);
235 const u8 *req_authenticator);
262 const u8 *req_authenticator,