Searched refs:req_authenticator (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 376 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() argument 391 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv() 399 addr[1] = req_authenticator; in radius_msg_finish_srv() 946 const u8 *req_authenticator, in decrypt_ms_key() argument 982 addr[1] = req_authenticator; in decrypt_ms_key() 1018 const u8 *req_authenticator, in encrypt_ms_key() argument 1046 addr[1] = req_authenticator; in encrypt_ms_key() 1137 const u8 *req_authenticator, in radius_msg_add_mppe_keys() argument 1167 encrypt_ms_key(send_key, send_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys() 1192 encrypt_ms_key(recv_key, recv_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()
|
D | radius.h | 201 size_t secret_len, const u8 *req_authenticator); 233 const u8 *req_authenticator,
|