Home
last modified time | relevance | path

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

/external/mtpd/
Dl2tp.c374 static uint8_t *compute_response(uint8_t type, void *challenge, int size) in compute_response() function
394 return !memcmp(compute_response(SCCRP, challenge, CHALLENGE_SIZE), in verify_challenge()
406 uint8_t *response = compute_response(SCCCN, challenge, size); in answer_challenge()