Home | History | Annotate | Download | only in pppd

Lines Matching defs:auth_response

331 	unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH];
343 unsigned char *auth_response)
351 memcpy(chapms2_response_cache[i].auth_response,
352 auth_response, MS_AUTH_RESPONSE_LENGTH);
362 unsigned char *auth_response)
372 && (!auth_response
373 || memcmp(auth_response,
374 chapms2_response_cache[i].auth_response,
389 unsigned char auth_response[MS_AUTH_RESPONSE_LENGTH+1];
404 our_name, secret, secret_len, response, auth_response,
406 chapms2_add_to_response_cache(id, challenge, response, auth_response);