Searched refs:rad_server_secret (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradlib.h252 const char *rad_server_secret(struct rad_handle *);
H A Dradius_eap.c283 radius_decryptmppekey((char*)eap_mppe_send_key, attr_value, attr_len, (char*)rad_server_secret(rad_handle), auth, len);
295 radius_decryptmppekey((char*)eap_mppe_recv_key, attr_value, attr_len, (char*)rad_server_secret(rad_handle), auth, len);
H A Dradlib.c1156 S = rad_server_secret(h);
1219 S = rad_server_secret(h); /* We need the RADIUS secret */
1280 rad_server_secret(struct rad_handle *h) function
H A Dmain.c719 radius_decryptmppekey((char*)mppe_send_key, attr_value, attr_len, (char*)rad_server_secret(h), auth, len);
731 radius_decryptmppekey((char*)mppe_recv_key, attr_value, attr_len, (char*)rad_server_secret(h), auth, len);

Completed in 209 milliseconds