Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/radius/
H A Dradius.c489 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() argument
499 os_memcpy(msg->hdr->authenticator, req_authenticator, in radius_msg_finish_srv()
510 addr[1] = req_authenticator; in radius_msg_finish_srv()
596 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_acct_resp() argument
602 os_memcpy(msg->hdr->authenticator, req_authenticator, MD5_MAC_LEN); in radius_msg_finish_acct_resp()
1171 const u8 *req_authenticator, in decrypt_ms_key() argument
1211 addr[1] = req_authenticator; in decrypt_ms_key()
1250 const u8 *req_authenticator, in encrypt_ms_key() argument
1278 addr[1] = req_authenticator; in encrypt_ms_key()
1382 const u8 *req_authenticator, in radius_msg_add_mppe_keys() argument
[all …]
H A Dradius.h274 size_t secret_len, const u8 *req_authenticator);
281 size_t secret_len, const u8 *req_authenticator);
308 const u8 *req_authenticator,